home *** CD-ROM | disk | FTP | other *** search
/ Maclife 13 / MACLIFE13-No-93-1996.ISO.7z / MACLIFE13-No-93.ISO / Selection / OMO-J 体験版 / Oracle Media Objects™J 体験版 / Library / Media Talk Reference (.txt) next >
UltraCard Stack  |  1996-03-21  |  3MB  |  25,953 lines

  1. CRDHresult
  2. CRDHreturn control statement
  3. CRDHreturninfield message
  4. CRDHdropmessages  property
  5. CRDHduration  property
  6. CRDHedit script command
  7. CRDHenable command
  8. CRDHenable menuitem command
  9. CRDHenable property
  10. BKGDtopic background
  11. CRDH& operator
  12. CRDH* (multiplication) operator
  13. CRDHreset paint
  14. CRDHreturnkey message
  15. CRDHround function
  16. PCRDHcantmodify property
  17. QCRDHcantunderstand message
  18. TCRDHcell tabular chunk
  19. bINFO
  20. Clear  CommandPROP
  21. popupnum
  22. 19bkgd
  23.     data
  24. Clear  CommandTAIL
  25. +T+TXT
  26. clearADDD
  27. The clea+TXT
  28. The clear command clears the currently selected object, and is the scripting equivalent of the Clear menu item on the Edit menu.TAIL
  29. Type the+TXT
  30. Type the following into the Message Box:
  31. select btn 1
  32. copy 
  33. go to card 6
  34. select fld 2
  35. clear
  36. pasteTAIL
  37. Applies +TXT
  38. /data
  39. Applies to global
  40. MOCELL10>LST
  41. MOCELL10
  42. Copy  Command as <filena
  43. Copy Card  Commandfilena
  44. Create Stack Commandmman
  45. Cut Commandmand
  46. Paste  Commandmmand
  47. Paste Card  Commandand
  48.     Save [a] Copy as <filena@
  49. me>  Command
  50. me>  Command
  51. me>  Command
  52. mINFO
  53. Paste  CommandPROP
  54. popupnum
  55. 64bkgd
  56.     data
  57. Paste  CommandTAIL
  58. +T+TXT
  59. pasteADDD
  60. The past+TXT
  61. The paste command pastes the currently selected object, and is the scripting equivalent of the Paste menu item on the Edit menu.  You must first select the object to paste it.TAIL
  62. Type the+TXT
  63. Type the following into the Message Box:
  64. select btn 1
  65. copy 
  66. go to card 6
  67. select fld 2
  68. clear
  69. pasteTAIL
  70. Applies +TXT
  71. /data
  72. Applies to global
  73. MOCELL10>LST
  74. MOCELL10
  75. Clear  Commandand
  76. Copy  Command as <filena
  77. Copy Card  Commandfilena
  78. Create Card Commanddmman
  79. Cut Commandmand
  80. Paste Card  Commandand
  81.     Save [a] Copy as <filena@
  82. me>  Command
  83. me>  Command
  84. me>  Command
  85. nINFO
  86. Paste Card  CommandPROP
  87. popupnum
  88. 65bkgd
  89.     data
  90. Paste Card  CommandTAIL
  91. +T+TXT
  92. paste cardADDD
  93. NOT AVAI+TXT
  94. NOT AVAILABLE IN THE PLAYER
  95. The paste card command pastes the currently buffered card.TAIL
  96. e the+TXT
  97. Type the following into the Message Box:
  98. go to card 5
  99. copy card
  100. go to stack "backup"
  101. paste card
  102. The script copies card 5 into the "backup" stack.TAIL
  103. Applies +TXT
  104. /data
  105. Applies to global
  106. MOCELL10>LST
  107. MOCELL10
  108. Clear  Commandand
  109. Copy  Command as <filena
  110. Copy Card  Commandfilena
  111. Create Card Commanddmman
  112. Cut Commandmand
  113. Paste  Commandmmand
  114.     Save [a] Copy as <filena@
  115. me>  Command
  116. me>  Command
  117. me>  Command
  118. SoundFile  PropertyPROP
  119. popupnum
  120. 124bkgd
  121.     data
  122. SoundFile  PropertyTAIL
  123. +TX+TXT
  124. set the soundFile of <sound> to <pathname>ADDD
  125. The soun+TXT
  126. The soundFile property indicates the file name that contains the sound sample data and from which the sound objects gets sample data for the playback. If the sound data has been imported, this property is empty.
  127. You can set the soundFile property either by using a script or by clicking on the Sound button in the Sound Info dialog box. 
  128. Notes:
  129. Setting the soundFile of a sound to empty disassociates it from a sound file.TAIL
  130. te a+TXT
  131. Create a sound.  Do not associate it with a sound file. 
  132. Locate a sound file you wish to associate with the sound.  Now type the following statement into the Message Box, replacing the pathname shown with the full pathname of your sound file. 
  133. For Windows:
  134. set the SoundFile of movie 1 to "c:¥sounds¥mysound.wav" 
  135. For Macintosh:
  136. set the soundFile of sound 1 to 
  137.   "Macintosh HD:Sound:My Sound"TAIL
  138. Applies +TXT
  139. /data
  140. Applies to sounds
  141. MOCELL10>LST
  142. MOCELL10
  143. MovieFile Propertyerty
  144. EINFO
  145. Blocking  PropertyPROP
  146. popupnum
  147. 11bkgd
  148.     data
  149. Blocking  PropertyTAIL
  150. +T+TXT
  151. set the blocking of <movie | path | sound> 
  152.      to <boolean>ADDD
  153. PURE+TXT
  154. Note:  The blocking boolean property is one possible value for the playStyle property of movies, paths, and sounds
  155. When blocking is set to true, your movie, path, or sound plays synchronously.  This means that all other scripts are suspended until the sound, movie, or path completes playback.  When blocking is set to false, your movie, path, or sound plays asynchronously.  This means that scripts continue to execute during the object's playback.
  156. The blocking boolean property is one of the possible values of the playStyle property.
  157. Notes:
  158. If you are going to mix two or more sounds, the playStyle property of the sound must not be set to blocking, which means that blocking is set to false.TAIL
  159. RE+TXT
  160. /data
  161. Applies to movies, paths, and sounds
  162. PURE>LST
  163. MOCELL10
  164. ReverseOnReplay  Propertyrty
  165. PlayStyle  Propertyrty
  166.     INFO
  167. StreamArrived MessagePROP
  168. popupnum
  169. 45bkgd
  170.     data
  171. StreamArrived MessageTAIL
  172. +T+TXT
  173. on streamArrived 
  174. end streamArrivedADDD
  175. The stre+TXT
  176. The streamArrived message is sent to the movie object after a play command has been issued, when the stream of movie data has begun to arrive at the client computer.
  177. One useful application of this message is to display a 
  178. please wait" graphic up until the time the movie starts streaming, and thus begins playback.TAIL
  179. a+TXT
  180. Create a bitmap that displays the message 
  181. please wait".  Create a button Play and type the following handler into its script:
  182. on mouseUp
  183.     show cd bmp 1
  184.     play cd mov 1
  185. end mouseUp
  186. Create a movie object, associate with a movie file and type the following handler into the movie's script:
  187. on streamArrived
  188.      hide cd bmp 1
  189. end streamArrivedTAIL
  190. t to +TXT
  191. /data
  192. Sent to moviesTAIL
  193. MOCELL10>LST
  194. MOCELL10
  195. Play File Command
  196. SystemColors FunctionPROP
  197. popupnum
  198. 60bkgd
  199.     data
  200. SystemColors FunctionTAIL
  201. +T+TXT
  202. the systemColors 
  203. systemColors()ADDD
  204. The syst+TXT
  205. The systemColors() function returns the maximum number of colors for the screen. Possible values returned by  systemColors are:
  206. 2 = colorBW
  207. 16 = color16
  208. 256 = color256
  209. thousands = color16bits
  210. millions = color24bits
  211. gray = colorgray (16 grays)TAIL
  212. To find +TXT
  213. To find the number of colors available for your screen, type the following function in the Message Box and press Enter.
  214. systemColors()TAIL
  215. ELL10>LST
  216. MOCELL10
  217. There are no related topics
  218. 'INFO
  219. TopLeft PropertyPROP
  220. popupnum
  221. 138bkgd
  222.     data
  223. TopLeft PropertyTAIL
  224. +TX+TXT
  225. set the topLeft of {<object> | {card | cd} 
  226.     <window>} to <x,y>ADDD
  227. The topLeft property determines the offset to the top-left corner of an imaginary rectangle surrounding an object. The object's topLeft position is measured in pixels and is expressed as an x, y screen coordinate where x and y are positive integers representing pixels.  The offset is measured from the top-left corner of the card or, for the window, from the top-left corner of the screen.
  228. Notes:
  229. You use the topLeft property to determine or change the value of items 1 and 2 of the rectangle property (left, top, right, bottom) . 
  230. Changing the topLeft property does not change the size of the object.TAIL
  231. Notes:
  232. You use the topLeft property to determine or change the value of items 1 and 2 of the rectangle property (left, top, right, bottom) . 
  233. Changing the topLeft property does not change the size of the object.TAIL
  234. PURE+TXT
  235. /data
  236. Applies to all card objects, backgrounds, card windows, message box, toolbar
  237. PURE>LST
  238. MOCELL10
  239. Bottom Propertyperty
  240. BottomRight Propertyerty
  241. Left Propertyrtyy
  242. Location (Loc) Property
  243. Rectangle Propertyerty
  244. Right Propertyoperty
  245. Top Propertyerty
  246. $INFO
  247. TitleBar PropertyPROP
  248. popupnum
  249. 136bkgd
  250.     data
  251. TitleBar PropertyTAIL
  252. +TX+TXT
  253. set the titleBar to <boolean>ADDD
  254. PURE+TXT
  255. The titleBar property determines the visibility of the title bar located at the top of the window.  When the titleBar is set to true, it is displayed.  If the titleBar is set to false, it is invisible.  The visibility of the title bar can also be controlled using the show and hide commands.TAIL
  256. PURE+TXT
  257. Place the following handler in the script of a stack whose titlebar you wish to hide upon opening of the stack. The handler saves the original status of the titlebar and then resets the titlebar upon exiting the stack.
  258. on openStack
  259.   global saveTitlebar
  260.   put the titleBar into saveTitlebar
  261.   set the titleBar to false
  262. end openStack
  263. on closeStack
  264.   global saveTitlebar
  265.   set the titleBar to saveTitlebar
  266. end closeStackTAIL
  267. PURE+TXT
  268. /data
  269. Applies to titlebar 
  270. PURE>LST
  271. MOCELL10
  272. Hide {screen element}  C
  273. Show {screen elements}  @
  274. ommand
  275. Command
  276. CRDH- (minus) operator
  277. CRDH-- (comment symbol)
  278. CRDH/ (division) operator
  279.     nolibrarycard
  280. field id 1data
  281. This stack must be libraried in order to function correctly.  If you have not done so, place this stack in the Oracle Media Objects library folder and restart Oracle Media Objects.TAIL
  282. OKSCRP
  283. on mouseUp
  284.   dismiss
  285. end mouseUp
  286. sINFO
  287. ColorDepth PropertyPROP
  288. popupnum
  289. 27bkgd
  290.     data
  291. ColorDepth PropertyTAIL
  292. +T+TXT
  293. set the colorDepth of <card | background | 
  294.      bitmap> to {blackWhite | color16 | color256 | 
  295.      thousands | millions | DYUV | MPEG}
  296.  | thousands | millionsADDD
  297. E+TXT
  298. The colorDepth property determines the parameters of the graphic palette for backgrounds, cards, and bitmaps.  
  299. Possible values for colorDepth are blackWhite, color16, color256, thousands, millions, DYUV, and MPEG.  Not all monitors or graphics cards support 256, thousands, or millions of colors, or DYUV.  MPEG applies only to cards and backgrounds.
  300. Notes:
  301. The specified bitmap must contain at least one painted pixel for changes to the value of colorDepth property to take effect.TAIL
  302. PURE+TXT
  303. Type the following into the Message Box and press Enter:
  304. set the colorDepth of card id 2777 to blackWhiteTAIL
  305. RE+TXT
  306. /data
  307. Applies to backgrounds, bitmaps, cards
  308. PURE>LST
  309. MOCELL10
  310. BackColor  Propertyrty
  311. ForeColor  Propertyrty
  312. InkColor Propertyerty
  313. TextColor Propertyerty
  314. tINFO
  315. ColResize PropertyPROP
  316. popupnum
  317. 25bkgd
  318.     data
  319. ColResize PropertyTAIL
  320. +T+TXT
  321. set the colResize of <dataSheet | pickList> 
  322.      to <boolean>ADDD
  323. PURE+TXT
  324. The colResize property determines whether the rows and columns of a dataSheet or pickList can be resized in Part mode with the mouse.  The default value is true (rows and columns can be resized).TAIL
  325. PURE+TXT
  326. /data
  327. Applies to datasheets, picklists
  328. PURE>LST
  329. MOCELL10
  330. CantModify Propertyerty
  331. qCRDHcolnames property
  332. rCRDHcolordepth property
  333. sCRDHcolresize property
  334. kCRDHclosecard message
  335. pCRDHcoldelim property
  336. uCRDHcolumn tabular chunk
  337. Copy  CommandPROP
  338. popupnum
  339. 25bkgd
  340.     data
  341. Copy  CommandTAIL
  342. +T+TXT
  343. copyADDD
  344. The copy+TXT
  345. The copy command copies the currently selected object, and is the equivalent of the Copy menu item on the Edit Menu.TAIL
  346. Type the+TXT
  347. Type the following into the Message Box:
  348. select btn 1
  349. copy 
  350. go to card 6
  351. select fld 2
  352. clear
  353. pasteTAIL
  354. Applies +TXT
  355. /data
  356. Applies to global
  357. MOCELL10>LST
  358. MOCELL10
  359. Clear  Commandmand
  360. Copy Card  Commandfilena
  361. Create Stack Commandmman
  362. Cut Commandmand
  363. Paste  Commandmmand
  364. Paste Card  Commandand
  365. Save [a] Copy as <filena@
  366. me>  Command
  367. me>  Command
  368. xINFO
  369. ColWidth PropertyPROP
  370. popupnum
  371. 26bkgd
  372.     data
  373. ColWidth PropertyTAIL
  374. +T+TXT
  375. set the colWidth of <pickList | dataSheet> 
  376.      to <integer>ADDD
  377. PURE+TXT
  378. The colWidth property allows you to set the width property of all columns of a pickList or dataSheet simultaneously.  The colWidth is a positive integer that sets the width in pixels of every column.  The default width of columns is 150 for pickLists, 100 for dataSheets.
  379. The colWidth property is returned as the width in pixels of the first (left) column in a pickList or dataSheet.TAIL
  380. PURE+TXT
  381. Create a pickList and name it "test".  Type the following in the Message Box and press Enter:
  382. set the colWidth of pickList "test" to 35TAIL
  383. PURE+TXT
  384. /data
  385. Applies to datasheets, picklists
  386. PURE>LST
  387. MOCELL10
  388. Width Propertyrtyy
  389. RowHeight Propertyerty
  390. yINFO
  391. CommandKey FunctionPROP
  392. popupnum
  393. 9bkgd
  394.     data
  395. CommandKey FunctionTAIL
  396. ++TXT
  397. the commandKey 
  398. commandKey()ADDD
  399. URE+TXT
  400. The commandKey function checks whether the Ctrl key is currently pressed (the Command key on the Macintosh).  If the Ctrl key is pressed, the function returns down; if the Ctrl key is not pressed, the function returns up.  CommandKey can be abbreviated cmdkey. 
  401. The commandKey function does not perform the action of pressing the Ctrl key; it simply returns a string stating whether the key is currently pressed.
  402. Notes:
  403. The Command key on the Macintosh keyboard and the Ctrl key on the PC keyboard are equivalent.  However, to ensure compatibility across platforms it is necessary to use the commandKey function when scripting.TAIL
  404. PURE>LST
  405. MOCELL10
  406. OptionKey Functiontion
  407. ShiftKey Functiontion
  408. zINFO
  409. Compact Stack CommandPROP
  410. popupnum
  411. 23bkgd
  412.     data
  413. Compact Stack CommandTAIL
  414. +T+TXT
  415. compact stackADDD
  416. PURE+TXT
  417. The compact stack command retrieves disk space that is not being used by the Oracle Media Objects application.  Compact stack removes any fragmentation in the file that the stack occupies on disk.
  418. The Stack Info dialog box displays how much free space can be retrieved by compacting the stack.TAIL
  419. PURE>LST
  420. MOCELL10
  421. There are no related topics
  422. wCRDHcolwidth property
  423. xCRDHcommandkey function
  424. yCRDHcompact stack command
  425. }INFO
  426. Compound FunctionPROP
  427. popupnum
  428. 10bkgd
  429.     data
  430. Compound FunctionTAIL
  431. +T+TXT
  432. compound (<rate>, <periods>) 
  433. the compound of {<rate>, <periods>}ADDD
  434. The comp+TXT
  435. The compound mathematical function performs compound interest calculations on the future value of 1. The rate is the interest rate per period, and periods is the number of periods.TAIL
  436. Type the+TXT
  437. Type the following in the Message Box and press Enter, where <principal amount> is a value: 
  438. <principal amount> * compound (.20,5)TAIL
  439. MOCELL10>LST
  440. MOCELL10
  441. Annuity Functiontion 
  442. ~INFO
  443. Contains OperatorPROP
  444. popupnum
  445. 7bkgd
  446.     data
  447. Contains OperatorTAIL
  448. ++TXT
  449. <string expression> contains 
  450.      <sub-string expression>ADDD
  451. The cont+TXT
  452. The contains operator determines whether a specified string includes a specified substring.  The contains operator is case-insensitive, that is, it compares the string regardless of case.
  453. Contains returns true if the second operand is a substring of the first, and false otherwise.TAIL
  454. he+TXT
  455. Type the following lines in the Message Box and press Enter after each: 
  456. put "Happy Birthday!" into A 
  457. put "birthday" into B
  458. A contains B 
  459. Oracle Media Objects returns true in the Message Box because "birthday" is a substring of "Happy Birthday!"
  460. Create a field and name it "MyBirthday".  
  461. Type "Happy Birthday" in field "MyBirthday".  Then type the following line in the Message Box and press Enter: 
  462. field "MyBirthday" contains "birthday"TAIL
  463. MOCELL10>LST
  464. MOCELL10
  465. Within Operatortion  
  466. Is [Not] In Operator
  467. DontPrint PropertyPROP
  468. popupnum
  469. 34bkgd
  470.     data
  471. DontPrint PropertyTAIL
  472. +T+TXT
  473. set the dontPrint of <object> to <boolean>ADDD
  474. NOT AVAI+TXT
  475. NOT AVAILABLE IN THE PLAYER
  476. When set to true, the dontPrint object property prevents the object from printing when its card is printed.
  477. Setting the dontPrint property to true for cards and backgrounds prevents the printing of their respective paint layers.TAIL
  478. Create a+TXT
  479. Create a new card and name it 
  480. Print".  Use the paint tool to create a circle on the card.  Type the following into the Message Box:
  481. set the dontPrint of card "Print" to true 
  482. select "Print Card" under the Fill menu.
  483. Your "Print" card will print with no image.TAIL
  484. plies +TXT
  485. /data
  486. Applies to all objects, backgrounds, cards, stacks
  487. MOCELL10>LST
  488. MOCELL10
  489. CantModify Propertyerty
  490. Contiguous  PropertyPROP
  491. popupnum
  492. 28bkgd
  493.     data
  494. Contiguous  PropertyTAIL
  495. +T+TXT
  496. set the contiguous of <path> to <boolean>ADDD
  497. The cont+TXT
  498. The contiguous property determines whether or not the legs of a path are connected.  If the contiguous property for a path is set to true, the legs remain connected even if they are moved, or if the startPoints or endPoints change; if the contiguous property is set to false, the legs may be moved around independently of one another.
  499. Notes:
  500. It is possible to specify a particular leg of a path when setting the contiguous property; however, this changes the contiguous property for the entire path rather than just the leg you specified.TAIL
  501.  +TXT
  502. /data
  503. Applies to paths
  504. MOCELL10>LST
  505. MOCELL10
  506. There are no related topics
  507. Convert CommandPROP
  508. popupnum
  509. 24bkgd
  510.     data
  511. Convert CommandTAIL
  512. +T+TXT
  513. convert <container> to <datetype> 
  514.      [and datetype]
  515. <datetype> = {seconds, dateitems, 
  516. [short | long | abbr | abbrev | abbreviated] date, 
  517. [short | long | abbr | abbrev | abbreviated] time}ADDD
  518. E+TXT
  519. The convert command converts the data stored in a container from one format to another.TAIL
  520. PURE+TXT
  521. Create a field and type a number in it.  Type the following into the Message Box and press Enter:
  522. convert fld 1 to long date
  523. Now try:
  524. convert fld 1 to dateitemsTAIL
  525. PURE+TXT
  526. /data
  527. Applies to global
  528. PURE>LST
  529. MOCELL10
  530. Date Functiontion
  531. }CRDHcontains operator
  532. ~CRDHcontiguous  property
  533. CRDHcontrollervisible  property
  534. DataScroll PropertyPROP
  535. popupnum
  536. 33bkgd
  537.     data
  538. DataScroll PropertyTAIL
  539. +T+TXT
  540. set the dataScroll of <pickList | dataSheet> 
  541.      to <boolean>ADDD
  542. URE+TXT
  543. The dataScroll property determines whether the scrolling of a pickList or dataSheet is limited to the rows and columns that contain data.  If dataScroll is true, the user will be able to scroll to the scrollLimit or to the last row or column that contains data, whichever is less.  Note that you can still change the contents of empty rows or columns in your scripts.  If dataScroll is false (the default), the user can scroll to the row or column determined by the scrollLimit property.TAIL
  544. PURE+TXT
  545. /data
  546. Applies to datasheets, picklists
  547. PURE>LST
  548. MOCELL10
  549. ScrollLimit PropertyertyADDD
  550. @INFO
  551. VisibleCols FunctionPROP
  552. popupnum
  553. 68bkgd
  554.     data
  555. VisibleCols FunctionTAIL
  556. +T+TXT
  557. the visibleCols of 
  558.     <dataSheet | pickList | dataSheet>
  559. dataSheet |ADDD
  560. The visi+TXT
  561. The visibleCols function returns the number of columns in a dataSheet or pickList or dataSheet that are entirely visible
  562. es +TXT
  563. /data
  564. Applies to dataSheets, pickLists
  565. MOCELL10>LST
  566. MOCELL10
  567. VisibleRows Function topics
  568. CRDHexit to top control statement
  569. CRDHexp function
  570. CRDHexp1 function
  571. CRDHfilled property
  572. CRDHfind
  573. CRDHflipinterval property
  574. )CRDHmilliseconds (msecs) function
  575. >CRDHmultifont property
  576. TCRDHpass control statement
  577. CRDHplaymuted  property
  578. CRDHproperties property
  579. CRDHrepeat until
  580. Copy Card  CommandPROP
  581. popupnum
  582. 26bkgd
  583.     data
  584. Copy Card  CommandTAIL
  585. +T+TXT
  586. copy cardADDD
  587. NOT AVAI+TXT
  588. NOT AVAILABLE IN THE PLAYER
  589. The copy card command copies the currently visible card, and is the scripting equivalent of the Copy Card menu item on the Edit menu.TAIL
  590. Type the+TXT
  591. Type the following into the Message Box:
  592. go to card 5
  593. copy card
  594. go to stack "backup"
  595. paste card
  596. The script copies card 5 into the "backup" stack.TAIL
  597. Applies +TXT
  598. /data
  599. Applies to global
  600. MOCELL10>LST
  601. MOCELL10
  602. Clear  Commandand
  603. Save [a] Copy as <filena
  604. Create Stack Commandmman
  605. Cut Commandmand
  606. Paste Card  Command
  607. Paste Card  Commandand
  608. Save [a] Copy as <filena@
  609. me>  Command
  610. me>  Command
  611. CRDHconvert command
  612. CRDHcopy  command
  613. CRDHcopy card  command
  614. Create Stack CommandPROP
  615. popupnum
  616. 31bkgd
  617.     data
  618. Create Stack CommandTAIL
  619. +T+TXT
  620. create stack <stackname>ADDD
  621. NOT AVAI+TXT
  622. NOT AVAILABLE IN THE PLAYER
  623. The create stack command creates a new stack with the specified name.
  624. Notes:
  625. Creating a new stack using the create stack command leaves you in the context of the current stack.  In contrast, creating a new stack using the Object -> New -> Stack menu item places you in the context of the newly created stack.TAIL
  626. Applies +TXT
  627. /data
  628. Applies to global
  629. MOCELL10>LST
  630. MOCELL10
  631. Create Background Commandmand
  632. Clear  Commandand
  633. Copy Card  Commandfilena
  634. Create Card Commanddmman
  635. Cut Commandmand
  636. Paste  Commandmmand
  637. Paste Card  Commandand
  638. Save [a] Copy as <filena@
  639. me>  Command
  640. me>  Command
  641. CRDHrow tabular chunk
  642. CRDHrowdelim property
  643. CRDHrowheight property
  644. CRDHreverseonreplay  property
  645. CRDHright property
  646. CRDHrotation  property
  647. Create Background CommandPROP
  648. popupnum
  649. 27bkgd
  650.     data
  651. Create Background CommandTAIL
  652. +T+TXT
  653. create background <bgname>ADDD
  654. NOT AVAI+TXT
  655. NOT AVAILABLE IN THE PLAYER
  656. The create background command creates a new background with the specified name.
  657. Notes:
  658. Creating a new background using the create background command is equivalent to creating a new background using the Object -> New -> Background menu item command.TAIL
  659. plies +TXT
  660. /data
  661. Applies to global
  662. MOCELL10>LST
  663. MOCELL10
  664. Clear  Commandand
  665. Copy Card  Commandfilena
  666. Create Card Commanddmman
  667. Create Stack Commandmman
  668. Cut Commandmand
  669. Paste  Commandmmand
  670. Paste Card  Commandand
  671.     Save [a] Copy as <filena@
  672. me>  Command
  673. me>  Command
  674. Create Card CommandPROP
  675. popupnum
  676. 28bkgd
  677.     data
  678. Create Card CommandTAIL
  679. +T+TXT
  680. create cardADDD
  681. PURE+TXT
  682. NOT AVAILABLE IN THE PLAYER
  683. The create card command creates a card with the same background as the currently visible card.  This is the equivalent of the New Card menu item under the Object menu.TAIL
  684. PURE+TXT
  685. Type the following into the Message Box:
  686. go to card 5
  687. create card  
  688. This script creates a new card with the same background as card 5.  The current location is card 6.TAIL
  689. URE+TXT
  690. /data
  691. Applies to global
  692. PURE>LST
  693. MOCELL10
  694. Clear  Commandand
  695. Copy Card  Commandfilena
  696. Cut Commandmand
  697. Paste Card  Command
  698. Paste  Commandmmandand
  699. Save [a] Copy as <filena@
  700. me>  Command
  701. me>  Command
  702. CRDHcreate background command
  703. CRDHcreate card command
  704. CRDHcreate command
  705. CRDHcontrolpoint  property
  706. CRDHcos function
  707. CRDHcreate menu command
  708. Create Menu CommandPROP
  709. popupnum
  710. 30bkgd
  711.     data
  712. Create Menu CommandTAIL
  713. +T+TXT
  714. create menu <menu_name>ADDD
  715. The crea+TXT
  716. The create menu command creates an empty menu that appears in the Oracle Media Objects menu bar. 
  717. Once the menu has been created, the items in the menu may then be modified using the add menuItem command, or by setting the menuItems property.  A submenu can be added to a menu item by issuing the add menu command. 
  718. The menu is created dynamically; it remains in the menu bar until delete menu has been issued, or the Oracle Media Objects session is terminated.  To associate a menu with a particular stack or card, add the create menu command to the appropriate on openStack or on openCard handler.TAIL
  719. the+TXT
  720. Type the following into the Message Box and press Enter:
  721. create menu "Colors"
  722. Add the following handler to the script of a stack to associate a menu with a specific stack:
  723. on openStack
  724.   create menu "Animals"
  725.   put "Sheep" & return & "Goats" & return 
  726.      & "Pigs" into the_items
  727.   set the menuItems of menu "Animals" 
  728.      to the_items
  729.   pass openStack
  730. end openStackTAIL
  731. pplies +TXT
  732. /data
  733. Applies to menus
  734. MOCELL10>LST
  735. MOCELL10
  736. Add Menu Commandmand
  737. Add MenuItem Commandmand
  738. Delete {row/col} Command
  739. MenuItems Propertyerty
  740. Get CommandPROP
  741. popupnum
  742. 49bkgd
  743.     data
  744. Get CommandTAIL
  745. T+TXT
  746. get <source>ADDD
  747. PURE+TXT
  748. The get command takes a value from a source and places it in the global variable it. 
  749. get <source> 
  750. is the same as 
  751. put <source> into itTAIL
  752. E+TXT
  753. Type the following lines in the Message Box and press Enter after each:
  754. get the time 
  755. Type the following lines in the Message Box and press Enter after each: 
  756. get the mouseLoc 
  757. These statements return the current location of the mouse as two values:  the horizontal and vertical offsets from the top left corner of the current card.TAIL
  758. PURE>LST
  759. MOCELL10
  760. Put Commandmand
  761. Set Commanded  Command
  762. Cursor PropertyPROP
  763. popupnum
  764. 31bkgd
  765.     data
  766. Cursor PropertyTAIL
  767. +T+TXT
  768. set the cursor to {<cursornumber> | 
  769.      <cursorname>}ADDD
  770. The curs+TXT
  771. The cursor property determines the shape of the pointer. 
  772. If you set the cursor to any value besides that pertaining to watch, the change will persist even after the current script ceases to execute.  
  773. The cursor shape can be set to any one of the following values:
  774. _______________________________
  775. Cursor Name:        Cursor Number:
  776. _______________________________
  777. Advance            1366
  778. Backup            1365
  779. Beginning            1369
  780. BigClock            1416
  781. Browse            1201
  782. Bucket                1161
  783. Busy1                1001
  784. Busy2                1002
  785. Busy3                1003
  786. Busy4                1004
  787. BusyPause1            1373
  788. BusyPause2            1374
  789. BusyStop1            1371
  790. BusyStop2            1372
  791. Check                1408
  792. CommandDot1        1068
  793. CommandDot2        1069
  794. CornerBL            1382
  795. CornerBR            1383
  796. CornerTL            1380
  797. CornerTR            1381
  798. Count1            1051
  799. Count10            1060
  800. Count2            1052
  801. Count3            1053
  802. Count4            1054
  803. Count5            1055
  804. Count6            1056
  805. Count7            1057
  806. Count8            1058
  807. Count9            1059
  808. Cut                1405
  809. Document            1404
  810. Dropper            1166
  811. End                1370
  812. Eraser                1160
  813. Eye                1411
  814. Face                1412
  815. FastForward            1368
  816. FastRewind            1367
  817. Feet                1415
  818. FingerDown            1079
  819. FingerLeft            1081
  820. FingerRight            1080
  821. FingerTopLeft            1083
  822. FingerTopRight        1082
  823. FingerUp            1078
  824. HairCross            1162
  825. Hand                1165
  826. HandDown            1088
  827. HandDownClosed        1089
  828. HandLeft            1092
  829. HandLeftClosed        1093
  830. HandRight            1090
  831. HandRightClosed        1091
  832. HandUp            1086
  833. HandUpClosed        1087
  834. Hexagon            1156
  835. Hourglass1            1031
  836. Hourglass10            1040
  837. Hourglass2            1032
  838. Hourglass3            1033
  839. Hourglass4            1034
  840. Hourglass5            1035
  841. Hourglass6            1036
  842. Hourglass7            1037
  843. Hourglass8            1038
  844. Hourglass9            1039
  845. Info                1403
  846. Lasso                1221
  847. Lock                1406
  848. MacPopup            1410
  849. Magnifier            1167
  850. Magnify            1417
  851. Megaphone            1413
  852. Move                1385
  853. MoveHorizontal        1386
  854. MoveVertical            1387
  855. Movie1            1061
  856. Movie2            1062
  857. Movie3            1063
  858. Movie4            1064
  859. Movie5            1065
  860. Movie6            1066
  861. MovieClip            1375
  862. No                1400
  863. None                1199
  864. Number1            1041
  865. Number10            1050
  866. Number2            1042
  867. Number3            1043
  868. Number4            1044
  869. Number5            1045
  870. Number6            1046
  871. Number7            1047
  872. Number8            1048
  873. Number9            1049
  874. Octagon            1158
  875. Pause                1362
  876. Pencil                1222
  877. Pentagon            1155
  878. Play                1360
  879. PointerLeft1            1072
  880. PointerLeft2            1073
  881. PointerRight1            1070
  882. PointerRight2            1071
  883. PressLeft            1085
  884. PressRight            1084
  885. Question            1402
  886. Record                1363
  887. Rewind            1364
  888. SplitHorizontal            1389
  889. SplitVertical            1388
  890. Spot                1409
  891. Spray                1164
  892. Square                1154
  893. Star                1414
  894. Stop                1361
  895. StopSign            1401
  896. TalkLeft1            1076
  897. TalkLeft2            1077
  898. TalkRight1            1074
  899. TalkRight2            1075
  900. TextBeam            1163
  901. Triangle            1153
  902. Unlock                1407
  903. Watch                1010
  904. Watch1            1011
  905. Watch2            1012
  906. Watch3            1013
  907. Watch4            1014
  908. Watch5            1015
  909. Watch6            1016
  910. Watch7            1017
  911. Watch8            1018
  912. World1                1021
  913. World2                1022
  914. World3                1023
  915. World4                1024
  916. World5                1025
  917. World6                1026
  918. World7                1027
  919. World8                1028TAIL
  920. Create a+TXT
  921. Create a button and type the following handler into its script:
  922. on mouseUp
  923.   set the cursor to watch
  924.   repeat until the mouseclick
  925.   end repeat
  926. end mouseUpTAIL
  927. /data
  928. Applies to global 
  929. MOCELL10>LST
  930. MOCELL10
  931. BusyCursor Propertyerty
  932. Is OperatorPROP
  933. popupnum
  934. 10bkgd
  935.     data
  936. Is OperatorTAIL
  937. T+TXT
  938. <expression> is <expression>
  939. <expression> = <expression>ADDD
  940. Oracle M+TXT
  941. Oracle Media Objects provides two ways to compare for equality between two values, containers, fields, variables, texts, or numbers: the equal sign (=) and the mathematical operator is.  Both return true or false depending on the results of the comparison.TAIL
  942. Create a+TXT
  943. Create a button called "test" with the following script: 
  944. on mouseDown 
  945.   if the hilite of button "test" is true then beep 2 
  946. end mouseDown 
  947. Note that replacing the word "is" in this script with the equal sign produces the same result.TAIL
  948. MOCELL10>LST
  949. MOCELL10
  950. Is [Not] In Operatorr
  951. CRDHcreate stack command
  952. CRDHcursor property
  953. CRDHcurvetype  property
  954. CRDHcut command
  955.  INFO
  956. Log2 FunctionPROP
  957. popupnum
  958. 25bkgd
  959.     data
  960. Log2 FunctionTAIL
  961. +T+TXT
  962. the log2 of <number> 
  963. log2(<number>)ADDD
  964. This mat+TXT
  965. This mathematical function calculates the base-2 logarithm of a number.TAIL
  966.  log2+TXT
  967. put log2(10) into the message box
  968. The value 3.321928 is returned.
  969. MOCELL10>LST
  970. MOCELL10
  971. Exp2 Functiontion
  972. 7INFO
  973. Untrace CommandPROP
  974. popupnum
  975. 105bkgd
  976.     data
  977. Untrace CommandTAIL
  978. +TX+TXT
  979. untraceADDD
  980. NOT AVAI+TXT
  981. NOT AVAILABLE IN THE PLAYER
  982. The untrace command deactivates the script debugger.  The debugger is active by default each time Oracle Media Objects is invoked.  Performance is enhanced slightly while the script debugger is inactive.TAIL
  983. ies +TXT
  984. /data
  985. Applies to script debugger 
  986. MOCELL10
  987. Breakpoint Commandmand
  988. Untrace Commandnd
  989. dINFO
  990. Or  OperatorPROP
  991. popupnum
  992. 13bkgd
  993.     data
  994. Or  OperatorTAIL
  995. <boolean> or <boolean>ADDD
  996. The logi+TXT
  997. The logical or operator returns true if either or both of its operands are true, and false otherwise.TAIL
  998. epeat u+TXT
  999. repeat until the mouse is up or item 1 
  1000.    of the mouseloc >  200 
  1001. end repeat
  1002. MOCELL10>LST
  1003. MOCELL10
  1004. And Operatorator
  1005. Not OperatorOperator
  1006. 0INFO
  1007. Mouse FunctionPROP
  1008. popupnum
  1009. 32bkgd
  1010.     data
  1011. Mouse FunctionTAIL
  1012. +T+TXT
  1013. the mouse 
  1014. mouse()ADDD
  1015. The mous+TXT
  1016. The mouse function returns the constant up if the mouse button is not being pressed and the constant down if it is being pressed.  With this function, you can write scripts that simulate clicking and dragging.TAIL
  1017. on mouse+TXT
  1018. on mouseDown
  1019.   repeat while the mouse is down 
  1020.     set the location of me to the mouseLoc 
  1021.   end repeat 
  1022. end mouseDown 
  1023. LL10>LST
  1024. MOCELL10
  1025. Click At Commandd
  1026. ClickLoc Functiontion
  1027. MouseClick Functiontion
  1028. MouseDown Messagesage
  1029. MouseUp Messagesage  
  1030. Delete Card  CommandPROP
  1031. popupnum
  1032. 36bkgd
  1033.     data
  1034. Delete Card  CommandTAIL
  1035. +T+TXT
  1036. delete card [noprompt]ADDD
  1037. The dele+TXT
  1038. The delete card command deletes the specified card and sends the deleteCard message.  You must specify the current card.  To delete a card other than the current card, you must first navigate to that card:
  1039. go card 2
  1040. delete card
  1041. The delete card command functions only on the current card.
  1042. The optional noprompt flag can be used to suppress the warning, "Do you want to delete the background along with this card?", that pops up if you are trying to delete the last card of a background.
  1043. Notes:
  1044. There is no way to undo a deletion!TAIL
  1045. Applies +TXT
  1046. /data
  1047. Applies to cards
  1048. MOCELL10>LST
  1049. MOCELL10
  1050. Clear  Commandand
  1051. Save [a] Copy as <filena
  1052. Cut Commandmand
  1053. Paste  Commandmmand
  1054. Paste Card  Commandand
  1055. Put Commandmand
  1056. me>  Command
  1057. CRDHdelete menu command
  1058. CRDHdelete {row/col} command
  1059. CRDHdeletebackground message
  1060. Delete {row/col} CommandPROP
  1061. popupnum
  1062. 38bkgd
  1063.     data
  1064. Delete {row/col} CommandTAIL
  1065. +T+TXT
  1066. delete {row | col | cell} <number> [to <number2>]
  1067.       {of | in} {<pickList> | <dataSheet>}ADDD
  1068. PURE+TXT
  1069. The delete row/col command deletes tabular chunks from dataSheets and pickLists.  If a single row or column is to be deleted, <number> identifies that row or column.  If a range of rows or columns is to be deleted, <number> identifies the beginning of the range and <number2> identifies the end of the range to be deleted.  Rows and columns are numbered starting with 1.
  1070. When a column is deleted, the user
  1071. defined name and the info for that column are deleted as well.  The colNames for subsequent columns shift along with the data, as do column properties such as info, textColor, textAlign, and width.
  1072. The tabular chunk expressions are cell, column or col, and row.
  1073. Notes:
  1074. There is no way to undo a deletion!TAIL
  1075. URE+TXT
  1076. /data
  1077. Applies to tabular chunks in datasheets and picklists
  1078. PURE>LST
  1079. MOCELL10
  1080. There are no related topics
  1081. CRDHrepeat while
  1082. CRDHrepeat with
  1083. CRDHreset message command
  1084. Delete <object> CommandPROP
  1085. popupnum
  1086. 35bkgd
  1087.     data
  1088. Delete <object> CommandTAIL
  1089. +T+TXT
  1090. For all objects:
  1091. delete <object>
  1092. For paths:
  1093. delete leg <number> <of | in> <path>ADDD
  1094. E+TXT
  1095. The delete <object> command deletes the specified object and sends the deleteObject message.  
  1096. For paths, the delete <object> command allows you to delete a specific leg from a path.  <number> identifies the specific leg number along a designated path.
  1097. Notes:
  1098. There is no way to undo a deletion!TAIL
  1099. URE+TXT
  1100. /data
  1101. Applies to all objects
  1102. PURE>LST
  1103. MOCELL10
  1104. Put Commandmand
  1105. EndPoints  PropertyPROP
  1106. popupnum
  1107. 41bkgd
  1108.     data
  1109. EndPoints  PropertyTAIL
  1110. +T+TXT
  1111. the endPoints of <shape>ADDD
  1112. Using th+TXT
  1113. Using the endPoints property, you can get the four values that define the end points of a line
  1114. style shape.  The first two values returned are the coordinates of the start point of the line shape.  The second two values returned are the coordinates of the end point of the line shape.
  1115. The endPoints property is read
  1116. only.TAIL
  1117. Applies +TXT
  1118. /data
  1119. Applies to line
  1120. style shapes
  1121. MOCELL10>LST
  1122. MOCELL10
  1123. There are no related topics
  1124. DiskSpace FunctionPROP
  1125. popupnum
  1126. 13bkgd
  1127.     data
  1128. DiskSpace FunctionTAIL
  1129. +T+TXT
  1130. the diskSpace 
  1131. diskSpace ()ADDD
  1132. PURE+TXT
  1133. The diskSpace function returns the amount of total disk space available on the current volume in bytes.
  1134. Notes:
  1135. Check the diskSpace before performing an operation that takes up space on the disk.  If diskSpace is smaller than the operation requires, the user can be alerted that the operation cannot be performed.TAIL
  1136. URE+TXT
  1137. Create a button and place the following handler in its script:
  1138. on mouseUp
  1139.   if the diskSpace < 100000 
  1140.   then answer "Your disk is getting full" 
  1141. end mouseUp
  1142. To find the amount of disk space you currently have, type the following into the Message Box and press Enter: 
  1143. the diskSpace 
  1144. PURE>LST
  1145. MOCELL10
  1146. There are no related topics
  1147. AINFO
  1148. VisibleRows FunctionPROP
  1149. popupnum
  1150. 69bkgd
  1151.     data
  1152. VisibleRows FunctionTAIL
  1153. +T+TXT
  1154. the visibleRows of 
  1155.      <dataSheet | pickList | dataSheet>
  1156. dataSheet |ADDD
  1157. The visi+TXT
  1158. The visibleRows function returns the number of rows in a dataSheet or pickList or dataSheet that are entirely visible.
  1159. lies +TXT
  1160. /data
  1161. Applies to dataSheets, pickLists 
  1162. MOCELL10>LST
  1163. MOCELL10
  1164. VisibleCols Function topics
  1165. CRDHdeleteobject message
  1166. CRDHdisable command
  1167. CRDHdisable menuitem command
  1168. This Special ContainerPROP
  1169. popupnum
  1170. 5bkgd
  1171.     data
  1172. This Special ContainerTAIL
  1173. ++TXT
  1174. this <card | background | stack>ADDD
  1175. RE+TXT
  1176. This contains a generic reference to what is currently on the screen, even if the script is running elsewhere.TAIL
  1177. PURE>LST
  1178. MOCELL10
  1179. Target Special Containeriner
  1180. It Special Containeriner
  1181. Me Special ContainerinerADDD
  1182. DeleteCard MessagePROP
  1183. popupnum
  1184. 9bkgd
  1185.     data
  1186. DeleteCard MessageTAIL
  1187. ++TXT
  1188. on deleteCard 
  1189. end deleteCardADDD
  1190. PURE+TXT
  1191. The deleteCard message is sent to a card immediately before the card is deleted. 
  1192. Notes:
  1193. The deleteCard message is purely informational.  Intercepting the message with a handler does nothing to prevent the object from being deleted.TAIL
  1194. URE+TXT
  1195. Place the following handler in the script of the current stack and then delete a card. 
  1196. on deleteCard 
  1197.   answer the number of fields of this card && 
  1198.   "fields will be lost" 
  1199. end deleteCardTAIL
  1200. PURE+TXT
  1201. /data
  1202. Sent to the deleted cardTAIL
  1203. PURE>LST
  1204. MOCELL10
  1205. Delete {row/col} Command
  1206. DeleteObject MessagesageADDD
  1207. Divide CommandPROP
  1208. popupnum
  1209. 42bkgd
  1210.     data
  1211. Divide CommandTAIL
  1212. +T+TXT
  1213. divide [<chunk> of] <container> by <divisor>ADDD
  1214. PURE+TXT
  1215. There are two methods of dividing two numbers: the arithmetic command divide and the mathematical operator /.  
  1216. The divide command divides the value of [<chunk> of] <container> by the value of <divisor> and puts the result back into [<chunk> of] <container>. 
  1217. Notes:
  1218. The value previously in the container must be a number; it is replaced by the new value.TAIL
  1219. PURE+TXT
  1220. Valid uses of the divide operator include:
  1221. divide field 3 by 12
  1222. divide word 1 of bg fld "Salary" by 365
  1223. divide annual_salary by num_daysTAIL
  1224. URE>LST
  1225. MOCELL10
  1226. Div Operator Operator
  1227. Mod Functiontion
  1228. / (Division) Operator
  1229. CRDHfunctionkey message
  1230. CRDHgo command
  1231. CRDHhide <object> command
  1232. print topiccard
  1233. topic namedata
  1234. / (Division) OperatorTAIL
  1235. dscTAIL
  1236. dscTAIL+RGr
  1237. shape id 4TAIL
  1238. id 4TAIL
  1239. CRDHdismiss command
  1240. CRDHdiv operator
  1241. CRDHdivide command
  1242. CRDHdelete card  command
  1243. CRDHdeletecard message
  1244. CRDHdiskspace function
  1245. xINFO
  1246. PlayCounter  PropertyPROP
  1247. popupnum
  1248. 80bkgd
  1249.     data
  1250. PlayCounter  PropertyTAIL
  1251. +T+TXT
  1252. the playCounter of <movie | path | sound>ADDD
  1253. The play+TXT
  1254. The playCounter property is a read
  1255. only property that indicates the current playback position relative to the playStart, expressed in the units set by the units property.TAIL
  1256. s +TXT
  1257. /data
  1258. Applies to movies, paths, sounds
  1259. MOCELL10>LST
  1260. MOCELL10
  1261. PlayDuration  Propertyrty
  1262. PlayStart  Propertyrty
  1263. Div OperatorPROP
  1264. popupnum
  1265. 8bkgd
  1266.     data
  1267. Div OperatorTAIL
  1268. <number> div <number>ADDD
  1269. The div +TXT
  1270. The div operator calculates the whole number result, or quotient, of dividing the number to its left by the number to its right.  Div ignores any remainder
  1271. the result is always whole.TAIL
  1272. e the+TXT
  1273. Type the following statement in the Message Box and press Enter: 
  1274. 28 div 9 
  1275. The value 3 is returned.TAIL
  1276. CELL10>LST
  1277. MOCELL10
  1278. Divide Commandmand
  1279. Mod Functiontion
  1280. / (Division) Operator
  1281. RulerStyle PropertyPROP
  1282. popupnum
  1283. 102bkgd
  1284.     data
  1285. RulerStyle PropertyTAIL
  1286. +TX+TXT
  1287. set the rulerStyle to 
  1288.      {inches | centimeters | pixels}ADDD
  1289. PURE+TXT
  1290. NOT AVAILABLE IN THE PLAYER
  1291. The rulerStyle property determines the units that are used when the screen ruler is displayed.  The rulerStyle also determines the units for gridSize.  The default unit is pixels.TAIL
  1292. PURE+TXT
  1293. /data
  1294. Applies to global
  1295. PURE>LST
  1296. MOCELL10
  1297. GridSize Propertyerty
  1298. SnapToGrid Propertyerty
  1299. FlipInterval PropertyPROP
  1300. popupnum
  1301. 45bkgd
  1302.     data
  1303. FlipInterval PropertyTAIL
  1304. +T+TXT
  1305. set the flipInterval of [leg <number> of] 
  1306.      <path> to <integer>ADDD
  1307. The flip+TXT
  1308. The flipInterval property indicates the interval (in ticks) during which an object is visible as it traverses the path.  Note that you must animate more than one object along the path to see the flipInterval effect.
  1309. You can set this value to apply to either the entire path or to each leg of the path.  If you want to specify a different flipInterval value for each leg of the path, you must also set the playStyle property of the path to a value of useLegTiming.TAIL
  1310. Applies +TXT
  1311. /data
  1312. Applies to paths, legs of paths
  1313. MOCELL10>LST
  1314. MOCELL10
  1315. Animate From Commandndand
  1316. Blocking  Propertyrty
  1317. PlayStyle  Propertyrty
  1318. CRDHfreesize property
  1319. CRDHfullscreen property
  1320. CRDHfunction control statement
  1321. CRDHdomenu message
  1322. CRDHdontprint property
  1323. CRDHdoubleclick message
  1324. EditBkgnd PropertyPROP
  1325. popupnum
  1326. 37bkgd
  1327.     data
  1328. EditBkgnd PropertyTAIL
  1329. +T+TXT
  1330. set the editBkgnd to <boolean>ADDD
  1331. PURE+TXT
  1332. NOT AVAILABLE IN THE PLAYER
  1333. EditBkgnd is a global property that determines where painting and editing of an object occurs.  If the editBkgnd property is true, those actions occur on the current background, and "(Background)" appears after the stack name in the title bar of the card.  If the editBkgnd property is false, those actions occur on the current card.   
  1334. Notes:
  1335. Selecting the background tool from the toolbar and selecting "Background" from the "Edit" menu are equivalent to setting the property to true.TAIL
  1336. PURE+TXT
  1337. To see how the editBkgnd property works, type the following script into a button: 
  1338. on mouseUp 
  1339.   get the editBkgnd 
  1340.   if it is false then set the editBkgnd to true 
  1341.   choose line tool 
  1342.   drag from 100,100 to 200,200 
  1343.   choose browse tool 
  1344.   set the editBkgnd to false 
  1345. end mouseUp 
  1346. A line is drawn on the current background.TAIL
  1347. PURE+TXT
  1348. /data
  1349. Applies to global 
  1350. PURE>LST
  1351. MOCELL10
  1352. There are no related topics
  1353. CRDHleft property
  1354. CRDHlength function
  1355. CRDHlibraries function
  1356.     CRDHlibrarystack message
  1357. CRDHline text chunk
  1358. CRDHlinepattern  property
  1359. CRDHlist function
  1360. CRDHln function
  1361. CRDHln1 function
  1362. Round FunctionPROP
  1363. popupnum
  1364. 47bkgd
  1365.     data
  1366. Round FunctionTAIL
  1367. +T+TXT
  1368. the round of <number> 
  1369. round (<number>)ADDD
  1370. The roun+TXT
  1371. The round function returns the nearest integer value.TAIL
  1372. ry roun+TXT
  1373. Try rounding numbers by typing the following in the Message Box and pressing Enter: 
  1374. the round of 50.75 
  1375. the round of -6.5
  1376. round (3/4)TAIL
  1377. ELL10>LST
  1378. MOCELL10
  1379. There are no related topics
  1380. DoubleClick MessagePROP
  1381. popupnum
  1382. 12bkgd
  1383.     data
  1384. DoubleClick MessageTAIL
  1385. +T+TXT
  1386. For bitmaps:
  1387. on doubleClick [<pixelColor>]
  1388. end doubleClick
  1389. For dataSheets and pickLists
  1390. on doubleClick [<row> [, <col>]]
  1391. end doubleClick
  1392. For all other objects:
  1393. on doubleClick
  1394. end doubleClick
  1395. For locked text fields:
  1396. on doubleClick [<word> [, <wordnum>]]
  1397. end doubleClickADDD
  1398. URE+TXT
  1399. The doubleClick message is generated whenever the user double-clicks on an object.  When a physical cell of a dataSheet or pickList is clicked, two parameters are sent with the doubleClick message identifying the row and column of the data that was clicked.  
  1400. When a bitmap is clicked, the doubleClick message carries a parameter that describes the color value of the pixel that was clicked.
  1401. For fields, two parameters are sent with the doubleClick message.  The first parameter contains the text of the word that was clicked on.  The second parameter contains the position of that word in the field i.e., what number word it is.  To get the two parameters, the field's lockText must be set to true.
  1402. Notes:
  1403. The first click of a double-click sends mouseDown and mouseUp messages; the second click sends doubleClick and mouseUp messages.
  1404. The speed of the double-click is determined by system settings.
  1405. This message is not sent to the palette, sound, path, or timer.TAIL
  1406. PURE+TXT
  1407. /data
  1408. Sent to the double-clicked object or cardTAIL
  1409. URE>LST
  1410. MOCELL10
  1411. LockText Propertyerty
  1412. MouseUp Messagesage
  1413. MouseDown Messagesage
  1414. Drag  CommandPROP
  1415. popupnum
  1416. 44bkgd
  1417.     data
  1418. Drag  CommandTAIL
  1419. +T+TXT
  1420. drag from <x,y> to <x1,y1> 
  1421.      [with CommandKey | OptionKey | ShiftKey]ADDD
  1422. NOT AVAI+TXT
  1423. NOT AVAILABLE IN THE PLAYER
  1424. This command performs the equivalent of dragging the mouse from one location to another.  The two locations are screen coordinates.  In each case, the first number represents a horizontal offset, and the second represents a vertical offset.  Offsets are measured in pixels from the top
  1425. left corner of the screen.  
  1426. The drag command can be used with the Ctrl, Alt, or Shift keys to create additional effects.  For example, to select text in a field using the drag command, you must use with shiftkey. In all other cases, using the with option results in the same action as holding down the specified key while dragging.
  1427. Notes:
  1428. You can use the drag command with any tool selected, but drag has no effect on some Paint tools.
  1429. The actual location of the pointer is not affected by the drag command.TAIL
  1430.  a+TXT
  1431. Create a button with the following script:
  1432. on mouseUp
  1433.     choose rect tool
  1434.     drag from 60,60 to 250,250
  1435.     choose browse tool
  1436. end mouseUpTAIL
  1437. MOCELL10>LST
  1438. MOCELL10
  1439. Choose Commandmand
  1440. Click At Commandd
  1441. ClickH Functiontion
  1442. ClickLoc Functiontion
  1443. ClickV Functiontion
  1444. Tool Functiontion
  1445. DropMessages  PropertyPROP
  1446. popupnum
  1447. 35bkgd
  1448.     data
  1449. DropMessages  PropertyTAIL
  1450. +T+TXT
  1451. set the dropMessages of <movie | path | 
  1452.      sound | timer> to <boolean>ADDD
  1453. DropMess+TXT
  1454. DropMessages is a boolean property that allows you to specify whether or not to pay attention to the given messageDropTime.  If dropMessages is false, then no messages will be discarded, even if they cannot be sent within the maximum latency specified by messageDropTime.  Thus, when dropMessages is set to false, this property overrides messageDropTime.
  1455. The default value of dropMessages is false.TAIL
  1456. Applies +TXT
  1457. /data
  1458. Applies to movies, paths, sounds, timers
  1459. L10>LST
  1460. MOCELL10
  1461. MessageDropTime  Propertyrty
  1462. Messages Propertyertyy
  1463. Units Propertyerty
  1464. GridSize PropertyPROP
  1465. popupnum
  1466. 50bkgd
  1467.     data
  1468. GridSize PropertyTAIL
  1469. +T+TXT
  1470. set the gridSize to <number>ADDD
  1471. PURE+TXT
  1472. The gridSize property determines the granularity of the snapToGrid property.  The gridSize, which may be any positive floating-point number, sets the line spacing in terms of the current screen units (determined by the rulerStyle property).  For example, if the rulerStyle is set to "inches", a gridSize of .5 means that the grid lines are spaced a half-inch apart.  The default value of the gridSize is 5.
  1473. Notes:
  1474. The screen grid takes effect only when the snapToGrid property is set to true.TAIL
  1475. PURE+TXT
  1476. Type the following statements into the Message Box to activate a grid with lines one centimeter apart:
  1477. set the rulerStyle to centimeters
  1478. set the snapToGrid to true
  1479. set the gridSize to 1
  1480. Type the following statements into the Message Box to activate a grid with lines ten pixels apart: 
  1481. set the rulerStyle to pixels
  1482. set the snapToGrid to true
  1483. set the gridSize to 10TAIL
  1484. PURE+TXT
  1485. /data
  1486. Applies to global
  1487. PURE>LST
  1488. MOCELL10
  1489. RulerStyle Propertyerty
  1490. SnapToGrid Propertyerty
  1491. CRDHscrolllimit property
  1492. CRDHshareddata  property
  1493. CRDHstartarrow property
  1494. CRDHtextfont property
  1495. .CRDHtype property
  1496. Enable CommandPROP
  1497. popupnum
  1498. 46bkgd
  1499.     data
  1500. Enable CommandTAIL
  1501. +T+TXT
  1502. For buttons, fields, dataSheets, and pickLists:
  1503. enable <button | field | dataSheet | pickList>
  1504. For menus:
  1505. enable menu <menu_name>ADDD
  1506. The enable command sets the enable property of the target object to true.  If the target is a menu, the menu and all associated menu items that were enabled at the time of disabling are again selectable.  The enable command applies only to user-defined menus.
  1507. Notes:
  1508. You cannot modify anything on the existing File or Edit menus.TAIL
  1509. RE+TXT
  1510. Enter the following statement in the Message Box to enable button named 
  1511. My Button".
  1512. enable button "My Button"TAIL
  1513. PURE>LST
  1514. MOCELL10
  1515. Disable Commandm Command
  1516. Enable Propertyerty
  1517. Edit Script CommandPROP
  1518. popupnum
  1519. 45bkgd
  1520.     data
  1521. Edit Script CommandTAIL
  1522.     +TXT
  1523. edit [the] script of <object>ADDD
  1524. NOT AVAILABLE IN THE PLAYER
  1525. The edit script command opens the script editing window of a specific object.   
  1526. The edit script command gives you a simple, fast way to edit the script of an object by making it unnecessary to select the object using menu or keyboard commands and then access the script.  Edit script also allows you to open scripts that, because of scripting errors, are otherwise inaccessible.TAIL
  1527. use+TXT
  1528. Create a button and name it 
  1529. Test".  Type the following lines into the Message Box and press Enter after each: 
  1530. edit script of button "test" 
  1531. edit script of this card 
  1532. edit script of this stack
  1533. Each appropriate script editing window is opened.TAIL
  1534. Each+TXT
  1535. /data
  1536. Applies to all objects
  1537. />LST
  1538. MOCELL10
  1539. Script Propertyperty
  1540. Rotation  PropertyPROP
  1541. popupnum
  1542. 99bkgd
  1543.     data
  1544. Rotation  PropertyTAIL
  1545. +T+TXT
  1546. set the rotation of [leg <number> of] <path> 
  1547.      to <clockwise | counterclockwise>ADDD
  1548. This pro+TXT
  1549. This property determines whether an object traveling along a circular leg of a path travels clockwise or counterclockwise. 
  1550. Notes:
  1551. If a leg is not specified, the rotation property setting applies to the first leg only.TAIL
  1552.  +TXT
  1553. set the rotation of leg 1 of path 1 to clockwise
  1554. Applies +TXT
  1555. /data
  1556. Applies to legs of paths
  1557. L10>LST
  1558. MOCELL10
  1559. CurveType  Propertyrty
  1560. Enable PropertyPROP
  1561. popupnum
  1562. 38bkgd
  1563.     data
  1564. Enable PropertyTAIL
  1565. +T+TXT
  1566. set the enable of <object> to <boolean>ADDD
  1567. The enab+TXT
  1568. The enable property determines whether an object is selectable by a user (or, in other words, whether the object responds to a mouse click).  If enable is set to false, the object's text and icon are dimmed and no mouse-related messages are sent.  If enable is set to true (the default), the object appears and responds normally.
  1569. For fields, if enable is set to false, the user cannot type text into the field.TAIL
  1570. l+TXT
  1571. The following button script enables all currently disabled buttons on the button's card:
  1572. on mouseUp
  1573.   repeat with i = 1 to the number of buttons 
  1574.   in this card
  1575.     get the enable of button i
  1576.     if it is false then
  1577.       set the enable of button i to true
  1578.     end if
  1579.   end repeat
  1580. end mouseUpTAIL
  1581. lies +TXT
  1582. /data
  1583. Applies to buttons, datasheets, fields, picklists
  1584. MOCELL10>LST
  1585. MOCELL10
  1586. Disable Commandm Command
  1587. Enable Commandm Command
  1588. NoEvents Propertyerty
  1589. Return Control StatementPROP
  1590. popupnum
  1591. 16bkgd
  1592.     data
  1593. Return Control StatementTAIL
  1594. +T+TXT
  1595. return <value>ADDD
  1596. PURE+TXT
  1597. Return defines the value of a function.  Alternate return statements can be placed in a function's handler.  Each return exits the function handler, skipping remaining commands.  Return can also be used to exit a message handler, in which case the return value is placed into the result.TAIL
  1598. PURE>LST
  1599. MOCELL10
  1600. There are no related topics
  1601. Message Box Special ContainerPROP
  1602. popupnum
  1603. 3bkgd
  1604.     data
  1605. Message Box Special ContainerTAIL
  1606. age [box]
  1607. [t+TXT
  1608. [the] message [box]
  1609. [the] msg [box]ADDD
  1610. ox special c+TXT
  1611. The message box special container places a value into the Oracle Media Object's Message Box.   
  1612. Only the first line of whatever you put into the Message Box is used; any additional lines are discarded.  The first line can be of any length and can therefore extend off the screen.  TAIL
  1613. e +TXT
  1614. Create a button and type the following into the script of the button:
  1615. on mouseUp
  1616.   put "Hello, world!" into the message box
  1617. end mouseUp
  1618. Click on the button.  "Hello, world" will appear in the Oracle Media Objects Message Box.  TAIL
  1619. MOCELL10
  1620. CRDHstartpoint  property
  1621. CRDHstartsize  property
  1622. CRDHstartup message
  1623. CRDHendarrow property
  1624. CRDHendplay  command
  1625. CRDHendpoint  property
  1626. CRDHdrag  command
  1627. CRDHeditbkgnd property
  1628. CRDHend control statement
  1629. $CRDHtool function
  1630. %CRDHtop property
  1631. &CRDHtopleft property
  1632. 5CRDHdata
  1633. CRDHlocal variables property
  1634. CRDHrulerstyle property
  1635. EndArrow PropertyPROP
  1636. popupnum
  1637. 39bkgd
  1638.     data
  1639. EndArrow PropertyTAIL
  1640. +T+TXT
  1641. set the endArrow of <shape> to <boolean>ADDD
  1642. The endA+TXT
  1643. The endArrow property determines whether an arrowhead is displayed at the right end, or bottom end in the case of a vertical line, of a line shape object, with right taking priority over the bottom end of the line.  If endArrow is true, the arrowhead is displayed.  If endArrow is false, the default, no arrowhead appears.TAIL
  1644. Add the +TXT
  1645. Add the following handler to a line shape object:
  1646. on mouseUp
  1647.   get the startArrow of me
  1648.   set the startArrow of me to (not it)
  1649.   set the endArrow of me to it
  1650. end mouseUp
  1651. When the user clicks on the shape, an arrowhead appears on one end of the line.  When the user clicks on the shape again, the arrowhead shifts to the opposite end.TAIL
  1652. Applies +TXT
  1653. /data
  1654. Applies to line shapes
  1655. ELL10>LST
  1656. MOCELL10
  1657. StartArrow Propertyerty
  1658. EndPlay  CommandPROP
  1659. popupnum
  1660. 48bkgd
  1661.     data
  1662. EndPlay  CommandTAIL
  1663. +T+TXT
  1664. endplay <sound> [after <number> <units>] 
  1665.      [with effect <play_effect>]ADDD
  1666. The endp+TXT
  1667. The endplay command ends the playback of the sound in the time specified by units.  The units property values can be milliseconds, seconds, ticks, sample  Possible values for play_effect are fadein, fadeout, or none.  
  1668. The effect for the termination is optional.  If it is specified, it will overwrite the playEffects.  Specifying the units in the command is also optional.  If not specified, the current setting for the units property is used.  This command is provided so you can stop a sound at a specified future time with or without an effect, since the stop command can only be used to stop a sound immediately.  See the playEffects property for a list of available effects.TAIL
  1669. es +TXT
  1670. /data
  1671. Applies to sounds
  1672. MOCELL10>LST
  1673. MOCELL10
  1674. PlayEffects  Propertyrty
  1675. Stop  Commandand
  1676. Units Propertyerty
  1677. EndPoint  PropertyPROP
  1678. popupnum
  1679. 40bkgd
  1680.     data
  1681. EndPoint  PropertyTAIL
  1682. +T+TXT
  1683. set the endPoint of [leg <x,y> of] 
  1684.      <path> to <x,y>ADDD
  1685. The endP+TXT
  1686. The endPoint property determines where the selected leg ends with respect to the top left corner of the path.  Unless you specify a leg, the endPoint property applies to the last leg of the path.TAIL
  1687. Applies +TXT
  1688. /data
  1689. Applies to paths, legs of paths
  1690. MOCELL10>LST
  1691. MOCELL10
  1692. There are no related topics
  1693. CRDHstop  command
  1694. CRDHsystemcolors function
  1695. CRDHtan function
  1696. CRDHreference property
  1697. CRDHrelease  command
  1698. CRDHrelease library command
  1699. CRDHendsize property
  1700. CRDHenterinfield message
  1701. CRDHenterkey message
  1702. * (Multiplication) OperatorPROP
  1703. popupnum
  1704. 2bkgd
  1705.     data
  1706. * (Multiplication) OperatorTAIL
  1707. ++TXT
  1708. <numeric expression> * <number>ADDD
  1709. URE+TXT
  1710. The * (multiplication) operator multiplies the numeric expressions located to its left and right.
  1711. Notes:
  1712. Using spaces to delimit the expression is optional.TAIL
  1713. PURE+TXT
  1714. Type the following in the Message Box and press Enter after each line: 
  1715. put 6 * 2 into result
  1716. result
  1717. This example returns 12.TAIL
  1718. PURE>LST
  1719. MOCELL10
  1720. Multiply Commandmand
  1721. CRDHdatascroll property
  1722. CRDHdate function
  1723. CRDHdehilite command
  1724. CRDHdelete <chunk>  command
  1725. CRDHdelete <object> command
  1726.     CRDH+ (plus) operator
  1727. CRDHabs function
  1728. CRDHadvance command
  1729. )CRDHanimate from command
  1730. .CRDHarrowkey message
  1731. 3CRDHatan function
  1732. It Special ContainerSCRP
  1733. on openCard
  1734.   global gMediaTalkReference
  1735.   set the cursor to watch
  1736.   if gMediaTalkReference is "Containers" then
  1737.     set the globalRowNum of this stack to 1
  1738.     put "Containers" into bg fld "category" 
  1739.     put card fld "Containers" of card "data" into bg lst "list" of bg "topic background" 
  1740.     set the alpha of this stack to false
  1741.     dehilite bg lst "list" 
  1742.     dehilite bg lst "category" 
  1743.     hilite row 8 of bg lst "category" of bg "topic background"
  1744.     set the vertical scrollline of bg lst "list" to 1
  1745.     hilite row 1 of bg lst "list"
  1746.   end if
  1747.   set the cursor to arrow  
  1748.   put empty into gMediaTalkReference
  1749. end openCard
  1750. popupnum
  1751. 1bkgd
  1752.     data
  1753. It Special ContainerTAIL
  1754. itADDD
  1755. The it container is a global variable that receives the results of the following commands: 
  1756. answer
  1757. ask file
  1758. ask password
  1759. convert
  1760. create
  1761. play file
  1762. popup
  1763. read from fileTAIL
  1764. Type the following into the Message Box and press Enter after each:
  1765. get the mouseLoc
  1766. put it TAIL
  1767. MOCELL10
  1768. There are no related top@
  1769. CRDHrandom function
  1770. CRDHread from file command
  1771. CRDHrealize command
  1772. + (Plus) OperatorPROP
  1773. popupnum
  1774. 3bkgd
  1775.     data
  1776. + (Plus) OperatorTAIL
  1777. ++TXT
  1778. <numeric expression> + <numeric expression>ADDD
  1779. PURE+TXT
  1780. The + (plus) operator adds the numeric expressions located to its left and right.
  1781. Notes:
  1782. Using spaces to delimit the expression is optional.TAIL
  1783. PURE+TXT
  1784. Type the following in the Message Box and press Enter after each line: 
  1785. put 5 + 7 into result
  1786. result
  1787. This example returns 12.TAIL
  1788. PURE>LST
  1789. MOCELL10
  1790. Add Commandy Command
  1791. - (Minus) OperatorPROP
  1792. popupnum
  1793. 4bkgd
  1794.     data
  1795. - (Minus) OperatorTAIL
  1796. ++TXT
  1797. <numeric expression> - <numeric expression>ADDD
  1798. PURE+TXT
  1799. The - (minus) operator subtracts the numeric expression that appears to its right from the numeric expression that appears to its left.
  1800. Notes:
  1801. Using spaces to delimit the expression is optional.TAIL
  1802. PURE+TXT
  1803. Type the following in the Message Box and press Enter:
  1804. 100 - 30 
  1805. This example returns 70.TAIL
  1806. MOCELL10
  1807. Subtract Commandmand
  1808. / (Division) OperatorPROP
  1809. popupnum
  1810. 5bkgd
  1811.     data
  1812. / (Division) OperatorTAIL
  1813. ++TXT
  1814. <dividend>/<divisor>ADDD
  1815. The / (d+TXT
  1816. The / (division) operator divides the numeric expression to its left by the numeric expression to its right. 
  1817. Notes:
  1818. Using spaces to delimit the expression is optional.TAIL
  1819. the+TXT
  1820. Type the following lines in the Message Box and press Enter after each line:
  1821. put 30 into number1 
  1822. put 3 into number2 
  1823. put number1 / number2 
  1824. This example returns 10.TAIL
  1825. ELL10>LST
  1826. MOCELL10
  1827. Divide Commandmand
  1828. CRDHpush command
  1829. CRDHput command
  1830. CRDHquit  command
  1831.  (Line Continuation Character)PROP
  1832. popupnum
  1833. 2bkgd
  1834.     data
  1835.  (Line Continuation Character) TAIL
  1836. ++TXT
  1837. <line of Oracle Media Talk code> 
  1838. <continued line of Oracle Media Talk code>ADDD
  1839. PURE+TXT
  1840. The line continuation character (
  1841.  ) allows a single line of Oracle Media Talk code to span multiple lines in the script editing window.  The line continuation character also allows you to create extended strings; the character is replaced by two spaces when the string is processed.
  1842. You create the line continuation character by pressing Shift-Enter in Windows (Option-L on the Macintosh) while in the script editing window.  The line continuation character has no effect on the way the code is processed; it is solely a visual aid to the developer.
  1843. Notes:
  1844. The line continuation character must be the last character on a line.TAIL
  1845. PURE+TXT
  1846. Consider the following pickList handler:
  1847. on mouseEnter
  1848.   put "your name" into col 3 of lst id 5 
  1849. end mouseEnter
  1850. The handler can be written using a line continuation character to split the second line, and is exactly equivalent to the original handler:
  1851. on mouseUp
  1852.   put "your name" 
  1853.   into col 3 of lst id 5
  1854. end mouseUpTAIL
  1855. PURE>LST
  1856. MOCELL10
  1857. There are no related topics
  1858. -- (Comment Symbol)PROP
  1859. popupnum
  1860. 1bkgd
  1861.     data
  1862. -- (Comment Symbol) TAIL
  1863.     +TXT
  1864. -- <comment>ADDD
  1865. The double hyphen (--), or comment symbol, prefaces a comment in the script editing window.  Everything between the comment symbol and the next return is ignored by the Oracle Media Talk parser.  There can be no intervening spaces or other symbols between the hyphens.
  1866. Code comments are a very useful means of documenting how your application works.  Oracle Media Talk code is already very intuitive and easy to read, but comments can help clarify the purpose of ambiguous operations.
  1867. Commenting can also be a useful way to temporarily disable part of your script without deleting code.
  1868. Notes:
  1869. Many systems convert the double hyphen (--) to an em dash (
  1870. ).TAIL
  1871. ms conver+TXT
  1872. Create a button and enter the following script:
  1873. on mouseUp
  1874. -- This handler will display a message 
  1875. -- saying whether
  1876. -- part of its code is commented out.
  1877.     put "commented out" into message_text
  1878. -- put "not commented out" into message_text
  1879.     put message_text
  1880. end mouseUp
  1881. Save the script and try the button.  Then open the button's script, remove the hyphens before the second put command, and try the button again.TAIL
  1882. re the s>LST
  1883. MOCELL10
  1884. There are no related topics
  1885. :INFO
  1886. UseLegTiming  PropertyPROP
  1887. popupnum
  1888. 143bkgd
  1889.     data
  1890. UseLegTiming  PropertyTAIL
  1891. +TX+TXT
  1892. set the useLegTiming of <path> to <boolean>
  1893. set the playStyle of <path> to useLegTimingADDD
  1894. Note:  T+TXT
  1895. Note:  The useLegTiming boolean property is one possible value for the playStyle property of paths.
  1896. When UseLegTiming is set to true, the play will use the duration value of individual legs rather than the one set for the path as a whole.  When UseLegTiming is set to false, the play will use the duration value of the path as a whole rather than those set for the individual legs.TAIL
  1897. Applies +TXT
  1898. /data
  1899. Applies to paths
  1900. MOCELL10>LST
  1901. MOCELL10
  1902. UseLegScaling  Propertyrty 
  1903. Blocking  Propertyrty
  1904. PlayNumber  Propertyrty
  1905. PlayStyle  Propertyrty 
  1906. /INFO
  1907. ArrowKey MessageSCRP
  1908. on openCard
  1909.   global gMediaTalkReference
  1910.   set the cursor to watch
  1911.   if gMediaTalkReference is "Messages" then
  1912.     set the globalRowNum of this stack to 1
  1913.     put "Messages" into bg fld "category" 
  1914.     put card fld "Messages" of card "data" into bg lst "list" of bg "topic background" 
  1915.     set the alpha of this stack to false
  1916.     dehilite bg lst "list" 
  1917.     dehilite bg lst "category" 
  1918.     hilite row 4 of bg lst "category" of bg "topic background"
  1919.     set the vertical scrollline of bg lst "list" to 1
  1920.     hilite row 1 of bg lst "list"
  1921.   end if
  1922.   set the cursor to arrow  
  1923.   put empty into gMediaTalkReference
  1924. end openCard
  1925. popupnum
  1926. 1bkgd
  1927.     data
  1928. ArrowKey MessageTAIL
  1929. on arrowkey [<keyname>]
  1930. end arrowkeyADDD
  1931. When the user presses an arrow key, Oracle Media Objects sends an arrowKey message with the name of the key as a parameter.  Possible values for <keyname> are left, right, up, and down.
  1932. The arrowKey message invokes the arrowKey command if it is not intercepted before it reaches Oracle Media Objects.TAIL
  1933. Put the following handler in your card, background, or stack script.  Save the script and then press any arrow key. 
  1934. on arrowKey thekey 
  1935.   answer "You just pressed the" && 
  1936.        thekey && "arrowkey." 
  1937. end arrowKeyTAIL
  1938. /data
  1939. Sent to the current cardTAIL
  1940. MOCELL10
  1941. There are no related topics.
  1942. CRDHscrollbars property
  1943. CRDHscrollframe property
  1944. CRDHscrolling property
  1945. 9CRDHuselegtiming  property
  1946. :CRDHvalue function
  1947. ;CRDHversion function
  1948. CRDHacceleration property
  1949. CRDHadd command
  1950.  CRDHadd menu command
  1951. !CRDHadd menuitem command
  1952. "CRDHadd property command
  1953. Quit  CommandPROP
  1954. popupnum
  1955. 77bkgd
  1956.     data
  1957. Quit  CommandTAIL
  1958. +T+TXT
  1959. quitADDD
  1960. The quit+TXT
  1961. The quit command exits Oracle Media Objects, and is the scripting equivalent of the File -> Quit menu item command.TAIL
  1962. MOCELL10>LST
  1963. MOCELL10
  1964. Clear  Commandand
  1965. Copy Card  Commandfilena
  1966. Create Card Commanddmman
  1967. Cut Commandmand
  1968. Paste  Commandmmand
  1969. Paste Card  Commandand
  1970. !INFO
  1971. Add Menu CommandPROP
  1972. popupnum
  1973. 2bkgd
  1974.     data
  1975. Add Menu CommandTAIL
  1976. ++TXT
  1977. add menu to menuItem <item> of menu 
  1978.     <menu_name>ADDD
  1979. The add +TXT
  1980. The add menu command creates a submenu attached to the specified <item> of the specified <menu_name>.  The submenu is hierarchical: it pops up when the user selects <item> from the menu.  The fact that a submenu is associated with a menu item is indicated by the presence of a small black triangle to the right of <item>.  A submenu may be attached only to first level menu items
  1981. those visible directly beneath the menu in the menu bar
  1982. not to another submenu.
  1983. Once you have created the submenu, you can modify it using the add menuItem command, or by setting the MenuItems property. 
  1984. Notes:
  1985. Once created, a submenu cannot be deleted unless the top-level menu item to which it is attached is deleted, or you reset the menuItems property.TAIL
  1986. Type the+TXT
  1987. Type the following in the Message Box and press Enter after each:
  1988. create menu "Colors"
  1989. add menuItem "Red" to menu "Colors"
  1990. add menu to menuItem "Red" of menu "Colors"
  1991. set the menuItems of menu "Red" of menu  
  1992.  "Colors" to  "Dark;Light"TAIL
  1993. /data
  1994. Applies to menus
  1995. MOCELL10>LST
  1996. MOCELL10
  1997. Add Property Commandmand
  1998. Create Stack Commandmman
  1999. Delete {row/col} Command
  2000. MenuItems Propertyerty
  2001. Check MenuItem Commandnd
  2002. Uncheck MenuItem Command
  2003. Enable MenuItem Command
  2004. Disable MenuItem Command
  2005. DoMenu Messagesage
  2006. "INFO
  2007. Add MenuItem CommandPROP
  2008. popupnum
  2009. 3bkgd
  2010.     data
  2011. Add MenuItem CommandTAIL
  2012. ++TXT
  2013. add menuItem <item> to [<submenu> of] menu 
  2014.      <menu_name>ADDD
  2015. PURE+TXT
  2016. The add menuItem command adds the specified element <item> to the end of a menu or submenu.  Each item may contain up to 31 characters. 
  2017. The following list summarizes the special characters that can be used when adding a menu item:
  2018. Character:  (
  2019. Meaning:  Item created disabled
  2020. Example:  "(Next"
  2021. Character:  /
  2022. Meaning:  Acclerator key to follow
  2023. Example:  "Delete/D"
  2024. Character:  &
  2025. Meaning:  Character key equivalent to follow (MS-Windows only)
  2026. Example:  "&Previous" or "Pr&evious"
  2027. Character:  ;
  2028. Meaning:  Multiple items created
  2029. Example:  "First;Last;Recent"
  2030. Disabled items are grayed out
  2031. Accelerator keys are preceded by the ^ symbol on Windows (the Command key on Macintosh)
  2032. The character key equivalent is the underlined letter of the menu item on Windows
  2033. Notes:
  2034. You can add duplicate entries to a menu, but only the first entry can be affected by other scripting elements such as enable and disable.
  2035. You cannot create your own File or Edit menus, nor can you delete or modify anything on the existing File or Edit menus.
  2036. Once created, a submenu cannot be deleted unless the top-level menu item to which it is attached is deleted, or you reset the menuItems property.
  2037. Character keys are used in Windows.  Accelerator keys are used on both the Windows and Macintosh platforms.
  2038. Notes:
  2039. A more efficient method of adding items to a menu is to set the menuItems property directly.TAIL
  2040. Type the following in the Message box and press Enter after each:
  2041. create menu "Colors"
  2042. add menuItem "Blue" to menu "Colors"
  2043. PURE+TXT
  2044. /data
  2045. Applies to menus
  2046. PURE>LST
  2047. MOCELL10
  2048. Add Menu Commandmand
  2049. Create Menu Commanddmman
  2050. Disable MenuItem Command
  2051. MenuItems Propertyerty
  2052. +INFO
  2053. Annuity FunctionPROP
  2054. popupnum
  2055. 2bkgd
  2056.     data
  2057. Annuity FunctionTAIL
  2058. ++TXT
  2059. annuity (<periodic rate, number of periods>) 
  2060. the annuity of <periodic rate, number of periods>ADDD
  2061. The annuity function calculates the present value of one payment unit.
  2062. Multiplying the result of the annuity function by the amount of a single payment calculates the present value for the accrual payments.TAIL
  2063. PURE+TXT
  2064. Compute the monthly installments on a $60,000 loan at an interest rate of 10% and repayment in 60 installments.  For this example, the periodic rate is 10/100ths (10%) divided by 12 months in the year, and there are 60 periods. 
  2065. Create a button and place the following handler in its script:
  2066. on mouseUp
  2067.   put 60000 / annuity (10/100/12, 60) 
  2068. end mouseUp
  2069. This handler returns in the Message Box a monthly installment value of 1274.822683.TAIL
  2070. PURE>LST
  2071. MOCELL10
  2072. Compound Functiontion
  2073. CRDHscript property
  2074. CRDHscriptfont property
  2075. CRDHscriptsize property
  2076. %INFO
  2077. Advance CommandPROP
  2078. popupnum
  2079. 5bkgd
  2080.     data
  2081. Advance CommandTAIL
  2082. ++TXT
  2083. advance <movie | path>ADDD
  2084. For movi+TXT
  2085. For movies, the advance command advances a paused (not stopped) digital movie by one frame, without sound.  
  2086. For paths, the advance command advances a paused (not stopped) path by one tick, possibly causing movement.TAIL
  2087. e a+TXT
  2088. Create a movie and associate it with a short movie clip.  Create a button and name it 
  2089. SlowMotion".  Put the following handler into the button's script:
  2090. on mouseUp
  2091.   pause mov 1
  2092.   wait 5 seconds
  2093.   repeat for 10 times
  2094.     advance mov 1
  2095.     wait 3 seconds
  2096.   end repeat
  2097. end mouseUp
  2098. Type the following into the Message Box:
  2099. play movie 1
  2100. Now click on the "SlowMotion" button to play the movie in slow motion.  You can also alter this code block to work with a path.TAIL
  2101. s +TXT
  2102. /data
  2103. Applies to movies, paths
  2104. L10>LST
  2105. MOCELL10
  2106. Backup  Commandand
  2107. Pause  Commandand
  2108. &INFO
  2109. AnchorPoint PropertyPROP
  2110. popupnum
  2111. 2bkgd
  2112.     data
  2113. AnchorPoint PropertyTAIL
  2114. ++TXT
  2115. set the anchorPoint of <path> to <x,y>ADDD
  2116. The anch+TXT
  2117. The anchorPoint property is a pair of x,y coordinates that determine the location on an animated object that will act as the anchor point to the path.  
  2118. <x,y> reflects, respectively, the horizontal proportion from the left edge of the animated object and then the vertical proportion from the top edge of the animated object, separated by a comma.  The point 0,0 represents the upper left corner of the animated object, while 100,100 is the lower right.  <x,y> are integer values.
  2119. In other words, if you want a button to travel along the path, touching the path route with its top left corner, you would specify the anchorPoint of the path to 0,0, indicating the top left corner of the button.
  2120. The default value of the anchorPoint property is 50,50, which reflects the center of the animated object.
  2121. Notes:
  2122. Setting the anchorPoint property of a specific leg of a path gives the same result as setting the anchorpoint of the entire path.TAIL
  2123. /data
  2124. Applies to paths 
  2125. MOCELL10>LST
  2126. MOCELL10
  2127. There are no related topics
  2128. PINFO
  2129. CantDelete PropertyPROP
  2130. popupnum
  2131. 17bkgd
  2132.     data
  2133. CantDelete PropertyTAIL
  2134. +T+TXT
  2135. set the cantDelete of <object> to <boolean>ADDD
  2136. PURE+TXT
  2137. NOT AVAILABLE IN THE PLAYER
  2138. The cantDelete object property controls the user's ability to delete an object.  The default value is false, or the object can be deleted.  If an object's cantDelete property is true, the object cannot be deleted.   
  2139. PURE+TXT
  2140. To protect a card from deletion, type the following into the Message Box and press Enter:
  2141. set the cantDelete of card "Main" to trueTAIL
  2142. PURE+TXT
  2143. /data
  2144. Applies to cards, backgrounds, stacks
  2145. PURE>LST
  2146. MOCELL10
  2147. CantModify Propertyerty
  2148. (INFO
  2149. Animate Along  CommandPROP
  2150. popupnum
  2151. 6bkgd
  2152.     data
  2153. Animate Along  CommandTAIL
  2154. ++TXT
  2155. animate <object>[,...] along <path>ADDD
  2156. The anim+TXT
  2157. The animate along command animates the movement of one or more objects along a path.
  2158. Setting the animate along command overrides the playList property setting.
  2159. Notes:
  2160. If the flipInterval property of a path is set, each object animating along a path will be visible for the value of flipInterval.  The flipInterval value applies only if multiple objects are animating along a path.TAIL
  2161. Applies +TXT
  2162. /data
  2163. Applies to paths
  2164. MOCELL10>LST
  2165. MOCELL10
  2166. FlipInterval Propertyerty
  2167. Animate From Commandndnd
  2168. Location (Loc) Property
  2169. Scroll Commandmand
  2170. TextHeight Propertyerty
  2171. %CRDHanchorpoint property
  2172. &CRDHand operator
  2173. 'CRDHanimate along  command
  2174. *INFO
  2175. Animate From CommandPROP
  2176. popupnum
  2177. 7bkgd
  2178.     data
  2179. Animate From CommandTAIL
  2180. ++TXT
  2181. animate <object> from <x,y> to <x,y> 
  2182.      <in | for> <integer> <ticks | seconds 
  2183.      | milliseconds> [step <integer>] [accelerate | 
  2184.      decelerate | natural]ADDD
  2185. E+TXT
  2186. The animate from command animates the movement of an object from one location to another.
  2187. For all objects, the animate from command moves the object from the first x,y coordinate to the second x,y coordinate in the amount of time you specify.  Time is measured in ticks (sixtieths of a second), seconds, or milliseconds.  The animate from command modifies the object's location property.
  2188. The accelerate modifier causes the animation to increase in speed from beginning to end.  The decelerate modifier causes the animation to decrease in speed from beginning to end.  The natural modifier causes the animation to accelerate at the beginning and to decelerate at the end.  If no modifier is used, the animation progresses at a constant speed.  
  2189. The step option allows you to specify the number of units during which each object is visible.  This option makes sense only if you are animating multiple objects.  
  2190. Script execution is always synchronous when using the animate from command.TAIL
  2191. PURE+TXT
  2192. Create a button and name it 
  2193. Mover".  Now add the following handler to the button's script:
  2194. on mouseUp
  2195.   animate button "Mover" from 100,100 to 
  2196.      300,300 in 120 ticks
  2197. end mouseUp
  2198. Now click on button "Mover".  The button moves diagonally down the screen.  Now change the coordinates to 300, 300 and 100, 100 and watch the button move diagonally up the screen.TAIL
  2199. PURE+TXT
  2200. /data
  2201. Applies to all objects
  2202. PURE>LST
  2203. MOCELL10
  2204. Animate Along  Commandand
  2205. Location (Loc) Property
  2206. Scroll Commandmand
  2207. TextHeight Propertyerty
  2208. 0INFO
  2209. Ask CommandPROP
  2210. popupnum
  2211. 10bkgd
  2212.     data
  2213. Ask CommandTAIL
  2214. T+TXT
  2215. ask <question> [with <suggestion>] at [x,y]ADDD
  2216. The ask command creates a dialog box that prompts the user to type a response.  <question> size limit varies by font style and platform.  Oracle Media Objects  automatically generates two reply buttons for you: OK and Cancel.  The typed response is stored in the variable it.
  2217. If you include a text string <suggestion> when you use the ask command, the suggestion appears in the dialog box as highlighted text.  If you do not enter a suggested reply, the entry field of the dialog box is blank.  
  2218. Optionally, you can specify the location of the dialog box by supplying the x and y offsets (in pixels) from the top-left corner of the Oracle Media Objects  window. If you do not specify a location, Oracle Media Objects centers the dialog box on the screen. 
  2219. Notes:
  2220. The text a user types into the dialog box (i.e., the answer to the question) is placed into the variable it, either when the OK button is clicked or when Enter is pressed.  If the Cancel button is clicked (or Escape is pressed), the dialog box is dismissed and it remains empty.TAIL
  2221. ), the +TXT
  2222. You can use the ask command to request information, such as the user's name.  Type the following examples in the Message Box and press Enter after each. After you have answered each question, type it in the Message Box to see the stored value. 
  2223. ask "What is your name?" with "John Smith" 
  2224. ask "How many tickets would you like to order?" at 50,40 
  2225. ask field "Questions" with line 1 of field "Responses"TAIL
  2226. k field "Q+TXT
  2227. /data
  2228. Applies to global
  2229. />LST
  2230. MOCELL10
  2231. Ask Password Commandmand  
  2232. Answer Commandmand
  2233. Pick Commandmand
  2234. It Special ContainerinerADDD
  2235. inerADDD
  2236. $BMAP
  2237. 7INFO
  2238. MouseLoc FunctionPROP
  2239. popupnum
  2240. 35bkgd
  2241.     data
  2242. MouseLoc FunctionTAIL
  2243. +T+TXT
  2244. the mouseLoc 
  2245. mouseLoc()ADDD
  2246. PURE+TXT
  2247. The mouseLoc function returns the current location of the mouse pointer as two screen coordinates, the horizontal and vertical offsets. 
  2248. The offsets are measured in pixels from the top left corner of the card window.TAIL
  2249. URE+TXT
  2250. Create a new field and name it 
  2251. Coordinates".  Put the following script into the card: 
  2252. on mouseUp 
  2253.   put the mouseLoc into field "Coordinates" 
  2254. end mouseUp 
  2255. Return to the Browse mode and click anywhere in the card.TAIL
  2256. URE>LST
  2257. MOCELL10
  2258. ClickH Functionand
  2259. ClickLoc Functiontion
  2260. ClickV Functiontion
  2261. MouseV Functiontion 
  2262. *CRDHannuity function
  2263. +CRDHanswer command
  2264. ,CRDHarrowkey command
  2265. PlayRepeated  MessagePROP
  2266. popupnum
  2267. 35bkgd
  2268.     data
  2269. PlayRepeated  MessageTAIL
  2270. +T+TXT
  2271. on playRepeated
  2272. end playRepeatedADDD
  2273. RE+TXT
  2274. When the playNumber property of a movie, path, or sound is set to greater than 1, this message is sent to the object after each playback.  
  2275. For example, if the playNumber of a movie is set to 3, the playRepeated message is sent after first playback, then again after the second playback.  After the third playback the playStopped message is sent to the object.TAIL
  2276. URE+TXT
  2277. /data
  2278. Sent to movies, paths, soundsTAIL
  2279. PURE>LST
  2280. MOCELL10
  2281. PlayNumber  Propertyrty
  2282. PlayStopped  Messageage
  2283. 2INFO
  2284. Ask Password CommandPROP
  2285. popupnum
  2286. 12bkgd
  2287.     data
  2288. Ask Password CommandTAIL
  2289. +T+TXT
  2290. ask password <question> [with <reply>] 
  2291.      [at <x,y>]ADDD
  2292. The ask +TXT
  2293. The ask password command behaves much like the ask command, but goes one step further.  Instead of entering the user's typed reply into the local variable it, ask password translates the reply into a number and stores it in encrypted form. 
  2294. You can use this command to maintain the confidentiality of your data, prevent damage, and protect against modification of your stacks.  For example, Oracle Media Objects can store the user's typed reply in a field and compare it with the valid passwords that you have previously created.TAIL
  2295. To use t+TXT
  2296. To use the ask password command, you must first determine the encrypted form of the password you want to use.  This can be done by putting the following script in a button: 
  2297. on mouseUp
  2298.   ask password "Please enter desired password"
  2299.   put "The encrypted form is" && it into msg
  2300. end mouseUp 
  2301. Now go back to Browse mode and click on the button.  At the prompt, enter "test" as the password and click on the OK button.  The encrypted form appears in the Message Box: 
  2302. The encrypted form is 1017032090
  2303. Now you can use this code in a script to protect sensitive information, such as salaries in an employee stack.  Make a field called "Salary" and enter a value.  Then type this in the Message Box and press Enter: 
  2304. hide field "Salary"
  2305. Now you can make a button called "Show Salary", and set it up so that the user can only see the field if he or she knows that the password is "test."  Create this button script: 
  2306. on mouseUp 
  2307.   ask password "Please enter password"
  2308.   if it is -362801982 then
  2309.     show field "Salary"
  2310.   else
  2311.     answer "Incorrect Password"
  2312.   end if
  2313. end mouseUpTAIL
  2314. pplies +TXT
  2315. /data
  2316. Applies to global
  2317. MOCELL10>LST
  2318. MOCELL10
  2319. Ask Commandd Command
  2320. ;INFO
  2321. AutoSave PropertyPROP
  2322. popupnum
  2323. 6bkgd
  2324.     data
  2325. AutoSave PropertyTAIL
  2326. ++TXT
  2327. set the autoSave to <time interval>ADDD
  2328. NOT AVAI+TXT
  2329. NOT AVAILABLE IN THE PLAYER
  2330. The autoSave property sets the time interval in seconds at which time Oracle Media Objects saves all changes.  The time interval can be set through a script or in the Message Box.  
  2331. Notes:
  2332. Oracle Media Objects saves changes during the idle period only.  
  2333. The autoSave time interval can also be set with the Preferences dialog box, which you select from the File menu.  
  2334. To disable autoSave, set the value of autoSave to 0.TAIL
  2335.  deter+TXT
  2336. To determine the current autoSave time interval, type the following in the Message Box and press Enter: 
  2337. the autoSave
  2338. To set the autoSave time to an interval other than those listed, first convert the time into seconds.  For example, to set autoSave to 2 minutes, type the following in the Message Box:   
  2339. set the autoSave to 120 
  2340. Now Oracle Media Objects will save your changes every two minutes.TAIL
  2341. Applies +TXT
  2342. /data
  2343. Applies to global
  2344. MOCELL10>LST
  2345. MOCELL10
  2346. There are no related topics
  2347. FINFO
  2348. Bottom PropertyPROP
  2349. popupnum
  2350. 12bkgd
  2351.     data
  2352. Bottom PropertyTAIL
  2353. +T+TXT
  2354. set the bottom of <object> to <location>ADDD
  2355. The bott+TXT
  2356. The bottom property determines the position of the bottom of an object, measured in pixels from the top of the card window.  The bottom property also determines the distance between the bottom of the card window and the top of the Oracle Media Objects window.
  2357. You can use the bottom property to determine or change item 4 in the rectangle property (top, left, right, bottom) of a specific object.
  2358. Notes:
  2359. Changing the bottom property does not change the size of the object; it changes the object's location.TAIL
  2360. Create a button and name it "test".  Type the following in the Message Box and press Enter: 
  2361. get the bottomRight of button "test" 
  2362.    put it into temp 
  2363.    set the bottom of button "test" to item 1 
  2364.       of temp+50
  2365. Oracle Media Objects repositions the button on the card. 
  2366. Type the following statement in the Message Box and press Enter to move the current card window down 10 pixels on the screen:
  2367. set the bottom of card window to (the bottom 
  2368.    of card window + 10)
  2369.  +TXT
  2370. /data
  2371. Applies to all objects, backgrounds, card windows, message box, toolbar
  2372. LL10>LST
  2373. MOCELL10
  2374. BottomRight Propertyerty
  2375. Left Propertyrtyy
  2376. Location (Loc) Property
  2377. Rectangle Propertyerty 
  2378. Right Propertyoperty
  2379. Top Propertyerty
  2380. TopLeft Propertyerty
  2381. /CRDHask command
  2382. 0CRDHask file command
  2383. 1CRDHask password command
  2384. CRDHsave [a] copy as <filename>  command
  2385. CRDHscaletofit property
  2386. CRDHscaling  property
  2387. CRDHautosave property
  2388. JCRDHcantdelete property
  2389. aCRDHclickv function
  2390. vCRDHcompound function
  2391. 6INFO
  2392. Atan FunctionPROP
  2393. popupnum
  2394. 3bkgd
  2395.     data
  2396. Atan FunctionTAIL
  2397. Example+TXT
  2398. atan (number) 
  2399. the atan of <number>ADDD
  2400. Atan is +TXT
  2401. Atan is a mathematical function that returns the trigonometric arctangent (inverse tangent) of a number in radians. 
  2402. Notes:
  2403. To calculate the arctangent of a number in degrees, multiply the angle by pi and divide by 180.TAIL
  2404. To get the arctangent of 20 in radians, type the following in the Message Box and press Enter: 
  2405. atan (20)
  2406. The number 1.520838 appears in the Message Box.  To get the arctangent of 20 in degrees, type this line in the Message Box and press Enter:
  2407. put atan (20)*PI/180 
  2408. The number 0.026544 appears in the Message Box.TAIL
  2409. MOCELL10>LST
  2410. MOCELL10
  2411. There are no related topics
  2412. 7INFO
  2413. AutoFormat PropertyPROP
  2414. popupnum
  2415. 3bkgd
  2416.     data
  2417. AutoFormat PropertyTAIL
  2418. ++TXT
  2419. set the autoFormat to <boolean>ADDD
  2420. URE+TXT
  2421. NOT AVAILABLE IN THE PLAYER
  2422. The autoFormat property controls formatting behavior in the script editing window.  If autoFormat is true, Oracle Media Objects will format, or indent, the last line of script each time you press Enter.  If autoFormat is false, the Enter key will have no effect on script formatting.
  2423. You can determine the current value of autoFormat by typing the following in the Message Box:
  2424. put the autoFormat
  2425. By default, the value of the autoFormat property is set to true.TAIL
  2426. PURE+TXT
  2427. /data
  2428. Applies to script formatting (global)
  2429. PURE>LST
  2430. MOCELL10
  2431. There are no related topics
  2432. ControlPoint  PropertyPROP
  2433. popupnum
  2434. 29bkgd
  2435.     data
  2436. ControlPoint  PropertyTAIL
  2437. +T+TXT
  2438. set the {primary | secondary} controlPoint 
  2439.      [of leg <number>] of <path> to <point>ADDD
  2440. Each Bez+TXT
  2441. Each Bezier leg of a path has two control points.  In Oracle Media Talk, the modifiers primary and secondary are used to distinguish between the two control points.  For Bezier motion, the primary and secondary points are used to generate the curve.  The control points are used to indicate the tangent vectors at the beginning and end of the leg.  
  2442. Setting the controlPoint property without a modifier causes both control points to be set to the same value, generating a quadratic Bezier curve.  If the points are different, the leg follows a cubic Bezier curve.  By default, controlPoints are set to the midpoint of the path, which generates a simple straight line.
  2443. Notes:
  2444. You can specify a path only, rather than the specific leg of that path, when you set the controlPoint property.  The result sets the controlPoint of leg 1 only even if there is more than one leg in the path.TAIL
  2445. Applies +TXT
  2446. /data
  2447. Applies to Bezier legs of a path
  2448. MOCELL10>LST
  2449. MOCELL10
  2450. CenterPoint  Propertyrty
  2451. CurveType  Propertyrty
  2452. CRDHplaystart  property
  2453. CRDHplayvolume  property
  2454. CRDHpopupmenu command
  2455. 9INFO
  2456. AutoResize PropertyPROP
  2457. popupnum
  2458. 5bkgd
  2459.     data
  2460. AutoResize PropertyTAIL
  2461. ++TXT
  2462. set the autoResize of <movie | bitmap> 
  2463.      to <boolean>ADDD
  2464. The auto+TXT
  2465. The autoResize property determines whether Oracle Media Objects resizes the movie or bitmap object to the preferred viewing size of the movie file image or graphic file, respectively.  When autoResize is set to true, the movie or bitmap object is automatically resized (the movie object resizes itself when the prepare command is issued).  When autoResize is set to false, the image of the movie file or graphic is rescaled to fit the dimensions of the movie object. 
  2466. If the scaleToFit property of a bitmap is set to true, the graphic is rescaled to fit the dimensions of the bitmap.
  2467. The default value of autoResize for movies and bitmaps is true.
  2468. Notes:
  2469. For movies, if the movie file is not viewed at its preferred size, some distortion may occur and playback may not be as smooth.TAIL
  2470. Applies +TXT
  2471. /data
  2472. Applies to bitmaps, movies
  2473. 0>LST
  2474. MOCELL10
  2475. MovieFile Propertyerty
  2476. Prepare  Commandand
  2477. ScaleToFit Propertyerty
  2478. 6CRDHautoformat property
  2479. 7CRDHautohilite property
  2480. 8CRDHautoresize property
  2481. NINFO
  2482. BufferSize  PropertyPROP
  2483. popupnum
  2484. 15bkgd
  2485.     data
  2486. BufferSize  PropertyTAIL
  2487. +T+TXT
  2488. set the bufferSize of <sound> to <integer>ADDD
  2489. The buff+TXT
  2490. The bufferSize property determines the size of the memory buffer used by the Macintosh Sound Manager when the sound object is playing from a sound file.  Application designers can use this property for better sound playback, for example, while running from CD
  2491. ROMs where high seek times could be offset by larger buffer sizes for quality playback.  The bufferSize value is defined and retrieved using the current units.
  2492. The default value of bufferSize is .5 seconds.  The minimum value is 0 seconds.
  2493. Notes:
  2494. The bufferSize property applies only to sounds played on a Macintosh.
  2495. Be careful about setting the bufferSize property to unexpected values.  If there is not a sound file associated with your sound object, you can still modify bufferSize if the units property is set to milliseconds, ticks, or seconds.  If the units property is set to samples, however, then you should not attempt to get or set the bufferSize property.  If you try to get or set bufferSize in this situation while working in the authoring environment of Oracle Media Objects, then you will get an error message.  If you attempt to modify bufferSize under these circumstances while working in the runtime player, the default rate of 22KHz will be used to calculate the value of bufferSize.TAIL
  2496. The foll+TXT
  2497. The following sound script sets the value of bufferSize according to where the sound file is located.  A global variable, called mySoundSource contains a string indicating the type of sound file storage being used.  The current units are in milliseconds:
  2498. if mySoundSource = "disk" then
  2499.   set the bufferSize of sound 1 to 500
  2500. else if mySoundSource = "cd" then
  2501.   set the bufferSize of snd 1 to 3000TAIL
  2502. Applies +TXT
  2503. /data
  2504. Applies to sounds (Macintosh only)
  2505. MOCELL10>LST
  2506. MOCELL10
  2507. Play File Commandmand
  2508. -INFO
  2509. ArrowKey CommandPROP
  2510. popupnum
  2511. 9bkgd
  2512.     data
  2513. ArrowKey CommandTAIL
  2514. ++TXT
  2515. arrowkey <direction>ADDD
  2516. The arro+TXT
  2517. The arrowKey command generates the same message that is sent when one of the keyboard's arrow keys is pressed.  <Direction> must evaluate to the name of one of the arrow keys: left, right, up, or down.TAIL
  2518. L10>LST
  2519. MOCELL10
  2520. There are not related topics
  2521. =INFO
  2522. Average FunctionPROP
  2523. popupnum
  2524. 4bkgd
  2525.     data
  2526. Average FunctionTAIL
  2527. ++TXT
  2528. average (<numberlist>) 
  2529. the average of <numberlist>ADDD
  2530. The aver+TXT
  2531. The average function returns the average of a series of numbers.TAIL
  2532. Type the+TXT
  2533. Type the following in the Message Box and press Enter: 
  2534. average (12, 34, 56, 34, 45)
  2535. Oracle Media Objects displays the number 36.2 in the Message Box.TAIL
  2536. LL10>LST
  2537. MOCELL10
  2538. There are no related topics
  2539. XINFO
  2540. CenterPoint  PropertyPROP
  2541. popupnum
  2542. 19bkgd
  2543.     data
  2544. CenterPoint  PropertyTAIL
  2545. +T+TXT
  2546. set the centerPoint of [leg <number> of] 
  2547.      <path> to <x,y>ADDD
  2548. PURE+TXT
  2549. In the case of circular motion, the centerPoint is used to indicate the center of the circle along which the leg forms an arc.  The default is the midpoint of the start and end points of the leg, forming a semicircle.
  2550. Notes:
  2551. If a leg is not specified, the first leg's centerPoint is set.
  2552. The value you set for the centerPoint may be automatically adjusted slightly to ensure that the resulting leg forms a perfect semicircle.TAIL
  2553. E+TXT
  2554. /data
  2555. Applies to circular legs of a path
  2556. PURE>LST
  2557. MOCELL10
  2558. CurveType  Propertyrty
  2559. CRDHprepare  command
  2560. CRDHprint card command
  2561. CRDHprint topic
  2562. ;CRDHautotab property
  2563. <CRDHaverage function
  2564. =CRDHbackcolor  property
  2565. @INFO
  2566. Backup  CommandPROP
  2567. popupnum
  2568. 13bkgd
  2569.     data
  2570. Backup  CommandTAIL
  2571. +T+TXT
  2572. backup <movie | path>ADDD
  2573. The back+TXT
  2574. The backup command backs up a paused (not stopped) digital movie by one frame.  
  2575. For paths, the backup command backs up a paused (not stopped) path by one tick, possibly causing movement.TAIL
  2576. Create a movie and associate it with a movie file.  Then create a button and name it 
  2577. PlayBackward".  Put the following handler into the button's script: 
  2578. on mouseUp
  2579. put 3 seconds into frame_pause
  2580.  pause mov 1
  2581.   wait 5 seconds
  2582.   repeat for 5 times
  2583.     backup mov 1
  2584.     wait 3 seconds
  2585.   end repeat
  2586. end mouseUp
  2587. Type the following into the Message box:
  2588. play mov 1
  2589. After playing the movie for a few seconds, click on the "PlayBackward" button to play the movie backward.  To change the speed of playback, simply modify the number of seconds in the line "wait 3 seconds".  You can also alter this code block to work with a path object.TAIL
  2590. s +TXT
  2591. /data
  2592. Applies to movies, paths
  2593. L10>LST
  2594. MOCELL10
  2595. Advance Commandmand
  2596. Pause  Commandand
  2597. AINFO
  2598. Beep CommandPROP
  2599. popupnum
  2600. 14bkgd
  2601.     data
  2602. Beep CommandTAIL
  2603. beep [<number of beeps>]ADDD
  2604. The beep+TXT
  2605. The beep command produces a "beep" sound effect through the computer's speaker or audio port.TAIL
  2606. Type the+TXT
  2607. Type the following in the Message Box and press Enter: 
  2608. beep 
  2609. beep 3
  2610. The first message causes one beep; the second causes three beeps.TAIL
  2611. LL10>LST
  2612. MOCELL10
  2613. There are no related topics
  2614. BINFO
  2615. BkgndSize PropertyPROP
  2616. popupnum
  2617. 9bkgd
  2618.     data
  2619. BkgndSize PropertyTAIL
  2620. ++TXT
  2621. set the bkgndSize of <bkgnd> to <x,y>ADDD
  2622. NOT AVAI+TXT
  2623. NOT AVAILABLE IN THE PLAYER
  2624. The bkgndSize property controls background size, determined in x, y coordinates. Changing a background's size changes the size of all cards that share the background. 
  2625. Notes:
  2626. If you reduce the background size, Oracle Media Objects will crop and discard any background painting that extends beyond the new boundaries.TAIL
  2627. an+TXT
  2628. Go to any card within any stack and type the following in the Message Box and press Enter: 
  2629. the bkgndsize of this background  
  2630. The background size of the current background will be returned.TAIL
  2631. Applies +TXT
  2632. /data
  2633. Applies to backgrounds 
  2634. LL10>LST
  2635. MOCELL10
  2636. There are no related topics
  2637. CINFO
  2638. BlindTyping PropertyPROP
  2639. popupnum
  2640. 10bkgd
  2641.     data
  2642. BlindTyping PropertyTAIL
  2643. +T+TXT
  2644. set the blindTyping to <boolean>ADDD
  2645. RE+TXT
  2646. NOT AVAILABLE IN THE PLAYER
  2647. The blindTyping property allows the user to type entries in the Message Box when it is hidden.  To enable this functionality, the blindTyping property must be set to true.  By default, blindTyping is set to true.TAIL
  2648. PURE+TXT
  2649. To see the current value of the blindTyping property, type the following in the Message Box and press Enter: 
  2650. the blindtyping
  2651. To set the blindTyping property to false, type the following in the Message Box and press Enter: 
  2652. set the blindTyping to falseTAIL
  2653. PURE+TXT
  2654. /data
  2655. Applies to global 
  2656. PURE>LST
  2657. MOCELL10
  2658. There are no related topics
  2659. @CRDHbeep command
  2660. ACRDHbkgndsize property
  2661. BCRDHblindtyping property
  2662. DeleteObject MessagePROP
  2663. popupnum
  2664. 10bkgd
  2665.     data
  2666. DeleteObject MessageTAIL
  2667. +T+TXT
  2668. on deleteObject
  2669. end deleteObjectADDD
  2670. RE+TXT
  2671. The deleteObject system message is generated whenever an object is deleted or cut, immediately before it is deleted.
  2672. Notes:
  2673. The deleteObject message is purely informational.  Intercepting the message with a handler does nothing to prevent the object from being deleted.TAIL
  2674. PURE+TXT
  2675. Create a button.  Place the following handler in the script of the current card and then delete the button. 
  2676. on deleteObject
  2677.   put the target && "has been deleted." 
  2678. end deleteObjectTAIL
  2679. PURE+TXT
  2680. /data
  2681. Sent to the deleted objectTAIL
  2682. RE>LST
  2683. MOCELL10
  2684. Delete {row/col} CommandADDD
  2685. YINFO
  2686. CenteredWindow PropertyPROP
  2687. popupnum
  2688. 21bkgd
  2689.     data
  2690. CenteredWindow PropertyTAIL
  2691. +T+TXT
  2692. set the centeredWindow to <boolean>ADDD
  2693. Centered+TXT
  2694. CenteredWindow determines the location of the card when it is maximized or in Large View.  
  2695. When the centeredWindow is set to false, the card will appear in the upper left corner of the screen.  When centeredWindow is set to true, the card is placed at the center of the screen.TAIL
  2696. ate a+TXT
  2697. Create a new card.  Maximize the card by clicking the maximize button on right side of the card's title bar.  Now type the following line in the Message Box and press Enter:
  2698. set the windowColor to blue 
  2699. This will set the color of the unused portion of the screen to blue.  Next type the following in the Message Box and press Enter:
  2700. set the centeredWindow to trueTAIL
  2701. Applies +TXT
  2702. /data
  2703. Applies to card windows
  2704. LL10>LST
  2705. MOCELL10
  2706. WindowColor PropertyertyADDD
  2707. GINFO
  2708. BottomRight PropertyPROP
  2709. popupnum
  2710. 13bkgd
  2711.     data
  2712. BottomRight PropertyTAIL
  2713. +T+TXT
  2714. set the bottomRight of <object> to <x,y>ADDD
  2715. The bott+TXT
  2716. The bottomRight property determines the position of an object (measured at the bottom right corner) from the top left corner of the card window.  The object's bottomRight position is measured in pixels and is expressed as an x, y screen coordinate where x and y are positive integers representing pixels.  For the card window, the bottomRight property determines the position of the window from the top left corner of the Oracle Media Objects window.
  2717. You can use the bottomRight property to determine or change items 3 and 4 in the rectangle property (top, left, right, bottom) of a specific object. 
  2718. Notes:
  2719. Changing the bottomRight property does not change the size of the object; it changes the object's location.TAIL
  2720. Create a+TXT
  2721. Create a button and name it "test".  Type the following statements in the Message Box and press Enter after each: 
  2722. get the bottomRight of button "test" 
  2723. put it into temp 
  2724. set the bottomRight of button "test" to item 1 of 
  2725.   temp+5, item 2 of temp+5
  2726. Oracle Media Objects moves the button 5 pixels down and 5 pixels to the right.TAIL
  2727. /data
  2728. Applies to all objects, backgrounds, card windows, message box, toolbar
  2729. LL10>LST
  2730. MOCELL10
  2731. Bottom Propertyperty
  2732. Left Propertyrtyy
  2733. Location (Loc) Property
  2734. Rectangle Propertyerty 
  2735. Right Propertyoperty
  2736. Top Propertyerty
  2737. TopLeft Propertyerty
  2738. HINFO
  2739. Breakpoint CommandPROP
  2740. popupnum
  2741. 15bkgd
  2742.     data
  2743. Breakpoint CommandTAIL
  2744. +T+TXT
  2745. breakpointADDD
  2746. NOT AVAI+TXT
  2747. NOT AVAILABLE IN THE PLAYER
  2748. The breakpoint command causes Oracle Media Objects to halt execution of a script and bring up the script debugger window.  Simply enter breakpoint on a line by itself in your script at the place you wish the breakpoint to occur.TAIL
  2749. Applies +TXT
  2750. /data
  2751. Applies to script debugger
  2752. 0>LST
  2753. MOCELL10
  2754. Trace Commandndnd
  2755. Untrace Commandmand
  2756. ECRDHbottom property
  2757. FCRDHbottomright property
  2758. GCRDHbreakpoint command
  2759. ?CRDHbackup  command
  2760. DCRDHblocking  property
  2761. ICRDHbring closer command
  2762. KINFO
  2763. Bring Closer CommandPROP
  2764. popupnum
  2765. 16bkgd
  2766.     data
  2767. Bring Closer CommandTAIL
  2768. +T+TXT
  2769. bring <object> {to front | closer}ADDD
  2770. The bring closer command allows you to reposition the specified object within the sequence of all objects that exist on the current card.  The to front option repositions the object to the highest, or topmost layer.  The closer option brings the object one layer higher, or closer to the top.TAIL
  2771. PURE+TXT
  2772. /data
  2773. Applies to all objects
  2774. PURE>LST
  2775. MOCELL10
  2776. Send Farther CommandmandADDD
  2777. LINFO
  2778. Brush PropertyPROP
  2779. popupnum
  2780. 14bkgd
  2781.     data
  2782. Brush PropertyTAIL
  2783. +T+TXT
  2784. set the brush to <number>ADDD
  2785. NOT AVAI+TXT
  2786. NOT AVAILABLE IN THE PLAYER
  2787. The brush property determines the shape of the brush tool.  The 32 different brush shapes, as shown in the figure below, correspond to the brush selection dialog from the Settings option under the Graphic menu, or from double-clicking on the Brush tool.  The default brush shape is 8.TAIL
  2788. e a+TXT
  2789. Create a button with the following script: 
  2790. on mouseUp 
  2791.   choose brush tool 
  2792.   set the brush to 1 
  2793.   drag from 100,100 to 200,200 
  2794.   get the brush 
  2795.   put it into brushshape 
  2796.   add 30 to brushshape 
  2797.   set the brush to brushshape 
  2798.   drag from 318,97 to 440,258 
  2799.   choose browse tool 
  2800. end mouseUp 
  2801. Two lines are drawn, each with a different brush style.TAIL
  2802. Applies +TXT
  2803. /data
  2804. Applies to global painting 
  2805. MOCELL10
  2806. Choose Commandmand
  2807. MINFO
  2808. BusyCursor PropertyPROP
  2809. popupnum
  2810. 16bkgd
  2811.     data
  2812. BusyCursor PropertyTAIL
  2813. +T+TXT
  2814. set the busyCursor to <cursorname>ADDD
  2815. The busyCursor property determines the cursor shape Oracle Media Objects displays while extended processing is occurring.
  2816. You can select one of the following values for the busyCursor shape: 
  2817. spinning beachball
  2818. CommandDot
  2819. Mac command-key symbol with flashing dot
  2820. Count
  2821. animated counting hand
  2822. Hourglass
  2823. animated hourglass
  2824. Movie
  2825. animated piece of film
  2826. Number
  2827. numbers 0 through 9
  2828. PointerRight
  2829. flashing right-arrow pointer
  2830. PointerLeft
  2831. flashing left-arrow pointer
  2832. TalkRight
  2833. speech balloon to right with flashing "words"
  2834. TalkLeft
  2835. speech balloon to left with flashing "words"
  2836. Watch
  2837. wristwatch with spinning minute hand
  2838. World 
  2839. spinning globe
  2840. The default value of the busyCursor property is busy shape.
  2841. URE+TXT
  2842. Type the following in the Message Box and press Enter:
  2843. set the busyCursor to worldTAIL
  2844. PURE+TXT
  2845. /data
  2846. Applies to global 
  2847. PURE>LST
  2848. MOCELL10
  2849. Cursor Propertyerty
  2850. Date FunctionPROP
  2851. popupnum
  2852. 12bkgd
  2853.     data
  2854. Date FunctionTAIL
  2855. +T+TXT
  2856. the [short | long | abbr[ev[iated]]] date 
  2857. date()ADDD
  2858. The date+TXT
  2859. The date function returns a string representing the current date set in your machine.  The date function is frequently used to store or display a date in a field.  By default, the date returns the short date.
  2860. The following shows the three forms of the date function.
  2861. Form:  the short date
  2862. Format:  4/18/92
  2863. Form:  the abbreviated date
  2864. the abbrev date
  2865. the abbr date
  2866. Format:  Sat, Apr 18, 1992
  2867. Form:  the long date
  2868. Format:  Saturday, April 18, 1992TAIL
  2869. Type the+TXT
  2870. Type the following into the Message Box and press Enter:
  2871. the date 
  2872. By default, Oracle Media Objects returns the short version, for example, 8/11/93.  
  2873. Type the following in the Message Box and press Enter: 
  2874. the abbr date 
  2875. Oracle Media Objects returns a date in the following format: 
  2876. Tue, Apr 21, 1992
  2877. You can also place the date into a variable.  Enter the following two lines in the Message Box and press Enter after each: 
  2878. put the first item of the abbrev date 
  2879.     into dayofweek 
  2880. dayofweek 
  2881. When you type dayofweek, Oracle Media Objects returns: 
  2882. ELL10>LST
  2883. MOCELL10
  2884. Convert Commandmand
  2885. KCRDHbrush property
  2886. LCRDHbuffersize  property
  2887. NCRDHbusycursor property
  2888. Tan FunctionPROP
  2889. popupnum
  2890. 61bkgd
  2891.     data
  2892. Tan FunctionTAIL
  2893. tan (<number>)
  2894. the tan of <number>ADDD
  2895. The tan +TXT
  2896. The tan function calculates the tangent of an angle in radians. 
  2897. Notes:
  2898. To calculate the tangent of an angle in degrees, multiply the angle by Pi and divide by 180 before passing it to tan().TAIL
  2899. Type the+TXT
  2900. Type the following into the Message Box and press Enter:
  2901. tan (pi/6)TAIL
  2902. MOCELL10>LST
  2903. MOCELL10
  2904. Atan Functionnction
  2905. QINFO
  2906. CantModify PropertyPROP
  2907. popupnum
  2908. 18bkgd
  2909.     data
  2910. CantModify PropertyTAIL
  2911. +T+TXT
  2912. set the cantModify of <object> to <boolean>ADDD
  2913. PURE+TXT
  2914. NOT AVAILABLE IN THE PLAYER
  2915. When set to true, the cantModify object property, prevents the user from modifying an object's properties or contents.  The default value of cantModify is false, which allows object modification.TAIL
  2916. PURE+TXT
  2917. Create a field and name it "test".  Type the following in the Message Box and press Enter:
  2918. set the cantModify of field "test" to true
  2919. Now select the field and try to resize it, make it transparent, or otherwise modify it.TAIL
  2920. PURE+TXT
  2921. /data
  2922. Applies to all objects, cards, backgrounds, stacks
  2923. PURE>LST
  2924. MOCELL10
  2925. CantDelete Propertyd topics
  2926. JCRDHwindowtype property
  2927. KCRDHwithin operator
  2928. LCRDHword text chunk
  2929. MCRDHwordwrap property
  2930. OCRDHwrite to file command
  2931. PCRDH
  2932.  (line continuation character)
  2933. Subtract CommandPROP
  2934. popupnum
  2935. 96bkgd
  2936.     data
  2937. Subtract CommandTAIL
  2938. +T+TXT
  2939. subtract <number> from <container>ADDD
  2940. The subtract command subtracts a number from another number already in a container and puts the total into that container.  The value previously stored in the container must be a number; it is replaced by the new value.TAIL
  2941. E+TXT
  2942. Type the following lines into the Message Box and press Enter after each: 
  2943. put 40 into difference 
  2944. subtract 10 from difference 
  2945. difference 
  2946. The value "30" is returned to the Message Box.TAIL
  2947. MOCELL10
  2948. - (Minus) Operator
  2949. TINFO
  2950. CantUnderstand MessagePROP
  2951. popupnum
  2952. 2bkgd
  2953.     data
  2954. CantUnderstand MessageTAIL
  2955. ++TXT
  2956. on cantUnderstand 
  2957. end cantUnderstandADDD
  2958. When Ora+TXT
  2959. When Oracle Media Objects receives a message it cannot interpret, it sends a cantUnderstand message to the current card  You can write a handler to intercept this message before a standard "Can't understand" alert box (for example, "Syntax error," "Object not found") appears.
  2960. Notes:
  2961. Standard Oracle Media Objects alert boxes are often quite useful when debugging scripts because they pinpoint the type and exact location of the script error.  However, intercepting the cantUnderstand message prevents Oracle Media Objects from displaying the script error dialog box, so be sure to include the pass command in the cantUnderstand handler.TAIL
  2962. Imagine +TXT
  2963. Imagine that you have a stack of library handlers called "My_Handlers".  The following stack script checks whether a command that Oracle Media Objects could not interpret is contained in "My_Handlers" and then reminds you to library that stack.
  2964. on cantUnderStand aaa
  2965.   if aaa is "my_handler1" or aaa is 
  2966.      "my_handler2" or 
  2967.       aaa is "my_handler3" then
  2968.     put "You need to library stack " & quote & 
  2969.       "My_Handlers" & quote && "to use" && aaa
  2970.   else
  2971.     pass cantUnderStand
  2972. end cantUnderStandTAIL
  2973. Sent to +TXT
  2974. /data
  2975. Sent to the current cardTAIL
  2976. LL10>LST
  2977. MOCELL10
  2978. There are no related topics
  2979. ]INFO
  2980. Check MenuItem CommandPROP
  2981. popupnum
  2982. 17bkgd
  2983.     data
  2984. Check MenuItem CommandTAIL
  2985. +T+TXT
  2986. check menuItem <item> 
  2987.      [of menu <submenu_name>] 
  2988.      of menu <menu_name>ADDD
  2989. PURE+TXT
  2990. The check menuItem command places a check mark next to the specified item of the indicated menu or submenu.TAIL
  2991. E+TXT
  2992. Type the following into the Message Box and press Enter after each:
  2993. create menu "Colors"
  2994. add menuItem "Orange" to menu "Colors"
  2995. check menuItem "Orange" of menu "Colors"
  2996. Pull down the newly created Colors menu and the Orange option will be checked.TAIL
  2997. URE+TXT
  2998. /data
  2999. Applies to menus
  3000. PURE>LST
  3001. MOCELL10
  3002. Enable Commandm Command
  3003. Disable Commandm Command
  3004. Uncheck MenuItem CommandADDD
  3005. WINFO
  3006. Centered PropertyPROP
  3007. popupnum
  3008. 20bkgd
  3009.     data
  3010. Centered PropertyTAIL
  3011. +T+TXT
  3012. set the centered to <boolean>ADDD
  3013. PURE+TXT
  3014. NOT AVAILABLE IN THE PLAYER
  3015. The centered property determines the origin of geometrical figures drawn with the paint tools.
  3016. When the centered property is true, the graphic is drawn starting from its center.  It expands outward from its center as it becomes larger in size. 
  3017. If the centered property is false, the graphic is drawn starting from an imaginary corner.  It expands toward the opposite corner as it becomes larger in size. 
  3018. Notes:
  3019. The centered property has the same effect as the Draw Centered option under the Graphic menu.TAIL
  3020. RE+TXT
  3021. Type the following line in the Message Box and press Enter: 
  3022. set the centered to true
  3023. Now select the Rectangle tool from the Paint toolbar.  Draw a rectangle on the card.  Notice that Oracle Media Objects draws the rectangle from the center of the shape.  Now type the following line in the Message Box and press Enter: 
  3024. set the centered to false 
  3025. Draw the rectangle again.  This time, however, the shape is drawn from one corner of the shape to the opposite corner.TAIL
  3026. PURE+TXT
  3027. /data
  3028. Applies to global painting
  3029. E>LST
  3030. MOCELL10
  3031. There are no related topics
  3032. StartPoint  PropertyPROP
  3033. popupnum
  3034. 126bkgd
  3035.     data
  3036. StartPoint  PropertyTAIL
  3037. +TX+TXT
  3038. set the startPoint of [leg <number> of] <path> 
  3039.       to <x,y>ADDD
  3040. PURE+TXT
  3041. The startPoint property determines where the selected leg begins with respect to the top left corner of the path.  Unless you specify a leg, the property applies to the first leg of the path.TAIL
  3042. PURE+TXT
  3043. /data
  3044. Applies to paths, or legs of paths
  3045. PURE>LST
  3046. MOCELL10
  3047. EndPoints  Propertyty
  3048. ^INFO
  3049. Choose CommandPROP
  3050. popupnum
  3051. 18bkgd
  3052.     data
  3053. Choose CommandTAIL
  3054. +T+TXT
  3055. check menuItem <item> 
  3056.      [of menu <submenu_name>] 
  3057.      of menu <menu_name>ADDD
  3058. PURE+TXT
  3059. NOT AVAILABLE IN THE PLAYER
  3060. Issuing the choose command is equivalent to clicking on a tool in the toolbar.  See the tool function for a list of valid tool names.
  3061. Notes:
  3062. When copying and pasting bitmap objects, it is necessary to choose the Browse tool before the Paste operation.  Otherwise, Oracle Media Objects copies the graphic inside the object and, within the original object, overlays the copied graphic on the original graphic.TAIL
  3063. PURE+TXT
  3064. Type the following lines into the Message Box and press Enter after each: 
  3065. choose text tool 
  3066. choose rect tool 
  3067. choose browse tool
  3068. Notice that the appropriate tool is selected each time you press Enter.
  3069. Alternatively, try this example:
  3070. 1.  Create a bitmap and name it 
  3071. square_template".  
  3072. 2.  Draw a square inside the bitmap.  (You can fill in the square with a color, if you prefer.) 
  3073. 3.  Create a button and name it 
  3074. Copier". 
  3075. 4.  Add the following handler, which creates a copy of an object, to the button's script: 
  3076. on mouseUp 
  3077.   select bitmap "square_template" 
  3078.   Copy
  3079.   choose browse tool 
  3080.   Paste
  3081.   set the location of the last bmp to 260, 70 
  3082. end mouseUpTAIL
  3083. URE>LST
  3084. MOCELL10
  3085. Tool Functiontion
  3086. +INFO
  3087. Trunc FunctionPROP
  3088. popupnum
  3089. 65bkgd
  3090.     data
  3091. Trunc FunctionTAIL
  3092. +T+TXT
  3093. the trunc of <number> 
  3094. trunc (<number>)ADDD
  3095. Trunc is+TXT
  3096. Trunc is a mathematical function that returns the integer part of a number, discarding any decimal fraction.TAIL
  3097. Type the following into the Message Box: 
  3098. put trunc (50.499999) into msg 
  3099. put trunc (50.5) into msg 
  3100. put trunc (50.999999999) into msgTAIL
  3101. ELL10>LST
  3102. MOCELL10
  3103. There are no related topics
  3104. WCRDHcenteredwindow property
  3105. YCRDHcenterpoint  property
  3106. XCRDHcharacter text chunk
  3107. ¥INFO
  3108. CharToNum FunctionPROP
  3109. popupnum
  3110. 5bkgd
  3111.     data
  3112. CharToNum FunctionTAIL
  3113. ++TXT
  3114. the charToNum of <character> 
  3115. charToNum(<char>)ADDD
  3116. The charToNum function returns the equivalent numerical (ASCII) value of a character. 
  3117. Notes:
  3118. This function is useful for determining the case (upper or lower) of a character: uppercase letters have ASCII values from 65 to 90; lowercase letters have ASCII values from 97 to 122. 
  3119. If more than one character is passed to charToNum, it returns only the value of the first character.TAIL
  3120. PURE+TXT
  3121. Create a field and name it "text".  Now create a button, name it "CharToNum", and add the following handler to the button's script: 
  3122. on mouseUp 
  3123.   put the CharToNum of field "text" 
  3124. end mouseUp
  3125. Type a letter, number, or punctuation mark in the field, then click on the button.  The equivalent ASCII value appears in the Message Box.TAIL
  3126. PURE>LST
  3127. MOCELL10
  3128. NumToChar Functiontion  ADDD
  3129. _INFO
  3130. Class Name PropertyPROP
  3131. popupnum
  3132. 22bkgd
  3133.     data
  3134. Class Name PropertyTAIL
  3135. +T+TXT
  3136. the class name of <object>ADDD
  3137. The clas+TXT
  3138. The class name property returns the class name of the target object.  For example, the class name of a button is "button".  The user cannot set the class name property.
  3139. The following are valid class names:
  3140.     Background
  3141.     Bitmap
  3142.     Button
  3143.     Card
  3144.     DataSheet
  3145.     Field
  3146.     Group
  3147.     Movie
  3148.     Palette
  3149.     Path
  3150.     PickList
  3151.     Shape
  3152.     Sound
  3153.     Stack
  3154.     Timer
  3155. Notes:
  3156. If you are referring to a class in a script, the class name must be enclosed in quotes.  For example:
  3157. if the class name of the target is "button" then...TAIL
  3158.  the +TXT
  3159. Add the following handler to a card.  When the user clicks on an object, the class name of the object is displayed in the Message Box.
  3160. on mouseUp
  3161.   put the class name of the target
  3162. end mouseUpTAIL
  3163. Applies +TXT
  3164. /data
  3165. Applies to all objects
  3166. ELL10>LST
  3167. MOCELL10
  3168. Reference Propertyerty
  3169. cINFO
  3170. Click At CommandPROP
  3171. popupnum
  3172. 20bkgd
  3173.     data
  3174. Click At CommandTAIL
  3175. +T+TXT
  3176. click at <x,y> [with optionKey, 
  3177.       shiftKey, commandKey]ADDD
  3178. PURE+TXT
  3179. The click at command is equivalent to clicking the mouse at a specific location. It can be used to send a mouseUp or mouseDown message to an x,y coordinate in the card window.   
  3180. Using the [with key] form of click at produces the same effect as clicking the mouse while holding down the specified key or keys. 
  3181. If <x,y> is in an unlocked field, the insertion point is set; if there is text at or past <x,y>, the insertion point is set at <x,y>.  If there is text on the same line as <x,y>, but <x,y> is beyond the end of the text, the insertion point is set at the end of the line of text.  If there is no text at <x,y>, the insertion point is set at the start of the line. 
  3182. You can select a word by double-clicking on it
  3183. that is, by executing the click command twice in succession at the location of the word.  You can select any string of text by using the click command at the beginning and then click with shiftKey at the end of the string. 
  3184. Notes:
  3185. The mouseDown and mouseUp messages are not sent to unlocked fields when the user clicks in them.TAIL
  3186. PURE+TXT
  3187. The following handler selects a word from a locked field when the user clicks on the word, and then displays the word in the Message Box.  Place the following handler into the script of your locked field:
  3188. on mouseUp 
  3189.   set the lockText of me to false 
  3190.   click at the clickLoc 
  3191.   get the selection 
  3192.   put it into clickVar 
  3193.   put "You picked the word" && quote & 
  3194.     clickVar & quote 
  3195.   set the lockText of me to true 
  3196. end mouseUpTAIL
  3197. PURE>LST
  3198. MOCELL10
  3199. ClickLoc Functiontion
  3200. ClickH Functiontion
  3201. ClickV Functiontion
  3202. MouseClick Functiontion
  3203. MouseDown Messagesage
  3204. MouseUp Messagesage
  3205. ¥CRDHcheck menuitem command
  3206. ]CRDHchoose command
  3207. ^CRDHclass name property
  3208. VCRDHcentered property
  3209. [CRDHchartonum function
  3210. `CRDHclear  command
  3211. SetRandomSeed  CommandPROP
  3212. popupnum
  3213. 90bkgd
  3214.     data
  3215. SetRandomSeed  CommandTAIL
  3216. +T+TXT
  3217. setRandomSeed <number>ADDD
  3218. The setR+TXT
  3219. The setRandomSeed command allows the developer to seed the random number generator to ensure a predictable sequence for testing purposes.TAIL
  3220. L10>LST
  3221. MOCELL10
  3222. Random Functiontion  
  3223. jINFO
  3224. CloseCell MessagePROP
  3225. popupnum
  3226. 5bkgd
  3227.     data
  3228. CloseCell MessageTAIL
  3229. ++TXT
  3230. on closeCell [<row>] [,<col>]
  3231. end closeCellADDD
  3232. PURE+TXT
  3233. A closeCell message is generated when the cursor leaves a previously selected dataSheet cell whose contents have changed.  The message includes two optional integer parameters, <row> and <col>, which indicate the region of the dataSheet that the cursor left.  The upper left cell of the dataSheet has a <row> of 1 and a <col> of 1.  Note that this message is not sent if the data in the cell remains unchanged since it was opened.
  3234. This message is sent only in Browse mode.  
  3235. Add the following handler to a dataSheet object:
  3236. on closeCell closeRow, closeCol
  3237.   answer "The contents of cell  (" & closeRow   &"," & closeCol & ") have changed" with "OK"
  3238. end closeCell
  3239. Whenever the user leaves a cell that has been modified, this handler displays a dialog box informing him or her that the contents have been changed.
  3240. The following datasheet handler copies the contents of the current cell into a cell of the same row and column number residing on the background:
  3241. on closeCell rownum, colnum
  3242.      put cell rownum, colnum of me into 
  3243.       cell rownum, column of bg datasheet 1
  3244. end closeCell
  3245. PURE+TXT
  3246. /data
  3247. Sent to an unlocked dataSheetTAIL
  3248. PURE>LST
  3249. MOCELL10
  3250. LockText Propertyerty
  3251. OpenCell Messagesage
  3252. dINFO
  3253. ClickH FunctionPROP
  3254. popupnum
  3255. 6bkgd
  3256.     data
  3257. ClickH FunctionTAIL
  3258. ++TXT
  3259. the clickH 
  3260. clickH()ADDD
  3261. The clic+TXT
  3262. The clickH function returns the horizontal pixel position of the most recent mouse click relative to the left side of the card window.TAIL
  3263.  locat+TXT
  3264. To locate the horizontal position of the last mouse click, type the following line in the Message Box and press Enter: 
  3265. the clickHTAIL
  3266. MOCELL10>LST
  3267. MOCELL10
  3268. ClickLoc Functiontion
  3269. ClickV Functiontion
  3270. Click At Commandd  
  3271. Delete Menu CommandPROP
  3272. popupnum
  3273. 37bkgd
  3274.     data
  3275. Delete Menu CommandTAIL
  3276. +T+TXT
  3277. delete menu <menu_name>ADDD
  3278. The dele+TXT
  3279. The delete menu command deletes the user-defined menu <menu_name> and all of its submenus.  Only user-defined menus may be deleted.  Submenus may not be deleted using this command.TAIL
  3280. To creat+TXT
  3281. To create a menu, type the following statement in the Message Box and press Enter:
  3282. create menu "Colors"
  3283. Issue the following command to delete the menu:
  3284. delete menu "Colors"TAIL
  3285. Applies +TXT
  3286. /data
  3287. Applies to menus
  3288. MOCELL10>LST
  3289. MOCELL10
  3290. Add Menu Commandmand
  3291. Add MenuItem Commandmand
  3292. Create Menu Commanddmman
  3293. MenuItems Propertyerty
  3294. bCRDHclick at command
  3295. cCRDHclickh function
  3296. dCRDHclickloc function
  3297. gINFO
  3298. ClickV FunctionPROP
  3299. popupnum
  3300. 8bkgd
  3301.     data
  3302. ClickV FunctionTAIL
  3303. ++TXT
  3304. the clickV 
  3305. clickV()ADDD
  3306. The clic+TXT
  3307. The clickV function returns the vertical pixel position of the most recent mouse click relative to the top of the card window.TAIL
  3308. To locat+TXT
  3309. To locate the vertical position of the last mouse click, type the following in the Message Box and press Enter: 
  3310. the clickV 
  3311. The coordinate is returned in the Message Box.TAIL
  3312. MOCELL10>LST
  3313. MOCELL10
  3314. Click At Commandd
  3315. ClickH Functiontion
  3316. ClickLoc Functiontion 
  3317. hINFO
  3318. CloseBackground MessagePROP
  3319. popupnum
  3320. 3bkgd
  3321.     data
  3322. CloseBackground MessageTAIL
  3323. ++TXT
  3324. on closeBackground 
  3325. end closeBackgroundADDD
  3326. Oracle M+TXT
  3327. Oracle Media Objects  sends the closeBackground message to the current card just before the user leaves the current background. This message can be used to carry out certain activities when leaving a background.TAIL
  3328. Sent to +TXT
  3329. /data
  3330. Sent to the current cardTAIL
  3331. LL10>LST
  3332. MOCELL10
  3333. LockMessages Propertyerty 
  3334. OpenBackground Messagesage
  3335. CloseCard Messagesage
  3336. CloseField Messagesage
  3337. CloseStack Messagesage
  3338. OpenCard Messagesage
  3339. OpenStack Messagesage 
  3340. lINFO
  3341. CloseField MessagePROP
  3342. popupnum
  3343. 6bkgd
  3344.     data
  3345. CloseField MessageTAIL
  3346. ++TXT
  3347. on closeField 
  3348. end closeFieldADDD
  3349. PURE+TXT
  3350. Oracle Media Objects sends the closeField message to an unlocked field when the cursor leaves the field.  This message is only sent if the contents of the field have been changed by typing or cutting and pasting.TAIL
  3351. PURE+TXT
  3352. The following example illustrates one way to notify the user that a field's data has been modified:
  3353. The following example illustrates one way to notify the user that a field's data has been modified:
  3354. 1.  Create a field and name it 
  3355. Modified". 
  3356. 2.  Type the following in the Message Box and press Enter:
  3357.     add property lastModDate 
  3358.             to field "Modified"
  3359. 3.  Place the following handler in the script of the field: 
  3360.     add property lastModDate to 
  3361.             field "Modified"
  3362. on closeField 
  3363.   set the lastModDate of me to the date
  3364.   put the lastModDate of me into msg
  3365. end closeField
  3366. 4.  Enter something in the field and press Tab or click on another object. 
  3367. Today's date will appear in the Message Box.TAIL
  3368. PURE+TXT
  3369. /data
  3370. Sent to an unlocked fieldTAIL
  3371. URE>LST
  3372. MOCELL10
  3373. OpenField Messagesage
  3374. ECRDHwidemargins property
  3375. FCRDHwidth property
  3376. GCRDHwindowcolor property
  3377. 3CRDHunits property
  3378. 8CRDHuselegscaling  property
  3379. >CRDHvisible property
  3380. CCRDHwait command
  3381. ICRDHwindowtitle property
  3382. gCRDHclose file command
  3383. mCRDHclose printing command
  3384. nCRDHclosebackground message
  3385. qINFO
  3386. ColDelim PropertyPROP
  3387. popupnum
  3388. 23bkgd
  3389.     data
  3390. ColDelim PropertyTAIL
  3391. +T+TXT
  3392. set the colDelim of <dataSheet> to <character>ADDD
  3393. PURE+TXT
  3394. The colDelim property specifies the character to be used as a column delimiter for data imported into the dataSheet.  You can specify any single character as a valid delimiter.  The default value of character is ^t, or tab.  
  3395. Notes:
  3396. Setting the colDelim property to a new value changes the current set of columns in the dataSheet.  The dataSheet is updated after the property is set, so unexpected changes will be immediately visible.
  3397. When the user is directly editing a cell of a dataSheet, entering the current row
  3398. delimiter character will move the cell down one row; entering the column
  3399. delimiter will move the cell to the right.  The Enter key will always move the insertion point one cell to the right; shift
  3400. Enter will move the insertion point one cell to the left.  In addition, the user can always move the insertion point in any direction by using the arrow keys.TAIL
  3401. RE+TXT
  3402. Create a dataSheet and name it 
  3403. test".  Type the following in the Message Box and press Enter:
  3404. set the colDelim of dataSheet "test" to "-"TAIL
  3405. E+TXT
  3406. /data
  3407. Applies to datasheets
  3408. PURE>LST
  3409. MOCELL10
  3410. RowDelim Propertyerty
  3411. Sort Commandperty
  3412. CRDHpolysides property
  3413. CRDHpop command
  3414. CRDHpopup command
  3415. CRDHplaystarted  message
  3416. CRDHplaystopped  message
  3417. CRDHplaystyle  property
  3418. nINFO
  3419. Close Printing CommandPROP
  3420. popupnum
  3421. 22bkgd
  3422.     data
  3423. Close Printing CommandTAIL
  3424. +T+TXT
  3425. close printingADDD
  3426. PURE+TXT
  3427. The close printing command ends a print job that was initiated with the open printing command.  Close printing must be used with open printing.
  3428. Notes:
  3429. Nothing is actually printed after open printing is issued until the close printing command is executed.TAIL
  3430. PURE+TXT
  3431. Create a button called 
  3432. Print Copies" and place the following handler into its script:
  3433. on mouseUp
  3434.   ask "Print how many copies of this card?" 
  3435.      with 1
  3436.   put it into numcopies
  3437.   open printing
  3438.   repeat numcopies times
  3439.     print this card
  3440.   end repeat
  3441.   close printing
  3442. end mouseUpTAIL
  3443. E>LST
  3444. MOCELL10
  3445. Open Printing Command] <application> Command
  3446. Print Card Commandandd
  3447. ControllerVisible  PropertyPROP
  3448. popupnum
  3449. 30bkgd
  3450.     data
  3451. ControllerVisible  PropertyTAIL
  3452. T+TXT
  3453. set the controllerVisible of <movie> to <boolean>ADDD
  3454. E+TXT
  3455. The controllerVisible property allows the developer to attach a controller  to any movie style.  A value of true means that the controller is visible.  A value of false means that the controller is not visible.
  3456. The default value of controllerVisible is false.
  3457. Notes:
  3458. You cannot modify a movie's style while controllerVisible is set to true.  You also cannot set controllerVisible while the movie's style is set to control.
  3459. If you change the size of the movie's rectangle after setting the controllerVisible to true, the controller will take up part of the new rectangle instead of attaching to the movie object.  This means that if you then set controllerVisible to false after resizing the rectangle, you will lose that part of the rectangle that was occupied by the controller.
  3460. The controllerVisible property cannot be modified from either the toolbar or the info dialog box; it is available through scripting only.TAIL
  3461. URE+TXT
  3462. /data
  3463. Applies to movies
  3464. PURE>LST
  3465. MOCELL10
  3466. Rectangle Propertyerty
  3467. TextStyle Propertyty
  3468. iCRDHclosecell message
  3469. jCRDHclosefield message
  3470. lCRDHclosestack message
  3471. Cut CommandPROP
  3472. popupnum
  3473. 32bkgd
  3474.     data
  3475. Cut CommandTAIL
  3476. T+TXT
  3477. cutADDD
  3478. The cut +TXT
  3479. The cut command cuts the currently selected object, and is the equivalent of the Cut menu item on the Edit Menu.TAIL
  3480. Applies +TXT
  3481. /data
  3482. Applies to global
  3483. MOCELL10>LST
  3484. MOCELL10
  3485. Clear  Commandelated topics
  3486. Save [a] Copy as <filename>  Command
  3487. Copy  Commandd
  3488. Copy Card  Command
  3489. Create Card Command
  3490. Paste  Command
  3491. Paste Card  Command
  3492. rINFO
  3493. ColNames PropertyPROP
  3494. popupnum
  3495. 24bkgd
  3496.     data
  3497. ColNames PropertyTAIL
  3498. +T+TXT
  3499. set the colNames of <pickList | dataSheet> 
  3500.      to <list of names>ADDD
  3501. The colN+TXT
  3502. The colNames property specifies the actual text of a pickList or dataSheet's column names.  The <list of names> must be return delimited.  The colNames property returns only nondefault column names, until the last user-defined name is retrieved.  By default, columns are named col 1, col 2, col 3, and so on.  If you rename col1 "Apples" and rename col 3 "Pears", colNames will retrieve "Apples", an empty line, and "Pears".  Setting colNames to empty resets all column names to their default names.TAIL
  3503. Create a+TXT
  3504. Create a pickList that is three columns wide and and call it 
  3505. test".  Type the following in the Message Box and press Enter:
  3506. set the colNames of pickList "test" to 
  3507.     "Apples" & return & "Oranges" & 
  3508.      return & "Pears"TAIL
  3509. Applies +TXT
  3510. /data
  3511. Applies to datasheets, picklists
  3512. MOCELL10>LST
  3513. MOCELL10
  3514. There are no related topics
  3515. CRDHplaynumber  property
  3516. CRDHplayrate  property
  3517. CRDHplayrepeated  message
  3518. CRDHquit message
  3519. CRDHrectangle property
  3520. CRDHreleasestack message
  3521. !CRDHmatchedrows function
  3522. "CRDHmax function
  3523. $CRDHme special container
  3524. %CRDHmember chunk expression
  3525. $INFO
  3526. Max FunctionPROP
  3527. popupnum
  3528. 28bkgd
  3529.     data
  3530. Max FunctionTAIL
  3531. max (<number list>)ADDD
  3532. The max +TXT
  3533. The max function returns the highest numeric value in a list of numbers. 
  3534. Notes:
  3535. If the source of a list of numbers is a container  that includes multiple lines or items, max looks only at the first line or item of the container.TAIL
  3536. pe the+TXT
  3537. Type the following in the Message Box and press Enter: 
  3538. max (10, 20, 30) 
  3539. The value 30 is returned.TAIL
  3540. OCELL10>LST
  3541. MOCELL10
  3542. Min Functiontion
  3543. Average Functiontion 
  3544. %INFO
  3545. Me Special ContainerPROP
  3546. popupnum
  3547. 2bkgd
  3548.     data
  3549. Me Special ContainerTAIL
  3550. ++TXT
  3551. meADDD
  3552. Me contains a generic reference to the object that owns the script that is currently being executed.TAIL
  3553. PURE+TXT
  3554. /data
  3555. Applies to all objects
  3556. PURE>LST
  3557. MOCELL10
  3558. Target Special Containeriner
  3559. This Special Containeriner
  3560. It Special ContainerinerADDD
  3561. &INFO
  3562. Members PropertyPROP
  3563. popupnum
  3564. 68bkgd
  3565.     data
  3566. Members PropertyTAIL
  3567. +T+TXT
  3568. set the members of <group> to 
  3569.    <object reference>  [& return & <object 
  3570.     reference> [& return & <object reference>] [...]]ADDD
  3571. RE+TXT
  3572. The members property determines which objects are contained by a particular group object. The value of the members property is a return-delimited list of references to each object contained by the group.
  3573. The following is a legal use of the members property:
  3574. set the members of group id 1 to the reference 
  3575.  of card btn 1 & return & the reference of fld 3
  3576. Because the list you specified was return delimited, you cannot get the full list returned to the Message Box.  To get the values of a group with more than one member, create a field named "container" and type the following into the Message Box:
  3577. put the members of grp 1 into fld "container"
  3578. You can also set the members property to a return-delimited list of object references contained in another object, or in a variable.  For example:
  3579. set the members of group id 1 to field 3
  3580. set the members of group id 1 to myGroup
  3581. Notes:
  3582. You must set the members property to a reference of an object; otherwise Oracle Media Objects assumes that you wish to set the value of the members property to the data contained within the object.  For instance, the following statement results in an "Object has no data" error message:.
  3583. set the members of group id 1 to button 1
  3584. A group cannot be a member of another group.TAIL
  3585. PURE+TXT
  3586. /data
  3587. Applies to groups
  3588. PURE>LST
  3589. MOCELL10
  3590. The member chunk
  3591. 'INFO
  3592. MenuItems PropertyPROP
  3593. popupnum
  3594. 69bkgd
  3595.     data
  3596. MenuItems PropertyTAIL
  3597. +T+TXT
  3598. set the menuItems of [menu 
  3599.      <submenu_name> of] menu <menu_name> 
  3600.      to <list>ADDD
  3601. The menu+TXT
  3602. The menuItems property determines the items in a user-defined menu or submenu.  The menuItems property is a list of item names separated by carriage returns.  The default value is an empty character string.  Each item can contain up to 31 characters.
  3603. The following list summarizes the special characters that can be used when adding a menu item:
  3604. Character:  (
  3605. Meaning:  Item created disabled
  3606. Example:  "(Next"
  3607. Character:  /
  3608. Meaning:  Accelerator key to follow
  3609. Example:  "Delete/D"
  3610. Character:  &
  3611. Meaning:  Character key equivalent to follow (MS-Windows only)
  3612. Example:  "&Previous" or "Pr&evious"
  3613. Character:  ;
  3614. Meaning:  Multiple items created
  3615. Example:  "First;Last;Recent"
  3616. Notes:
  3617. You cannot retrieve the items in a menu or submenu using the menuItems property.  
  3618. You can add duplicate entries to a menu, but only the first entry can be affected by other scripting commands such as enable and disable.
  3619. You cannot create your own File or Edit menus, nor can you delete or modify anything on the existing File or Edit menus.TAIL
  3620. Place th+TXT
  3621. Place the following handler in the script of a stack.
  3622. on openStack
  3623.   create menu "Presidents"
  3624.   put "Washington" into the_items
  3625.   put return&"Lincoln/L" after the_items
  3626.   put return&"&Kennedy" after the_items
  3627.   put return&"(Nixon" after the_items
  3628.   put return&"Clinton" after the_items
  3629.   set the menuItems of menu "Presidents" to the_items
  3630. end openStack
  3631. Close the stack and then reopen it.  You should see a new menu, "Presidents", with the following menu items: "Washington", "Lincoln" (with accelerator key "L"), "Kennedy" (with character equivalent "K"), "Nixon" (disabled), and "Clinton".TAIL
  3632. Applies +TXT
  3633. /data
  3634. Applies to menus
  3635. MOCELL10>LST
  3636. MOCELL10
  3637. Add Menu Commandmand
  3638. Add MenuItem Commandmand
  3639. Create Menu Commanddmman
  3640. Delete Menu CommandmmandADDD
  3641. &CRDHmenuitems property
  3642. 'CRDHmessage box special container
  3643. CRDHmessagedroptime  property
  3644. *CRDHmessages property
  3645. CCRDHnewbackground  message
  3646. ICRDHnext repeat control statement
  3647. NCRDHnumber function
  3648. SCRDHon control statement
  3649. YCRDHopenfield message
  3650. cCRDHoverlaid  property
  3651. UINFO
  3652. Offset FunctionPROP
  3653. popupnum
  3654. 40bkgd
  3655.     data
  3656. Offset FunctionTAIL
  3657. +T+TXT
  3658. offset (<substring>, <string>)ADDD
  3659. PURE+TXT
  3660. The offset function locates the first occurrence of <substring> within <string> and returns the location as the number of the character in <string> where <substring> begins.  The offset function is case insensitive.
  3661. If <substring> is not found, the offset function returns 0.  Either text string can be specified directly or via a container (variable, field, or property).
  3662. Notes:
  3663. The parameters passed to the offset function can both be arithmetic and logical (as well as text) expressions; after evaluation, the results are treated as strings.TAIL
  3664. PURE+TXT
  3665. Create a button and put the following handler into the button script:
  3666. on mouseUp 
  3667.   put offset ("i", "children") into message 
  3668. end mouseUp 
  3669. When you click this button on the button, the number 3 appears in the message box.TAIL
  3670. PURE>LST
  3671. MOCELL10
  3672. There are no related topics
  3673. CRDHremove property command
  3674. CRDHrepeat control statement
  3675. CRDHrepeat forever
  3676. VCRDHopen [<doc> with] <app> command
  3677. XCRDHopen file command
  3678. ZCRDHopen printing command
  3679. [CRDHopenbackground message
  3680. ¥CRDHopencard message
  3681. ]CRDHopencell message
  3682. CRDHlockmessages property
  3683. CRDHmatchedcols function
  3684. #CRDHmembers property
  3685. MINFO
  3686. NoEvents PropertyPROP
  3687. popupnum
  3688. 76bkgd
  3689.     data
  3690. NoEvents PropertyTAIL
  3691. +T+TXT
  3692. set the noEvents of <shape> to <boolean>ADDD
  3693. NoEvents+TXT
  3694. NoEvents is a shape property that, when true, causes a shape to ignore mouse events as if the object were hidden.  Mouse messages are sent to the object immediately beneath the shape, if any.  If noEvents is true, a shape will not be highlighted automatically, even if the shape's autoHilite property is true.TAIL
  3695. reate a+TXT
  3696. Create a new shape and name it 
  3697. test".  Put the following handler into the script of the shape: 
  3698. on mouseUp 
  3699.   beep 
  3700. end mouseUp 
  3701. Click on the shape while in Browse mode; the computer beeps.  Type the following in the Message Box and press Enter: 
  3702. set the noEvents of shape "test" to true 
  3703. Click on the shape again.  The computer does not respond with a beep because the noEvents property has prevented the shape from receiving the mouseUp message.TAIL
  3704. Applies +TXT
  3705. /data
  3706. Applies to shapes 
  3707. MOCELL10>LST
  3708. MOCELL10
  3709. There are no related topics
  3710. /INFO
  3711. Mod FunctionPROP
  3712. popupnum
  3713. 31bkgd
  3714.     data
  3715. Mod FunctionTAIL
  3716. <number> mod <number>ADDD
  3717. The mod +TXT
  3718. The mod function returns the remaining numeric value resulting from the division of one number by another.  The mod and the related div operator can be used to divide a number and obtain an integer and a remainder.TAIL
  3719.  calcu+TXT
  3720. To calculate the number of years, months, and days contained in 7,498 days, type the following lines in the Message Box and press Enter after each: 
  3721. put 7498 div 365 into years 
  3722. put 7498 mod 365 into dummy 
  3723. put dummy div 30 into months 
  3724. put dummy mod 30 into days 
  3725. To view Oracle Media Objects calculations, type the following lines in the Message Box and press Enter after each: 
  3726. years 
  3727. months 
  3728. days 
  3729. Oracle Media Objects returns (respectively): 
  3730. 20, 6, 18TAIL
  3731. MOCELL10>LST
  3732. MOCELL10
  3733. Div Operator Operator
  3734. wCRDHplaycounter  property
  3735. xCRDHplaydirection  property
  3736. yCRDHplayduration  property
  3737. rCRDHpick command
  3738. sCRDHplatform function
  3739. tCRDHplay command
  3740. ,INFO
  3741. Milliseconds (Msecs) FunctionPROP
  3742. popupnum
  3743. 29bkgd
  3744.     data
  3745. Milliseconds (Msecs) FunctionTAIL
  3746. +T+TXT
  3747. milliseconds ()
  3748. the msecsADDD
  3749. PURE+TXT
  3750. The milliseconds function returns a measure of time in milliseconds, since the last system startup.TAIL
  3751. PURE+TXT
  3752. Create a button called Milliseconds and place the following mouseDown handler into its script:
  3753. on mouseDown
  3754.   put the milliseconds into startmsecs
  3755.   repeat until the mouse is up
  3756.   end repeat
  3757.   put the msecs into endmsecs
  3758.   put endmsecs - startmsecs into totalmsecs
  3759.   put "You held the mouse down for" 
  3760.     && totalmsecs/1000 && "seconds"
  3761. end mouseDown
  3762. Now click and hold down the mouse for a few seconds.  When you release the mouse, a dialog appears telling you how long you held the mouse down.TAIL
  3763. PURE>LST
  3764. MOCELL10
  3765. Seconds Functionecs) Fun
  3766. Ticks Functiontion 
  3767. Wait Commandmand 
  3768. -INFO
  3769. Min FunctionPROP
  3770. popupnum
  3771. 30bkgd
  3772.     data
  3773. Min FunctionTAIL
  3774. min (<number list>)ADDD
  3775. The min +TXT
  3776. The min function returns the lowest numeric value in a list of numbers.   
  3777. Notes:
  3778. If the source of the list is a container with multiple lines or items, min looks only at the first line or item of the container.TAIL
  3779. Type the+TXT
  3780. Type the following in the Message Box and press Enter: 
  3781. min (10, 20, 30) 
  3782. The value 10 is returned.TAIL
  3783. OCELL10>LST
  3784. MOCELL10
  3785. Max Functiontion
  3786. Average Functiontion
  3787. ,CRDHmin function
  3788. -CRDHmod function
  3789. /CRDHmouse function
  3790. eINFO
  3791. OverLaid  PropertyPROP
  3792. popupnum
  3793. 78bkgd
  3794.     data
  3795. OverLaid  PropertyTAIL
  3796. +T+TXT
  3797. set the overLaid of <movie> to <boolean>
  3798. set the playStyle of <movie> to overLaidADDD
  3799. When the value of overLaid is set to true, objects appear on top of the movie during movie playback.
  3800. When the value of overLaid is set to false, the movie appears on top of the objects during playback.  The false value is recommended whenever objects do not intersect the movie or they are completely transparent.
  3801. The overLaid boolean property is an alternative to the playStyle property.
  3802. The true value results in reduced playback performance, and is recommended only for small movies.
  3803. The overLaid property does not apply if the controller is visible.  This means that controllerVisible must be false and the movie's style must not be set to control to use the overLaid property.
  3804. PURE+TXT
  3805. /data
  3806. Applies to movies (Macintosh only)
  3807. PURE>LST
  3808. MOCELL10
  3809. There are no related topics
  3810. 9INFO
  3811. MouseStillDown MessagePROP
  3812. popupnum
  3813. 23bkgd
  3814.     data
  3815. MouseStillDown MessageTAIL
  3816. +T+TXT
  3817. For dataSheets and charts, dataSheets, pickLists:
  3818. on mouseStillDown [<row> [, <col>]]
  3819. end mouseStillDown
  3820. For bitmaps:
  3821. on mouseStillDown [<pixelColors>]
  3822. For all other objects:
  3823. on mouseStillDown
  3824. end mouseStillDownADDD
  3825. The mous+TXT
  3826. The mouseStillDown system message is sent repeatedly while the mouse button is down.  Oracle Media Objects sends this message first to the top nonhidden object clicked on.  If that object has no handler for the message, the message continues to travel along the message hierarchy.  
  3827. If the user clicks in a physical cell of a dataSheet or pickList, two parameters are sent with the mouseStillDown message identifying the row and column of the data that was clicked.  
  3828. MouseStillDown is always preceded by a mouseDown message.
  3829. When mouseStillDown messages are issued, they always alternate with idle messages.  This happens so quickly that the messages appear to be sent simultaneously.  
  3830. Notes:
  3831. The mouseStillDown message is not issued if the user places the insertion point or makes a selection in an unlocked field.  In this case, all movements of the mouse and all keystrokes are processed directly by Oracle Media Objects. 
  3832. This message is not sent to the palette, sound, path, or timer.TAIL
  3833. The mous+TXT
  3834. The mouseStillDown message can be intercepted to implement draggable objects.  Create a new button and place the following handler into its script:
  3835. on mouseStillDown
  3836.   set the location of me to the mouseLoc
  3837. end mouseStillDown
  3838. Enter Browse mode, click on your new button, and move the mouse while holding the mouse button down.  The button follows your mouse movements just as it does when being moved in Edit mode.TAIL
  3839. Sent to +TXT
  3840. /data
  3841. Sent to the most recently clicked objectTAIL
  3842. LL10>LST
  3843. MOCELL10
  3844. MouseDown Messagesage
  3845. MouseUp Messagesage  
  3846. )INFO
  3847. Trace CommandPROP
  3848. popupnum
  3849. 98bkgd
  3850.     data
  3851. Trace CommandTAIL
  3852. +T+TXT
  3853. traceADDD
  3854. NOT AVAI+TXT
  3855. NOT AVAILABLE IN THE PLAYER
  3856. The trace command activates the Oracle Media Objects debugger.  By default, the debugger is on, but you can deactivate it by typing untrace in the Message Box and pressing Enter.  Each time you invoke Oracle Media Objects the script debugger will be activated.  If you have deactivated the debugger and wish to reactivate it during the same session, type trace in the Message Box and press Enter.TAIL
  3857. es +TXT
  3858. /data
  3859. Applies to script debugger 
  3860. MOCELL10
  3861. Breakpoint Commandmand
  3862. Untrace Commandmand
  3863. 1CRDHmousedown message
  3864. 2CRDHmouseenter message
  3865. 4CRDHmouseh function
  3866. HINFO
  3867. NewCard  MessagePROP
  3868. popupnum
  3869. 27bkgd
  3870.     data
  3871. NewCard  MessageTAIL
  3872. +T+TXT
  3873. on newCard
  3874. end newCardADDD
  3875. The newC+TXT
  3876. The newCard message is generated whenever a card is created.
  3877. Notes:
  3878. When a new card is created, the openCard message is sent immediately before the  newCard message.TAIL
  3879. u can +TXT
  3880. You can set up a stack to display the current date in a background field each time a new card is created.  Create a field on the background  and name it 
  3881. date".  Put the following handler into the background or stack script: 
  3882. on newCard 
  3883.       put the date into background field "date" 
  3884. end newCardTAIL
  3885.  +TXT
  3886. /data
  3887. Sent to all new cardsTAIL
  3888. OCELL10>LST
  3889. MOCELL10
  3890. DeleteCard Messagesage
  3891. OpenCard Messagesage
  3892. 5INFO
  3893. MouseH FunctionPROP
  3894. popupnum
  3895. 34bkgd
  3896.     data
  3897. MouseH FunctionTAIL
  3898. +T+TXT
  3899. the mouseH 
  3900. mouseH()ADDD
  3901. The mous+TXT
  3902. The mouseH function returns the current horizontal location of the mouse.  The mouse's location is measured in pixels from the left edge of the card window to the mouse pointer. 
  3903. Notes:
  3904. As indicated in the example, the mouseH function can be used in a handler that changes the shape of the cursor, depending on its location on the screen.TAIL
  3905. Add the +TXT
  3906. Add the following handler to the script of the current card.  When the mouse is pressed while the mouse pointer is in the 75-pixel wide strip along the left side of the card, the pointer becomes an I-beam cursor.  Otherwise, the cursor is an arrow.
  3907. on mouseDown 
  3908.   if the mouseH < 75 then
  3909.     set the cursor to ibeam 
  3910.   else 
  3911.     set the cursor to arrow 
  3912.   end if 
  3913. end mouseDownTAIL
  3914. 0>LST
  3915. MOCELL10
  3916. Click At Commandd
  3917. ClickLoc Functiontion
  3918. ClickV Functiontion
  3919. MouseLoc Functiontion
  3920. MouseV Functiontion  
  3921. 6INFO
  3922. MouseLeave MessagePROP
  3923. popupnum
  3924. 22bkgd
  3925.     data
  3926. MouseLeave MessageTAIL
  3927. +T+TXT
  3928. on mouseLeave 
  3929. end mouseLeaveADDD
  3930. PURE+TXT
  3931. The mouseLeave message is sent to the top nonhidden object whose rectangle encompasses the mouse pointer's location whenever the mouse pointer is removed from the physical dimensions of the object.  MouseLeave is only sent to a bitmap when the mouse pointer leaves a nonwhite painted area of the object. 
  3932. Notes:
  3933. This message is not issued when the user is entering text in a field or dataSheet.  In this case, all movements of the mouse and all keystrokes are processed directly by Oracle Media Objects.TAIL
  3934. PURE+TXT
  3935. To see the effects of the mouseLeave message, create a bitmap or shape with the following handlers: 
  3936. on mouseEnter 
  3937.   put hello into msg
  3938. end mouseEnter 
  3939. on mouseLeave 
  3940.   put goodbye into msg 
  3941. end mouseLeave 
  3942. Move the cursor over the object and then out of its physical dimensions.TAIL
  3943. E+TXT
  3944. /data
  3945. Sent to all objects, except the palette, sound, path, and timerTAIL
  3946. PURE>LST
  3947. MOCELL10
  3948. LockText Propertyerty
  3949. MouseEnter Messagesage
  3950. MouseLoc Functiontion
  3951. MouseWithin Messagesage
  3952. Rectangle Propertyerty
  3953. lCRDHpaste  command
  3954. mCRDHpaste card  command
  3955. nCRDHpattern property
  3956. CRDHtarget special container
  3957. CRDHtextalign property
  3958. CRDHtextcolor property
  3959. 6CRDHmouseloc function
  3960. 7CRDHmousestilldown message
  3961. 9CRDHmouseup message
  3962. ?INFO
  3963. MovieFile PropertyPROP
  3964. popupnum
  3965. 72bkgd
  3966.     data
  3967. MovieFile PropertyTAIL
  3968. +T+TXT
  3969. set the movieFile of <movie> to <pathname>ADDD
  3970. The movi+TXT
  3971. The movieFile property describes the file name of a given movie.  This can optionally include the path information of the movie file.  Setting the movieFile property of a particular movie associates the movie object with the specified movie file.  The file is not opened until a prepare command is issued.  
  3972. You can set the movieFile property either by using a script as described in the following example or by clicking on the Movie button in the movie Info dialog box. 
  3973. Notes:
  3974. Setting the movieFile of a movie to empty disassociates it from a movie file.  
  3975. Changing the value of the movieFile in any way causes a release to occur, if the movie is prepared using the prepare command.TAIL
  3976. Create a+TXT
  3977. Create a movie.  Do not associate it with a movie file. 
  3978. Locate a movie file you wish to associate with the movie.  Now type the following statement in the Message Box, replacing the pathname shown with the full pathname of your movie file. 
  3979. For Windows:
  3980. set the movieFile of movie 1 to 
  3981.   "c:¥movies¥mymovie.mov"
  3982. For Macintosh:
  3983. set the movieFile of movie 1 to 
  3984.   "Macintosh HD:Movies:My Movie"TAIL
  3985. Applies +TXT
  3986. /data
  3987. Applies to movies
  3988. MOCELL10>LST
  3989. MOCELL10
  3990. Prepare  Commandand
  3991. Release  CommandCommand
  3992. @INFO
  3993. MovieTypes FunctionPROP
  3994. popupnum
  3995. 37bkgd
  3996.     data
  3997. MovieTypes FunctionTAIL
  3998. +T+TXT
  3999. the movieTypes 
  4000.      or
  4001. movieTypes ()ADDD
  4002. The movi+TXT
  4003. The movieTypes function returns a carriage return-delimited list of the supported movie formats available on the machine on which the Oracle Media Objects application is running; the list is empty if no formats are available. 
  4004. This function is useful for checking whether or not QuickTime is installed on a particular machine.
  4005. Notes:
  4006. QuickTime is currently the only supported movie format on Macintosh and Windows.  Oracle Media Objects is backwards compatible with previous QuickTime versions.  Future QuickTime versions will also be implemented.TAIL
  4007. he foll+TXT
  4008. The following button script checks to ensure that QuickTime is installed before playing a movie:
  4009. on mouseUp
  4010.   put movieTypes () into supported_formats
  4011.   if "QuickTime" is in supported_formats then 
  4012.     play movie 1
  4013.   else
  4014.     answer "QuickTime not available on 
  4015. this machine."
  4016.   end if
  4017. end mouseUpTAIL
  4018.  +TXT
  4019. /data
  4020. Applies to global
  4021. MOCELL10>LST
  4022. MOCELL10
  4023. There are no related topics
  4024. ;INFO
  4025. MouseV FunctionPROP
  4026. popupnum
  4027. 36bkgd
  4028.     data
  4029. MouseV FunctionTAIL
  4030. +T+TXT
  4031. the mouseV 
  4032. mouseV()ADDD
  4033. The mous+TXT
  4034. The mouseV function returns the current vertical location of the mouse. The location is measured in pixels from the top edge of the card to the mouse pointer. 
  4035. Notes:
  4036. As indicated in the example, the mouseV function can be used to change the shape of the cursor, depending on its location on the screen.TAIL
  4037. Add the +TXT
  4038. Add the following handler to the script of the current card.  When the mouse button is pressed while the mouse pointer is in the 75-pixel-wide strip along the top of the card, the pointer becomes an I-beam cursor.  Otherwise the cursor is an arrow.
  4039. on mouseDown 
  4040.   if the mouseV < 75 then
  4041.     set the cursor to ibeam 
  4042.   else 
  4043.     set the cursor to arrow 
  4044.   end if 
  4045. end mouseDownTAIL
  4046. 0>LST
  4047. MOCELL10
  4048. ClickH Functionand
  4049. ClickLoc Functiontion
  4050. ClickV Functiontion
  4051. MouseLoc Functiontion
  4052. MouseH Functiontion  
  4053. <INFO
  4054. MouseWithin MessagePROP
  4055. popupnum
  4056. 25bkgd
  4057.     data
  4058. MouseWithin MessageTAIL
  4059. +T+TXT
  4060. on mouseWithin 
  4061. end mouseWithinADDD
  4062. URE+TXT
  4063. The mouseWithin message is sent repeatedly to an object whenever the mouse is within the object's on-screen dimensions and the mouse button is not pressed. 
  4064. This message is always preceded by a mouseEnter message. 
  4065. When mouseWithin messages are issued, they always alternate with idle messages.  This happens so quickly that the messages appear to be sent simultaneously.  MouseWithin is only sent to a bitmap when the mouse pointer rests on a nonwhite painted area of the object.TAIL
  4066. PURE+TXT
  4067. Create a shape with the following script: 
  4068. on mouseWithin 
  4069.   beep 
  4070. end mouseWithin 
  4071. Return to Browse mode and move the mouse pointer within the area of the shape.TAIL
  4072. PURE+TXT
  4073. /data
  4074. Sent to all objects, except the palette, sound, path, and timerTAIL
  4075. PURE>LST
  4076. MOCELL10
  4077. MouseEnter Messagesage
  4078. MouseLeave Messagesage  ADDD
  4079. ;CRDHmousewithin message
  4080. <CRDHmoviefile property
  4081. ?CRDHmovietypes function
  4082. .CRDHmouseclick function
  4083. 3CRDHmouseleave message
  4084. 8CRDHmousev function
  4085. DINFO
  4086. Multiply CommandPROP
  4087. popupnum
  4088. 60bkgd
  4089.     data
  4090. Multiply CommandTAIL
  4091. +T+TXT
  4092. multiply [<chunk> of] <container> by <source>ADDD
  4093. PURE+TXT
  4094. There are two ways to multiply two numbers: the multiply command and the * operator.
  4095. Multiply multiplies the value in [<chunk> of] <container> by the value of <source> and puts the result into [<chunk> of] <container>. 
  4096. Notes:
  4097. The value previously stored in <container> must be a number; the value is then replaced with the new value. 
  4098. The result is calculated to a precision of up to 19 decimal places.TAIL
  4099. PURE+TXT
  4100. Create a field and name it 
  4101. test".  Type the following lines in the Message Box and press Enter after each: 
  4102. put 5 into field "test"
  4103. multiply field "test" by 6 
  4104. 30 appears in field "test".TAIL
  4105. PURE>LST
  4106. MOCELL10
  4107. * (Multiplication) Opera@
  4108. gINFO
  4109. ParamCount FunctionPROP
  4110. popupnum
  4111. 43bkgd
  4112.     data
  4113. ParamCount FunctionTAIL
  4114. +T+TXT
  4115. the paramCount 
  4116. paramCount()ADDD
  4117. URE+TXT
  4118. The paramCount function returns the number of values that were passed to the currently-executing handler or function.  The number returned does not relate in any way to the number of parameter names listed in the on or function statement.TAIL
  4119. PURE+TXT
  4120. Create a button and name it 
  4121. Paramcount".  Put the following handlers into the button script:
  4122. on mouseUp 
  4123.   paramtest "A", "B" 
  4124. end mouseUp 
  4125. on paramtest param1, param2, param3 
  4126.   put the paramCount into msg 
  4127. end paramtest 
  4128. Return to Browse mode and click on the "Paramcount button".  The result is 2, which is number of values passed to the handler.TAIL
  4129. PURE>LST
  4130. MOCELL10
  4131. Param Functionntion
  4132. Params Functiontion
  4133. QINFO
  4134. Number PropertyPROP
  4135. popupnum
  4136. 77bkgd
  4137.     data
  4138. Number PropertyTAIL
  4139. +T+TXT
  4140. the number of <object>ADDD
  4141. The read+TXT
  4142. The read-only number property is used to retrieve the number of a particular object.  For all objects other than cards, backgrounds, and stacks, the number property refers to the object's position in the layer order relative to all other objects of the same type in the same layer.  Objects closer to the back have lower numbers; objects nearer to the front have higher numbers.
  4143. For cards and backgrounds, the number property refers to the object's position in the stack relative to other cards or backgrounds in sequential order (i.e., the order followed when navigating to the next or previous cards).
  4144. Notes:
  4145. You can change the number of an object from a script using the send  farther and bring closer commands.TAIL
  4146. Type the following in the Message Box and press Enter: 
  4147. put the number of the last card in this stack 
  4148.   into cardCountTAIL
  4149. es +TXT
  4150. /data
  4151. Applies to all objects, backgrounds, cards
  4152. 0>LST
  4153. MOCELL10
  4154. Bring Closer Commandmand
  4155. ID Propertyrtyoperty
  4156. ShowName  Propertyy
  4157. Send Farther CommandmandADDD
  4158. BINFO
  4159. MultiHilite PropertyPROP
  4160. popupnum
  4161. 74bkgd
  4162.     data
  4163. MultiHilite PropertyTAIL
  4164. +T+TXT
  4165. set the multiHilite of <pickList | dataSheet> 
  4166.      to <boolean>ADDD
  4167. RE+TXT
  4168. The multiHilite property determines whether multiple rows of a pickList or dataSheet can be selected simultaneously.  The default value is true (multiple rows can be selected).  
  4169. If multiHilite is false, only one row can be selected at one time.TAIL
  4170. PURE+TXT
  4171. The following button script highlights rows 1 through 3 of the pickList 
  4172. October Revenues", first ensuring that multiple rows can be highlighted: 
  4173. on mouseUp
  4174.   set the multiHilite of pickList 
  4175.     "October Revenues" to true
  4176.   set the hilite of row 1 to 3 of pickList 
  4177.     "October Revenues" to true
  4178. end mouseUpTAIL
  4179. E+TXT
  4180. /data
  4181. Applies to datasheets, picklists
  4182. PURE>LST
  4183. MOCELL10
  4184. AutoHilite Propertyerty
  4185. MultiHilite Property
  4186. HilitedRows Functiontion
  4187. Select Commandmand
  4188. ACRDHmultihilite property
  4189. BCRDHmultiply command
  4190. DCRDHname property
  4191. LINFO
  4192. Next Repeat Control StatementPROP
  4193. popupnum
  4194. 8bkgd
  4195.     data
  4196. Next Repeat Control StatementTAIL
  4197. ++TXT
  4198. next repeatADDD
  4199. PURE+TXT
  4200. The next repeat control statement allows you to make an exception to a loop's normal operation.  next repeat causes script execution to jump to the beginning of the current loop, skipping the commands between itself and the end repeat statement.  If the loop has an index, it is incremented normally.TAIL
  4201. The following button script illustrates the next repeat control statement.  Create a field and name it 
  4202. test".  Now create a button on the same card with the following script: 
  4203. on mouseUp 
  4204.   repeat with i =1 to 5 
  4205.     if i=3 then next repeat 
  4206.     put i after field "test" 
  4207.   end repeat 
  4208. end mouseUp 
  4209. Return to Browse mode and click on the button you created to see the results of the script.TAIL
  4210. URE>LST
  4211. MOCELL10
  4212. The exit repeat control statement
  4213. Repeat Control Statementment
  4214. XINFO
  4215. Open [<doc> with] <app> CommandPROP
  4216. popupnum
  4217. 63bkgd
  4218.     data
  4219. Open [<doc> with] <app> TAIL
  4220. open [<document> with] <application>ADDD
  4221. The open+TXT
  4222. The open <application> command opens an application and, optionally, a document that can be read by the opened application. 
  4223. Upon quitting the application,  Oracle Media Objects returns the user to the card displayed when the open command was executed. 
  4224. When using the open <application> command, it is important to use complete path information for any application or document not in the current stack's directory or on the system path. 
  4225. Notes:
  4226. The application path name length and the document name length are each limited to 63 characters, not including the enclosing quotation marks.  Thus, the maximum length of the entire open <application> command string is:
  4227. Length:  70 characters
  4228. Syntax:  open <application>
  4229. Length:  141 characters
  4230. Syntax:  open <document> with <application>
  4231. Because MS-Windows 3.1 and Macintosh System 7.x are multitasking systems,  Oracle Media Objects scripts will usually continue to execute concurrently with other opened applications.  However, the amount of time allotted to Oracle Media Objects will depend upon the foreground application.TAIL
  4232. Windo+TXT
  4233. In Windows, to open Microsoft Excel from a directory on the D: drive named 
  4234. Excel," the correct syntax would be: 
  4235. open "d:¥excel¥excel.exe" 
  4236. On the Macintosh, to open Microsoft Excel from a folder named "Excel" on a volume named "Macintosh HD," the correct syntax would be: 
  4237. open "Macintosh HD:Excel:Microsoft Excel"TAIL
  4238. MOCELL10>LST
  4239. MOCELL10
  4240. There are no related topics
  4241. FINFO
  4242. NewBackground  MessagePROP
  4243. popupnum
  4244. 26bkgd
  4245.     data
  4246. NewBackground  MessageTAIL
  4247. +T+TXT
  4248. on newBackground
  4249. end newBackgroundADDD
  4250. The newBackground message is generated whenever a background is created.TAIL
  4251. PURE+TXT
  4252. /data
  4253. Sent to all new backgroundsTAIL
  4254. E>LST
  4255. MOCELL10
  4256. DeleteBackground Messagesage
  4257. Sqrt FunctionPROP
  4258. popupnum
  4259. 58bkgd
  4260.     data
  4261. Sqrt FunctionTAIL
  4262. +T+TXT
  4263. the sqrt of <number> 
  4264. sqrt (<number>)ADDD
  4265. The sqrt+TXT
  4266. The sqrt function calculates the square root of a number.  If you try to calculate the square root of a negative number, the result is NAN (Not A Number).TAIL
  4267. 4)+TXT
  4268. sqrt (4) 
  4269. sqrt (2)
  4270. the sqrt of 5TAIL
  4271. MOCELL10>LST
  4272. MOCELL10
  4273. There are no related topics
  4274. FCRDHnewcard  message
  4275. HCRDHnewobject message
  4276. JCRDHnewstack  message
  4277. JINFO
  4278. NewObject MessagePROP
  4279. popupnum
  4280. 28bkgd
  4281.     data
  4282. NewObject MessageTAIL
  4283. +T+TXT
  4284. on newObject
  4285. end newObjectADDD
  4286. The newO+TXT
  4287. The newObject message is generated whenever an object is created, copied (by pressing the Alt or Option key while dragging on the object), or pasted.TAIL
  4288. dd the +TXT
  4289. Add the following handler to a card to display a message whenever a new object is created on the card:
  4290. on newObject
  4291.   put "A  new object has been created." 
  4292. end newObjectTAIL
  4293.  +TXT
  4294. /data
  4295. Sent to the new objectTAIL
  4296. CELL10>LST
  4297. MOCELL10
  4298. Create Commandommandmman
  4299. DeleteObject MessagesageADDD
  4300. KINFO
  4301. NewStack  MessagePROP
  4302. popupnum
  4303. 29bkgd
  4304.     data
  4305. NewStack  MessageTAIL
  4306. +T+TXT
  4307. on newStack
  4308. end newStackADDD
  4309. The newS+TXT
  4310. The newStack message is generated whenever a stack is created.
  4311. When a new stack is created, the openStack message is followed immediately by the newStack message.TAIL
  4312. Sent to +TXT
  4313. /data
  4314. Sent to all new stacksTAIL
  4315. CELL10>LST
  4316. MOCELL10
  4317. OpenStack Messagesage
  4318. Push CommandPROP
  4319. popupnum
  4320. 75bkgd
  4321.     data
  4322. Push CommandTAIL
  4323. push [<this>] <card>ADDD
  4324. The push+TXT
  4325. The push command marks a specific card so that it can be relocated quickly.  To navigate to the marked card, issue the pop command. 
  4326. Push and Pop access a normal Last-In-First-Out (LIFO) stack. Cards are popped from the stack in the reverse order in which they were pushed.TAIL
  4327. When pla+TXT
  4328. When placed into the script of a background button, takes the user to the 
  4329. Test" stack.  The pop command can be used to return the user to the card and stack from which the push command was issued.  
  4330. on mouseUp 
  4331.   push this card 
  4332.   go to stack "test" 
  4333. end mouseUpTAIL
  4334. LL10>LST
  4335. MOCELL10
  4336. Pop Commandommand
  4337. Scroll MessagePROP
  4338. popupnum
  4339. 42bkgd
  4340.     data
  4341. Scroll MessageTAIL
  4342. +T+TXT
  4343. on scroll <orientation>
  4344. end scrollADDD
  4345. A scroll message is generated whenever a scrollbar of a dataSheet, pickList, dataSheet,, or field is clicked.  The parameter <orientation> can be either H or V, denoting whether the horizontal or vertical scrollbar was clicked.  No parameter is sent when the scroll message is sent to a field.TAIL
  4346. PURE+TXT
  4347. /data
  4348. Sent to dataSheets, fields pickListsTAIL
  4349. PURE>LST
  4350. MOCELL10
  4351. There are no related topics
  4352. LCRDHnoevents property
  4353. MCRDHnolibrary
  4354. CRDHnot operator
  4355. SizeBox PropertyPROP
  4356. popupnum
  4357. 122bkgd
  4358.     data
  4359. SizeBox PropertyTAIL
  4360. +TX+TXT
  4361. set the sizeBox to <boolean>ADDD
  4362. PURE+TXT
  4363. On the Macintosh, the sizeBox property determines whether a size box is displayed in the lower right corner of the card window.  
  4364. Notes:
  4365. The state of the sizeBox property has no effect in Microsoft Windows.TAIL
  4366. PURE+TXT
  4367. Typing the following line in the Message Box and pressing Enter returns a Boolean value reflecting whether a size box is displayed: 
  4368. the sizeBox 
  4369. PURE>LST
  4370. MOCELL10
  4371. ScrollBars Propertyerty
  4372. ScrollFrame PropertyertyADDD
  4373. PINFO
  4374. Number FunctionPROP
  4375. popupnum
  4376. 39bkgd
  4377.     data
  4378. Number FunctionTAIL
  4379. +T+TXT
  4380. the number of <components> [in | of <location>]
  4381. number(<components> [in | of <location>])ADDD
  4382. PURE+TXT
  4383. The number function can be used to count a variety of components.  This function is particularly useful when you want to script an action that depends on the quantity of a particular type of object, or if you want to control a loop affecting each of the components in turn.  
  4384. The following list indicates which components can be counted in which location.
  4385. Components:  chars, characters, words, items, lines
  4386. Location:  text container
  4387. Components:  rows, columns
  4388. Location:  pickLists, dataSheets
  4389. Components:  cards
  4390. Location:  stack, background
  4391. Component:  card objects
  4392. Location:  card
  4393. Component:  backgrounds
  4394. Location:  stack
  4395. Notes:
  4396. Note that when counting objects, if you omit the [in <location>] clause, the current card is used as the context for counting.  When counting cards or backgrounds, if you omit the [in <location>] clause, the current stack is used as the context.
  4397. The statement the number of <objects> is equivalent to the statement the number of the last <object>.TAIL
  4398. RE+TXT
  4399. Type the following statements into the Message Box and press Enter after each: 
  4400. the number of cards
  4401. the number of words in field "Names"
  4402. the number of words in "Hello there!"
  4403. the number of characters in word 1 of bg fld ID 12
  4404. number(buttons in this card)
  4405. number(fields)TAIL
  4406. PURE+TXT
  4407. /data
  4408. Applies to global
  4409. PURE>LST
  4410. MOCELL10
  4411. List Functiontion
  4412. StartUp MessagePROP
  4413. popupnum
  4414. 44bkgd
  4415.     data
  4416. StartUp MessageTAIL
  4417. +T+TXT
  4418. on startUp 
  4419. end startUpADDD
  4420. The star+TXT
  4421. The startUp system message is sent when the Oracle Media Objects application is invoked.  The startUp message is sent to the first card of the first stack that Oracle Media Objects opens up.TAIL
  4422. This exa+TXT
  4423. This example performs some 
  4424. housekeeping" activities when Oracle Media Objects starts up. 
  4425. on startUp 
  4426.   put "Oracle Media Objects started at" && 
  4427.     the time  && "on" && the date && "with" 
  4428.     && the name of this stack
  4429.   pass startUp 
  4430. end startUpTAIL
  4431. /data
  4432. Sent to the first card of the stack opened when Oracle Media Objects is invokedTAIL
  4433. MOCELL10>LST
  4434. MOCELL10
  4435. Pass Control Statement
  4436. RINFO
  4437. NumToChar FunctionPROP
  4438. popupnum
  4439. 38bkgd
  4440.     data
  4441. NumToChar FunctionTAIL
  4442. +T+TXT
  4443. the numToChar of <ASCII value> 
  4444. numToChar(<ASCII value>)ADDD
  4445. PURE+TXT
  4446. This function translates an ASCII number into its corresponding character.
  4447. This function is the opposite of the charToNum function.TAIL
  4448. PURE+TXT
  4449. Type the following lines in the Message Box and press Enter after each: 
  4450. the numToChar of 20 
  4451. numToChar(123)TAIL
  4452. PURE>LST
  4453. MOCELL10
  4454. CharToNum Functiontion 
  4455. PCRDHnumber property
  4456. QCRDHnumtochar function
  4457. RCRDHoffset function
  4458. |CRDHplayforever  property
  4459. }CRDHplaylist  property
  4460. ~CRDHplaymode  property
  4461. oCRDHpause  command
  4462. uCRDHplay file command
  4463. zCRDHplayeffects  property
  4464. Sin FunctionPROP
  4465. popupnum
  4466. 57bkgd
  4467.     data
  4468. Sin FunctionTAIL
  4469. the sin of <number> 
  4470. sin(<number>)ADDD
  4471. The sin(+TXT
  4472. The sin() function calculates the sine of an angle in radians. 
  4473. Notes:
  4474. To calculate the sine of an angle in degrees, multiply the angle by Pi and divide by 180 before passing it to sin().TAIL
  4475. Type the following into the Message Box and press Enter: 
  4476. sin(75)TAIL
  4477. MOCELL10>LST
  4478. MOCELL10
  4479. There are no related topics
  4480. PlayMuted  PropertyPROP
  4481. popupnum
  4482. 87bkgd
  4483.     data
  4484. PlayMuted  PropertyTAIL
  4485. +T+TXT
  4486. set the playMuted of <movie | sound> 
  4487.      to <boolean>ADDD
  4488. The play+TXT
  4489. The playMuted property controls whether or not the playing sound or movie is heard. If true, the sound or movie is muted.  If false, the sound or movie plays at the current playVolume setting.  The value of playMuted has no effect on the playVolume value.  The default value of playMuted is false.TAIL
  4490. se +TXT
  4491. Suppose you want to create a button that mutes/restores a movie's volume, and you want to display an icon graphic while the movie is muted.  Add the following handler to the script of button "Mute":
  4492. on mouseUp
  4493.   set the playMuted of movie 1 to not the 
  4494.     playMuted of movie 1 
  4495.   set the visible of bitmap "muteIcon" to 
  4496.     the playMuted of movie 1
  4497. end mouseUp
  4498. Click the "muteIcon" button several times to see the bitmap appear and then disappear, and to hear the sound muted and then played.TAIL
  4499. plies +TXT
  4500. /data
  4501. Applies to movies, sounds
  4502. 10>LST
  4503. MOCELL10
  4504. PlayVolume  Propertyrty
  4505. VINFO
  4506. On Control StatementPROP
  4507. popupnum
  4508. 9bkgd
  4509.     data
  4510. On Control StatementTAIL
  4511. ++TXT
  4512. on <messageName> [<parameter> 
  4513.      [, <parameter> [, <parameter>  [...]]]]ADDD
  4514. PURE+TXT
  4515. The on keyword marks the beginning of a message handler and associates the handler with a particular message.  <MessageName> is the message which the handler will intercept.
  4516. When an object receives a message, Oracle Media Objects looks at the object's script to see if it contains a handler for the message. If Oracle Media Objects finds a handler, it executes the script statements following the on <messageName> statement.  The handler is executed until  Oracle Media Objects encounters an exit, end, pass, or return statement.
  4517. Notes:
  4518. Handlers cannot be nested within other handlers or functions.  For example, an on statement cannot appear between another on statement or a function statement and its end statement. 
  4519. The value you provide for <messageName> must be one word, must begin with a letter, and cannot include any punctuation marks (except underscores).  The same holds true for the value provided for <parameter>.
  4520. Parameters must be delimited by commas.TAIL
  4521. E>LST
  4522. MOCELL10
  4523. On Control Statement statement
  4524. End Control Statementment
  4525. The exit control statement
  4526. Pass Control Statement
  4527. _INFO
  4528. OpenCell MessagePROP
  4529. popupnum
  4530. 32bkgd
  4531.     data
  4532. OpenCell MessageTAIL
  4533. +T+TXT
  4534. on openCell [<row> [,<col>]]
  4535. end openCellADDD
  4536. The open+TXT
  4537. The openCell message is generated whenever a cell of an unlocked dataSheet is opened for editing, either by clicking in the cell or by navigating to the cell using the tab, return, enter, or arrow keys.  If the insertion point is already in the cell, this message is not sent. The two integer parameters sent are the <row> and <col> of the opened cell.  The upper-left cell of a dataSheet has a <row> of 1 and a <col> of 1.  
  4538. Notes:
  4539. The openCell message does not apply to pickLists.
  4540. When the mouse is clicked on the row or column labels of a dataSheet, the following parameters are sent with the mouseUp or mouseDown message:  <0, col> (for column labels) and <row, 0> (for row labels).
  4541. This message is sent only in Browse mode.TAIL
  4542.  +TXT
  4543. Add the following handler to a dataSheet:
  4544. on openCell openRow, openCol
  4545.   select cell openRow, openCol of the target
  4546.   Copy
  4547. end openCell
  4548. Whenever the user clicks on an unlocked cell, the contents of the cell are automatically copied to the clipboard.
  4549. The following handler instructs the user after she clicks in a cell:
  4550. on openCell
  4551.     put 
  4552. Please edit the contents of 
  4553. this cell..." into     fld 
  4554. directions"
  4555. end openCellTAIL
  4556. Sent to +TXT
  4557. /data
  4558. Sent to an unlocked dataSheetTAIL
  4559. MOCELL10>LST
  4560. MOCELL10
  4561. LockText Propertyerty
  4562. CloseCell Messagesage
  4563. ZINFO
  4564. Open File CommandPROP
  4565. popupnum
  4566. 61bkgd
  4567.     data
  4568. Open File CommandTAIL
  4569. +T+TXT
  4570. open file <filename>ADDD
  4571. The open+TXT
  4572. The open file command prepares a file to import or export text (or any data treated as text) using the read from file or write to file commands.  The filename must include the name of the file, the disk where the file is located, and the path or directory where the file is located (unless the file is in the same directory as Oracle Media Objects).  If you do not specify a path, the search is carried out only within the Oracle Media Objects directory.   
  4573. Notes:
  4574. If you specify a <filename> that doesn't exist, Oracle Media Objects will create a new file.
  4575. You can open up to 10 files at once.
  4576. Files are automatically closed on idle.TAIL
  4577. Type the+TXT
  4578. Type the following statements into the Message Box and press Enter after each:
  4579. open file "test.txt"
  4580. write "This is a test." to file "test.txt"
  4581. close file "test.txt"
  4582. You will now have a file in your Oracle Media Objects directory called "test.txt" that contains the string "This is a test."TAIL
  4583. MOCELL10>LST
  4584. MOCELL10
  4585. Open [<doc> with] <app> Commandtion> Command
  4586. Read From File Commandmand
  4587. Write To File Commandmand
  4588. Close File Commandmand
  4589. ResultPROP
  4590. popupnum
  4591.     data
  4592. ResultTAIL
  4593. the result 
  4594. result()TAIL
  4595. The result function is used in different capacities by many different Oracle Media Talk commands.  In general, the value stored in the result indicates whether a command was successful. 
  4596. The commands that return values to the result are: 
  4597. close file
  4598. convert
  4599. open file
  4600. read from file
  4601. return
  4602. Often, if a command executes successfully, the result function returns nothing.
  4603. Notes:
  4604. If a message handler includes a return statement, the value specified in the return statement is stored in the result.  
  4605. The value of the result is reset by execution of another command and at the end of the currently executing handler.  The value contained in the result is therefore extremely transient and should immediately be saved to another variable if further use is planned for it.TAIL
  4606.  vari>LST
  4607. MOCELL10
  4608. The return control statement 
  4609. CRDHsystemvolume  property
  4610. CRDHtabkey command
  4611. CRDHtabkey message
  4612. [INFO
  4613. Open Printing CommandPROP
  4614. popupnum
  4615. 62bkgd
  4616.     data
  4617. Open Printing CommandTAIL
  4618. +T+TXT
  4619. open printingADDD
  4620. PURE+TXT
  4621. The open printing command, always used in conjunction with the close printing command, marks the beginning of a print job.  All print commands issued between open printing and close printing statements are cached until  Oracle Media Objects encounters the close printing command.  At that point, a single print job is sent to the printer. 
  4622. Notes:
  4623. Open printing can only be used within scripts; you cannot execute the open printing command from the Message Box.TAIL
  4624. PURE+TXT
  4625. on mouseUp
  4626.   open printing
  4627.   print card 1
  4628.   print card 3
  4629.   print card 4
  4630.   close printing
  4631. end mouseUp
  4632. PURE>LST
  4633. MOCELL10
  4634. Close Printing Commandmand
  4635. Print Card Commandandd
  4636. lINFO
  4637. Pass Control StatementPROP
  4638. popupnum
  4639. 10bkgd
  4640.     data
  4641. Pass Control StatementTAIL
  4642. +T+TXT
  4643. pass <message>ADDD
  4644. PURE+TXT
  4645. The pass control statement is used to interrupt a message handler and pass the message that invoked the handler to the next object in the message-passing hierarchy.
  4646. The pass control statement can be used in conjunction with the doMenu message to respond to certain navigational commands.  For instance, if the user were on the last card of a stack and chose Last from the Navigation menu, normally nothing would happen.  However, the command can be intercepted with a message that tells the user that the current card is the last card.
  4647. URE+TXT
  4648. To try this, navigate to the last card of a stack and put the following into its script: 
  4649. on doMenu menuItem 
  4650.   if menuItem is "Last" then answer 
  4651.       "This is the last card"
  4652.   else pass doMenu
  4653. end doMenu 
  4654. Choose Last from the Navigation menu.  The message "This is the last card" appears on the screen.  Choosing any other command from the menu bar produces the customary result because you have passed the message up the hierarchy.TAIL
  4655. PURE>LST
  4656. MOCELL10
  4657. There are no related topics
  4658. ]INFO
  4659. OpenCard MessagePROP
  4660. popupnum
  4661. 31bkgd
  4662.     data
  4663. OpenCard MessageTAIL
  4664. +T+TXT
  4665. on openCard 
  4666. end openCardADDD
  4667. The open+TXT
  4668. The openCard system message is sent when the user navigates between cards.  This message can be used to initiate an action whenever a card is opened; for example, when using the popup command. 
  4669. Notes:
  4670. When a new card is created, the openCard message is sent immediately before the  newCard message.  The openCard message is not sent if the global property lockMessages is true.TAIL
  4671.  a+TXT
  4672. Create a stack with two cards, each with a different background.  Go to the second card, create a background field called 
  4673. time", and put the following script into the card or background: 
  4674. on openCard 
  4675.   tabKey 
  4676. end openCardTAIL
  4677. Sent to +TXT
  4678. /data
  4679. Sent to the current cardTAIL
  4680. LL10>LST
  4681. MOCELL10
  4682. CloseBackground Messagesage
  4683. LockMessages Propertyerty 
  4684. OpenBackground Messagesage
  4685. CloseCard Messagesage
  4686. CloseStack Messagesage
  4687. NewCard  Messageage
  4688. OpenStack Messagesage
  4689. PlayStarted  MessagePROP
  4690. popupnum
  4691. 36bkgd
  4692.     data
  4693. PlayStarted  MessageTAIL
  4694. +T+TXT
  4695. on playStarted
  4696. end playStartedADDD
  4697. PURE+TXT
  4698. The playStarted message is sent to a movie when a user starts a movie by selecting the play button on the controller..  The playStarted message is not sent when a movie is started via a script.TAIL
  4699. PURE+TXT
  4700. Create a movie object and attach a movie file to it.  Put the following handler into the script of the movie:
  4701. on playStarted
  4702.   put "Movie playing..." into msg
  4703. end playStarted
  4704. on playStarted
  4705.   put empty into msg
  4706. end playStarted
  4707. Now when you play the movie from the control bar, a status message appears in the Message Box.TAIL
  4708. PURE+TXT
  4709. /data
  4710. Sent to moviesTAIL
  4711. PURE>LST
  4712. MOCELL10
  4713. EndPlay  Commandand
  4714. PlayStopped  Messageage
  4715. Stop  Commandand
  4716. `INFO
  4717. OpenField MessagePROP
  4718. popupnum
  4719. 33bkgd
  4720.     data
  4721. OpenField MessageTAIL
  4722. +T+TXT
  4723. on openField 
  4724. end openFieldADDD
  4725. PURE+TXT
  4726. The openField message is sent to an unlocked field whenever the insertion point enters a field, either by tabbing to it by clicking in its contents, or selecting any part of its contents via a script.  The openField message is not sent if the insertion point is already in the field.TAIL
  4727. E+TXT
  4728. Create a background field named 
  4729. date" and a background field called 
  4730. comment".  Put the following handler into the script of the 
  4731. date" field:
  4732. on openField 
  4733.   put "Please enter the date" into bg 
  4734.      field "comment" 
  4735. end openField 
  4736. Return to Browse mode and click in the "date" field.TAIL
  4737. PURE+TXT
  4738. /data
  4739. Sent to an unlocked fieldTAIL
  4740. URE>LST
  4741. MOCELL10
  4742. There are no related topics
  4743. aINFO
  4744. OpenStack MessagePROP
  4745. popupnum
  4746. 34bkgd
  4747.     data
  4748. OpenStack MessageTAIL
  4749. +T+TXT
  4750. on openStack 
  4751. end openStackADDD
  4752. PURE+TXT
  4753. The openStack message is sent when the user navigates to a card located in a different stack from the current stack.  When a stack is opened, an implicit navigation to its first card occurs and the openStack message is sent.
  4754. This message can be used to initiate an action whenever a stack is opened or created.  When a new stack is created, the openStack message is followed immediately by the newStack message.TAIL
  4755. The following handler could be placed in the script of a stack to make the menu bar invisible whenever that stack is opened: 
  4756. on openStack 
  4757.   hide menubar
  4758.   pass openStack
  4759. end openStackTAIL
  4760. RE+TXT
  4761. /data
  4762. Sent to the current cardTAIL
  4763. PURE>LST
  4764. MOCELL10
  4765. CloseBackground Messagesage
  4766. OpenBackground Messagesage
  4767. CloseCard Messagesage
  4768. CloseStack Messagesage
  4769. NewStack  Messageage
  4770. OpenCard Messagesage
  4771. tINFO
  4772. Platform FunctionPROP
  4773. popupnum
  4774. 45bkgd
  4775.     data
  4776. Platform FunctionTAIL
  4777. +T+TXT
  4778. the platform
  4779. platform()ADDD
  4780. The plat+TXT
  4781. The platform function returns the name of the operating system platform on which  Oracle Media Objects is currently running.
  4782. If Oracle Media Objects is running on Microsoft Windows, platform returns the string "Windows".
  4783. If Oracle Media Objects is running on an Apple Macintosh, platform returns the string "Macintosh".
  4784. The platform function is useful in cross-platform applications, where it can be used to ensure that operating-system-specific routines are handled correctly.TAIL
  4785. The foll+TXT
  4786. The following card handler selects the proper file extension for Oracle Media Objects stacks on the current platform and provides the user with an Open File dialog box that lists only those files:
  4787. on openCard
  4788.   put the platform into current_os
  4789.   if current_os is "Windows" then
  4790.     put "STA" into the_extension
  4791.   else
  4792.     put "STAK" into the_extension
  4793.   end if
  4794.   ask file "Choose a stack to open" for 
  4795.     open of type the_extension
  4796.   if it is not empty then go to stack it
  4797. end openCardTAIL
  4798. LL10>LST
  4799. MOCELL10
  4800. There are no related topics
  4801. `CRDHopenstack message
  4802. aCRDHoptionkey function
  4803. bCRDHor  operator
  4804. CRDHtextheight property
  4805. CRDHtextsize property
  4806. CRDHtextstyle property
  4807. CRDHticks function
  4808.  CRDHtime function
  4809. !CRDHtimerexpired message
  4810. }INFO
  4811. PlayForever  PropertyPROP
  4812. popupnum
  4813. 84bkgd
  4814.     data
  4815. PlayForever  PropertyTAIL
  4816. +T+TXT
  4817. set the playForever of <movie | path | sound> 
  4818.      to boolean
  4819. set the playStyle of <movie | path | sound> 
  4820.     to playForeverADDD
  4821. URE+TXT
  4822. The playForever property is a boolean property that when set to true causes a movie, path, or sound to play continuously.  PlayForever overrides the playNumber property.  The default setting is false.
  4823. Note:  The playForever boolean property is one possible value for the playStyle property of movies, paths, and sounds.TAIL
  4824. PURE+TXT
  4825. /data
  4826. Applies to movies, paths, sounds
  4827. PURE>LST
  4828. MOCELL10
  4829. PlayNumber  Propertyrty
  4830. PlayStyle  Propertyrty
  4831. eCRDHparam function
  4832. fCRDHparamcount function
  4833. gCRDHparams function
  4834. CRDHstreamarrived message
  4835.     CRDHstyle property
  4836. CRDHsubtract command
  4837. EndSize PropertyPROP
  4838. popupnum
  4839. 42bkgd
  4840.     data
  4841. EndSize PropertyTAIL
  4842. +T+TXT
  4843. set the endSize of [leg <number> of] 
  4844.      <path> to <x,y>ADDD
  4845. The endS+TXT
  4846. The endSize property allows you to set the size of an object at the end  of its trip down a path or leg of a path.  The object is smoothly scaled between the starting size, which you set using the startSize property, and the endSize according to the acceleration profile.  <integer, integer> refers to the intended width and height of the object.  For example, a value of 100,100 indicates an object that is 100 pixels wide and 100 pixels tall.  The default endSize is 100,100.
  4847. This property is useful if you want an object to grow or shrink during its journey.  This property is particularly important if you are creating three
  4848. dimensional effects, in which you need to use object size to present the illusion of distance and perspective on your two
  4849. dimensional screen.
  4850. You can set the endSize property to apply to either the entire path or to a particular leg.  If you want to specify different endSize values for each leg of the path, you must set the playStyle property to uselegScaling.
  4851. Notes:
  4852. This property only specifies the ending size of the object.  To resize the object along the path, you must also enable the scaling property.TAIL
  4853. plies +TXT
  4854. /data
  4855. Applies to paths, legs of paths
  4856. MOCELL10>LST
  4857. MOCELL10
  4858. PlayStyle  Propertyrty
  4859. StartSize  Propertyrty
  4860. Scaling  Propertyoperty
  4861. EnterKey MessagePROP
  4862. popupnum
  4863. 14bkgd
  4864.     data
  4865. EnterKey MessageTAIL
  4866. +T+TXT
  4867. on enterKey 
  4868. end enterKeyADDD
  4869. The ente+TXT
  4870. The enterKey system message is sent when the Enter key is pressed, except while editing text in an unlocked field.  If the message is not intercepted, Oracle Media Objects executes the contents of the Message Box.  If a field is open for text editing, pressing the Enter key types a return character in the field.  
  4871. The Return key on the Macintosh keyboard and the Enter key on the PC keyboard are equivalent in Oracle Media Objects.  To ensure compatibility, use enterKey on both platforms.TAIL
  4872. /data
  4873. Sent to the current cardTAIL
  4874. LL10>LST
  4875. MOCELL10
  4876. There are no related topics
  4877. Entries PropertyPROP
  4878. popupnum
  4879. 43bkgd
  4880.     data
  4881. Entries PropertyTAIL
  4882. +T+TXT
  4883. the entries of <palette>ADDD
  4884. This pro+TXT
  4885. This property returns the list of RGB triples in the palette.TAIL
  4886. Applies +TXT
  4887. /data
  4888. Applies to palettes
  4889. MOCELL10>LST
  4890. MOCELL10
  4891. There are no related topics
  4892. CRDHentry chunk
  4893. CRDHexistence  function
  4894. CRDHexit control statement
  4895. ShiftKey FunctionPROP
  4896. popupnum
  4897. 56bkgd
  4898.     data
  4899. ShiftKey FunctionTAIL
  4900. +T+TXT
  4901. the shiftKey 
  4902. shiftKey()ADDD
  4903. The shif+TXT
  4904. The shiftKey function determines whether the Shift key is currently pressed.  ShiftKey returns up or down.TAIL
  4905. ll+TXT
  4906. The following example selects everything in a selected field when Shift-Enter is pressed on Windows or Shift-Return is pressed on Macintosh: 
  4907. on returnInField 
  4908.   if the shiftKey is down then 
  4909.     select text of the target
  4910.   else 
  4911.     pass returnInField 
  4912.   end if 
  4913. end returnInFieldTAIL
  4914. 10>LST
  4915. MOCELL10
  4916. CommandKey Functiontion
  4917. OptionKey Functiontion  ADDD
  4918. Existence  FunctionPROP
  4919. popupnum
  4920. 14bkgd
  4921.     data
  4922. Existence  FunctionTAIL
  4923. +T+TXT
  4924. For all objects:
  4925. the existence of <object>
  4926. exists(<object>)
  4927. For menus:
  4928. the existence of {<menu> | <menuitem>}ADDD
  4929. E+TXT
  4930. The existence function determines whether an object with reference <object>, a menu with reference <menu>, or a menu item with reference <menuitem> currently exists.  If the object, menu, or menu item exists, existence returns true.  If the object, menu, or menu item does not exist, existence returns false.TAIL
  4931. PURE+TXT
  4932. The following button script puts the current date into a field named 
  4933. date" if the field exists.  Otherwise, the script returns the date in a dialog box.
  4934. on mouseUp
  4935.   if the existence of fld "date" is true then
  4936.     put the short date into fld "date"
  4937.   else
  4938.     put the short date
  4939.   end if
  4940. end mouseUpTAIL
  4941. PURE>LST
  4942. MOCELL10
  4943. There are no related topics
  4944. Exit Control StatementPROP
  4945. popupnum
  4946. 2bkgd
  4947.     data
  4948. Exit Control StatementTAIL
  4949. ++TXT
  4950. exit <messageName>ADDD
  4951. The exit control statement allows the user to exit immediately from a handler or subroutine, skipping the remaining commands and statements.  The subroutine must be the name of a message handler in which the exit statement resides.TAIL
  4952. PURE+TXT
  4953. Try the following example to see how the exit command works.  Create a button and add the following handler to its script: 
  4954. on mouseUp 
  4955.   beep 5 
  4956.   exit mouseUp 
  4957.   put "This dialog box will never be seen." 
  4958. end mouseUp
  4959. Click on the button.  The exit command causes control to leave the handler before the dialog box can appear.TAIL
  4960. URE>LST
  4961. MOCELL10
  4962. End Control Statementment
  4963. On Control Statementment
  4964. Pass Control Statement
  4965. Exit Repeat Control StatementPROP
  4966. popupnum
  4967. 3bkgd
  4968.     data
  4969. Exit Repeat Control StatementTAIL
  4970. ataSCRP
  4971. ++TXT
  4972. exit repeatADDD
  4973. PURE+TXT
  4974. The exit repeat control statement leaves the current loop structure immediately, skipping the remaining commands and statements in the loop structure.  The script continues to be executed starting at the first statement after the next end repeat statement.TAIL
  4975. PURE+TXT
  4976. To see how exit repeat works, create a button and add the following handler to its script: 
  4977. on mouseUp 
  4978.   repeat with i = 1 to 5 
  4979.     beep 
  4980.     if i = 3 then exit repeat 
  4981.   end repeat 
  4982. end mouseUp 
  4983. When you click on the button, you should hear three beeps.TAIL
  4984. PURE>LST
  4985. MOCELL10
  4986. Next Repeat Control Statementment
  4987. Repeat Control Statementment 
  4988. Exit to Top Control StatementPROP
  4989. popupnum
  4990. 4bkgd
  4991.     data
  4992. Exit to Top Control StatementTAIL
  4993. ++TXT
  4994. exit to topADDD
  4995. PURE+TXT
  4996. The exit to top command causes an immediate exit from all handlers that may be executing and returns control to Oracle Media Objects.TAIL
  4997. PURE+TXT
  4998. Create a button and add the following handler to its script: 
  4999. on mouseUp 
  5000.   aaa
  5001.   bbb
  5002. end mouseUp
  5003. on aaa
  5004.   put 2 into msg
  5005.   exit to top
  5006. end aaa
  5007. on bbb
  5008.   put 3 into msg
  5009. end bbb
  5010. Switch to Browse mode and click on the button.  The number 2 appears in the Message Box because the bbb subroutine is not executing.TAIL
  5011. PURE>LST
  5012. MOCELL10
  5013. the exit control statement
  5014. Exp FunctionPROP
  5015. popupnum
  5016. 15bkgd
  5017.     data
  5018. Exp FunctionTAIL
  5019. the exp of <number> 
  5020. exp (<number>)ADDD
  5021. The exp +TXT
  5022. The exp function returns the natural exponential of a number (the constant e, which equals 2.7182818, raised to the power specified by the number).TAIL
  5023. Type the+TXT
  5024. Type the following into the Message Box and press Enter: 
  5025. put the exp of 2 
  5026. 7.389056 is returned.
  5027. exp (1) 
  5028. 2.718282 is returned.
  5029. exp (10) 
  5030. 22026.465795 is returned.TAIL
  5031. 10>LST
  5032. MOCELL10
  5033. Exp1 Functiontion
  5034. Exp2 Functiontion  
  5035. Ln1 Functionion
  5036. Exp1 FunctionPROP
  5037. popupnum
  5038. 16bkgd
  5039.     data
  5040. Exp1 FunctionTAIL
  5041. +T+TXT
  5042. the exp1 of <number> 
  5043. exp1 (<number>)ADDD
  5044. The exp1+TXT
  5045. The exp1 function returns the natural exponential of a number minus the number one.
  5046. Notes:
  5047. When the number is close to zero, exp1 (number) provides a more exact result than exp (number) -1.TAIL
  5048. Type the+TXT
  5049. Type the following into the Message Box and press Enter: 
  5050. exp1(1) 
  5051. 3.718202 is returned.
  5052. exp1(10) 
  5053. 22027.465795 is returned.TAIL
  5054. MOCELL10>LST
  5055. MOCELL10
  5056. Exp2 Functionion
  5057. Exp2 Functiontion 
  5058. Ln1 Functiontion
  5059. Exp2 FunctionPROP
  5060. popupnum
  5061. 17bkgd
  5062.     data
  5063. Exp2 FunctionTAIL
  5064. +T+TXT
  5065. the exp2 of <number>
  5066. exp2 (<number>)ADDD
  5067. The exp2+TXT
  5068. The exp2 function returns the base 2 exponential of a number.TAIL
  5069. Type the+TXT
  5070. Type the following into the Message Box and press Enter: 
  5071. exp2 (3) 
  5072. 8 is returned.TAIL
  5073. MOCELL10>LST
  5074. MOCELL10
  5075. Exp2 Functionion
  5076. Exp1 Functiontion 
  5077. Log2 Functiontion
  5078. ?CRDHvisiblecols function
  5079. @CRDHvisiblerows function
  5080. ACRDHvisual effect  command
  5081. CRDHentries property
  5082. CRDHexit repeat control statement
  5083. CRDHexp2 function
  5084. Filled PropertyPROP
  5085. popupnum
  5086. 44bkgd
  5087.     data
  5088. Filled PropertyTAIL
  5089. +T+TXT
  5090. set the filled [of <shape>] to <boolean>ADDD
  5091. For shap+TXT
  5092. For shapes, when the filled property is set to true, oval, rect and round rect shapes are drawn filled with the pattern selected in the pattern palette.  When the filled property is set to false the shape is drawn unfilled.
  5093. For painting, when the filled property is set to true, the chosen tool draws a shape filled with the pattern selected in the pattern palette.  When the filled property is set to false, the chosen tool draws an unfilled shape.
  5094. Notes:
  5095. For shapes, you can toggle the filled property on and off simply by double
  5096. clicking on the Oval, Rectangle, or Round Rectangle tools.TAIL
  5097. Applies +TXT
  5098. /data
  5099. Applies to shapes, global painting
  5100. MOCELL10>LST
  5101. MOCELL10
  5102. Pattern Propertyperty
  5103. StackSpace FunctionPROP
  5104. popupnum
  5105. 59bkgd
  5106.     data
  5107. StackSpace FunctionTAIL
  5108. +T+TXT
  5109. the stackSpace 
  5110. stackSpace ()ADDD
  5111. RE+TXT
  5112. The stackSpace function returns the number of bytes available to be used for the stack.TAIL
  5113. PURE+TXT
  5114. Type the following into the Message Box and press Enter: 
  5115. stackSpace()TAIL
  5116. PURE>LST
  5117. MOCELL10
  5118. There are no related topics
  5119. Is [Not] WithinPROP
  5120. popupnum
  5121.     data
  5122. Is [Not] WithinTAIL
  5123. <point> is [not] within <rectangle>TAIL
  5124. The is within and is not within operators provide a method for determining if a point falls within or outside a certain area.TAIL
  5125. Use this operator to initiate an event when the mouse enters a certain area.  For example:
  5126. if the mouseLoc is within the rect of button id 2 
  5127. then go card 2TAIL
  5128. MOCELL10
  5129. MouseWithin Messagesage
  5130. ForeColor  PropertyPROP
  5131. popupnum
  5132. 46bkgd
  5133.     data
  5134. ForeColor  PropertyTAIL
  5135. +T+TXT
  5136. set the foreColor [of <object>] to <color>ADDD
  5137. The fore+TXT
  5138. The foreColor property determines the foreground color of an object.  It is also a global painting property.
  5139. For buttons, forecolor is the color of the text of the label and the outline if the button's style is not set to transparent or opaque.
  5140. For shapes, forecolor determines the color used to draw the lines of a shape object.  This means that foreColor sets the line color of line
  5141. style shapes, the border color of rectangle
  5142. style shapes, and the label's color. 
  5143. Setting the foreColor property for global painting sets the foreColor universally used by the paint tools.
  5144. The range for colors is identified by numbers from 0 to 255.  In addition, 16 colors can be referred to by name; see  on page .
  5145. When you select an object, Oracle Media Objects displays the foreground color in the toolbar palette labeled F for shapes, buttons, and bitmaps, and T for fields. 
  5146. When setting the foreColor property, you can use a number or a named color constant for the <color> parameter.  However, the value of the foreColor property is always returned as a number.  
  5147. Notes:
  5148. For fields, setting the foreColor property has the same result as setting the textColor.  
  5149. For bitmaps, setting this property has the same result as setting inkColor.TAIL
  5150. eate a+TXT
  5151. Create an oval shape and name it 
  5152. color".  Type the following lines in the Message Box and press Enter after each:  
  5153. the forecolor of shape "color" 
  5154. This returns the current color of the shape's border.
  5155. set the forecolor of shape "color" to 194
  5156. This sets the color of the shape's border to aquamarine.TAIL
  5157. Applies +TXT
  5158. /data
  5159. Applies to bitmaps, buttons, fields, groups, global painting, shapes
  5160. OCELL10>LST
  5161. MOCELL10
  5162. BackColor  Propertyrty
  5163. InkColor Propertyerty
  5164. LineSize  Propertyrty
  5165. TextColor Propertyerty
  5166. FreeSize PropertyPROP
  5167. popupnum
  5168. 47bkgd
  5169.     data
  5170. FreeSize PropertyTAIL
  5171. +T+TXT
  5172. get the freeSize of <stackname>ADDD
  5173. URE+TXT
  5174. NOT AVAILABLE IN THE PLAYER
  5175. The freeSize property returns in bytes the amount of disk space that is assigned to the indicated stack but not in use.  Compacting the stack recovers the amount of memory shown by freeSize. 
  5176. Notes:
  5177. This property is read-only.  FreeSize can only be changed by using the compact stack command.TAIL
  5178. PURE+TXT
  5179. Create a button with the following script: 
  5180. on mouseUp 
  5181.   get the freeSize of the stack 
  5182.   type it 
  5183.   if it > 1024 then 
  5184.     compact stack
  5185.   end if 
  5186. end mouseUp 
  5187. Clicking on this button puts the freeSize of the current stack into the Message Box and compacts the stack if more that 1024 bytes are free.TAIL
  5188. PURE+TXT
  5189. /data
  5190. Applies to stacks 
  5191. PURE>LST
  5192. MOCELL10
  5193. Compact Stack Commandmand
  5194. Global Control StatementPROP
  5195. popupnum
  5196. 6bkgd
  5197.     data
  5198. Global Control StatementTAIL
  5199. ++TXT
  5200. global <variable> [,<variable>, <variable>]...ADDD
  5201. PURE+TXT
  5202. The global control statement declares one or more variables to be global variables that stay defined when the handlers in which they are used have finished being executed.  A global variable can be accessed from across any number of handlers.  A local variable becomes undefined when the handler in which it was defined is terminated.  
  5203. Before using a global variable, a handler must declare the variable using the global keyword.  In other words, for global mynumber to work correctly, every handler in which you use it must include a global mynumber statement.
  5204. Consider the following handler: 
  5205. on mouseUp
  5206.   put 1 into mynumber
  5207. end mouseUp 
  5208. The variable mynumber will not be retained after the mouseUp subroutine is terminated.  If you want to continue using this variable, you must either store it in a field or declare it as a global, as follows: 
  5209. on mouseUp
  5210.   global mynumber
  5211.   put 1 into mynumber
  5212. end mouseUp 
  5213. Then another handler can use the same variable, as long as it declares mynumber as well:
  5214. on mouseDown
  5215.   global mynumber
  5216.   answer mynumber
  5217. end mouseDown
  5218. You can also set a list of global variables to be used simultaneously:
  5219. on mouseUp
  5220.   global mynumber1, mynumber2, mynumber3
  5221. end mouseUp
  5222. RE>LST
  5223. MOCELL10
  5224. There are no related topics
  5225. Function Control StatementPROP
  5226. popupnum
  5227. 5bkgd
  5228.     data
  5229. Function Control StatementTAIL
  5230. ++TXT
  5231. function <functionName> [<parameters>] 
  5232.       [...] return <value>
  5233. end <functionName>ADDD
  5234. The func+TXT
  5235. The function control statement defines a handler that performs the tasks in the statement list, which can include calculating and returning a value.  The function may receive parameters when it is called.  The parameters, if used, take the form of a list of local variable names separated by commas. 
  5236. A function handler differs from other handlers, such as message handlers and XCMDs, in that a function always returns a value.  This value can be numerical, logical, or text.  The return value is determined by the return statement in the Oracle Media Talk code of the function.
  5237. The major purpose of functions is to shorten scripts and make it easier for you to change scripts by separating frequently made calculations from the remainder of the script.  
  5238. A function is called by stating its name and providing values for its parameters.  Enclose the values in parentheses and separate them with commas.  For example:
  5239. put <functionName> 
  5240. ([<parameter1, parameter2, ...>]) into <variable>
  5241. Notes:
  5242. The <functionName> must begin with a letter and contain no spaces and no punctuation other than underscores.TAIL
  5243. MOCELL10>LST
  5244. MOCELL10
  5245. Repeat Forevertrol statement
  5246. FunctionKey MessagePROP
  5247. popupnum
  5248. 15bkgd
  5249.     data
  5250. FunctionKey MessageTAIL
  5251. +T+TXT
  5252. For cards, fields:
  5253. on functionKey <keynumber> 
  5254. end functionKey
  5255. For dataSheets:
  5256. on functionKey <keynumber>[, <row>[, <col>]]
  5257. end funtionKeyADDD
  5258. PURE+TXT
  5259. The functionKey message indicates whether a function key, specified by the <keynumber>, is being pressed.  The message first goes to the field or dataSheet, then to the card; if the card has no handler for it, the message travels through the Oracle Media Objects hierarchy.  If it reaches Oracle Media Objects itself, Oracle Media Objects issues the functionKey command.   
  5260. Notes:
  5261. On the Macintosh, functionKey has built-in Undo, Cut, Copy, and Paste functions for <keynumber> values 1 through 4, respectively.TAIL
  5262. PURE+TXT
  5263. This example demonstrates how you can use the functionKey message in your stacks.  Add the following handler to the current card:   
  5264. on functionKey keynum 
  5265.   if keynum is 1 then 
  5266.     Copy 
  5267.   else 
  5268.     if keynum is 2 then 
  5269.       Paste 
  5270.     end if 
  5271.   end if 
  5272. end functionKey 
  5273. Pressing F1 while text in a field is selected copies the text.  Pressing F2 pastes the text.TAIL
  5274. PURE+TXT
  5275. /data
  5276. Sent to the current card, fields, dataSheetsTAIL
  5277. MOCELL10
  5278. There are no related topics
  5279. Lock Screen CommandPROP
  5280. popupnum
  5281. 59bkgd
  5282.     data
  5283. Lock Screen CommandTAIL
  5284. +T+TXT
  5285. lock screenADDD
  5286. PURE+TXT
  5287. The lock screen command prevents updating of the screen, or "locks" the image of the current card until the current script ends or until the screen is unlocked.  The lock screen command has the same effect as setting the lockScreen property to true.TAIL
  5288. URE>LST
  5289. MOCELL10
  5290. Unlock Screen Commandndnd
  5291. LockScreen Propertyerty
  5292. CRDHget command
  5293. CRDHglobal control statement
  5294. CRDHglobal variables property
  5295. Hide <object> CommandPROP
  5296. popupnum
  5297. 51bkgd
  5298.     data
  5299. Hide <object> CommandTAIL
  5300.     +TXT
  5301. hide <object>ADDD
  5302. Hiding an object sets its visible property to false.  Hidden objects do not receive mouse activity messages, and the Tab key does not advance to hidden fields. 
  5303. Objects hidden with the hide command can be shown again using the show command.  
  5304. Notes:
  5305. Hidden fields are not in the tabbing order.
  5306. The hide command does not affect the location property of an object.TAIL
  5307.  does not affec+TXT
  5308. Create a field and name it 
  5309. ghost".  Make sure that the borders are visible in Browse mode.  Then create a button with the following script: 
  5310. on mouseUp 
  5311.   hide field "ghost" 
  5312.   wait 2 seconds 
  5313.   show field "ghost" 
  5314. end mouseUpTAIL
  5315.   wait >LST
  5316. MOCELL10
  5317. Show {screen elements}  
  5318. Visible Propertye  Prope@
  5319. Command
  5320. Global Variables PropertyPROP
  5321. popupnum
  5322. 49bkgd
  5323.     data
  5324. Global Variables PropertyTAIL
  5325. +T+TXT
  5326. the global variablesADDD
  5327. The glob+TXT
  5328. The global variables property returns a comma-delimited list of all currently defined global variables.  This property is particularly useful when debugging scripts.
  5329. The global variables property is read
  5330. only.TAIL
  5331. Applies +TXT
  5332. /data
  5333. Applies to global
  5334. MOCELL10>LST
  5335. MOCELL10
  5336. Local Variables Propertyerty
  5337. Global Control Statementment
  5338. Go CommandPROP
  5339. popupnum
  5340. 50bkgd
  5341.     data
  5342. Go CommandTAIL
  5343. +T+TXT
  5344. go [to] [destination] <card | background> 
  5345.      [of <stack>] 
  5346. go [to] <card | background | stack>ADDD
  5347. The go command takes you to the specified [destination].  Valid destinations are the following:
  5348. first         last
  5349. next       previous
  5350. back      Any ordinal
  5351. If you don't specify otherwise, Oracle Media Objects assumes that the destination card is the first card in the specified stack. Oracle Media Objects assumes that you want to go to the current stack unless you specify another stack.  If you go to a background, you go to the next card with that background (not to the first card).  If the current card has the specified background, you remain in the current card. 
  5352. Notes:
  5353. To specify a card, you must include the word "card," or "cd," and the name, number, position, or ID of a card in a stack.  Note that you cannot access a card using the go command if the card's name is a number.  In the case that you have a card named "3" and a card number 3, the command go card "3" will go to card number 3, not to card "3".
  5354. To specify the background, you must include the word "background," or "bg," and the name, number, position, or ID of a background in a stack. 
  5355. To specify a stack, you must include the word "stack" and the name, number, or ID of any stack.  You can specify a visual effect to be used on opening the card by issuing the visual effect command before you use the go command. 
  5356. Go back takes you to the last card visited, whether  that card is in the current stack or another stack.TAIL
  5357. Type the following commands into the Message Box and press Enter after each to navigate to another card or stack. 
  5358. go next card 
  5359. go back 
  5360. go to card id 5 
  5361. go to first card of second background of "MyStack.sta" 
  5362. go card 2 of stack "revenue.sta"TAIL
  5363. PURE+TXT
  5364. /data
  5365. Applies to backgrounds, cards, stacks
  5366. PURE>LST
  5367. MOCELL10
  5368. There are no related topics
  5369. Release Library CommandPROP
  5370. popupnum
  5371. 81bkgd
  5372.     data
  5373. Release Library CommandTAIL
  5374. +T+TXT
  5375. release library <stack>ADDD
  5376. Library +TXT
  5377. Library stacks contain scripts and cards (typically custom dialog boxes) that can be shared among more than one stack. 
  5378. The release library command removes a library stack from active status.TAIL
  5379. Type the+TXT
  5380. Type the following command into the message box to release a library stack called "myLib.sta", which was previously libraried using the library command:
  5381. release library "mylib.sta"TAIL
  5382. OCELL10>LST
  5383. MOCELL10
  5384. Library Command Command
  5385. LibraryStack Messagesage
  5386. ReleaseStack MessagesageADDD
  5387. CRDHgridsize property
  5388. CRDHheapspace function
  5389. CRDHheight property
  5390. HeapSpace FunctionPROP
  5391. popupnum
  5392. 18bkgd
  5393.     data
  5394. HeapSpace FunctionTAIL
  5395. +T+TXT
  5396. the heapSpace 
  5397. heapspace()ADDD
  5398. The heap+TXT
  5399. The heapSpace function returns the amount of random access memory (RAM), in bytes, available to Oracle Media Objects.TAIL
  5400. he foll+TXT
  5401. The following script can be placed in a button's script to notify you when RAM is low: 
  5402. on mouseUp 
  5403.   if heapSpace()<10000 then answer 
  5404.     "Memory is low" 
  5405. end mouseUpTAIL
  5406. 10>LST
  5407. MOCELL10
  5408. FreeSize Propertyerty
  5409. DiskSpace Functiontion 
  5410. Height PropertyPROP
  5411. popupnum
  5412. 51bkgd
  5413.     data
  5414. Height PropertyTAIL
  5415. +T+TXT
  5416. set the height of {<object> | {card | cd} 
  5417.       <window>} to <number>ADDD
  5418. The heig+TXT
  5419. The height property determines the vertical size, in pixels, of an object or window. 
  5420. If you change the height property of an object, Oracle Media Objects maintains the object's center point.  The value <number> represents the total number of pixels in the vertical height of the specified object.TAIL
  5421.  a+TXT
  5422. Create a button and name it 
  5423. height test".  Type the following scripts into the Message Box and press Enter after each: 
  5424. the height of button "height test" 
  5425. set the height of button "height test" to 100
  5426. The button shape changes per the set instruction.TAIL
  5427. Applies +TXT
  5428. /data
  5429. Applies to all objects, backgrounds, cards, card windows, message box, toolbar
  5430. MOCELL10>LST
  5431. MOCELL10
  5432. Location (Loc) Property
  5433. Width Propertyrtyy
  5434. Ln1 FunctionPROP
  5435. popupnum
  5436. 24bkgd
  5437.     data
  5438. Ln1 FunctionTAIL
  5439. the ln1 of <number>
  5440. ln1(<number>)ADDD
  5441. The ln1 +TXT
  5442. The ln1 function returns the base-e (natural) logarithm of (<number> + 1). That is, ln1(4) equals ln(5).TAIL
  5443.  the+TXT
  5444. Type the following into the Message Box and press Enter: 
  5445. ln1 (0) 
  5446. 0 is returned.
  5447. ln1 (1.718) 
  5448. 0.999896 is returned.
  5449. ln1 (0.01) 
  5450. 0.00995 is returned.TAIL
  5451. 0>LST
  5452. MOCELL10
  5453. Ln1 Functionion
  5454. Exp1 Functiontion  
  5455. Hide {screen element}  CommandPROP
  5456. popupnum
  5457. 52bkgd
  5458.     data
  5459. Hide {screen element}  CommandTAIL
  5460. +T+TXT
  5461. hide {screen element}ADDD
  5462. The hide+TXT
  5463. The hide command removes the specified screen element from view.  Valid screen elements are the following:
  5464. menubar
  5465. cursor
  5466. titlebar
  5467. {background | bkgnd} picture
  5468. sizeBox
  5469. scrollbars
  5470. card window
  5471. {card | cd} picture
  5472. rulers
  5473. {horizontal | vertical} scrollbar
  5474. toolbar
  5475. message
  5476. Notes:
  5477. The hide {cd | bkgnd} picture form of the hide command removes from view the graphic bitmap on the card or background. 
  5478. Except for cursor, you can hide screen elements only in Oracle Media Objects Designer.
  5479. Hide cursor commands may be nested.  As with the lock screen and unlock screen commands, an equivalent show cursor command is required for each hide cursor command that has been issued.TAIL
  5480. MOCELL10>LST
  5481. MOCELL10
  5482. Show {screen elements}  
  5483. Visible Propertye  Prope@
  5484. Command
  5485. CRDHhide {screen element}  command
  5486. CRDHhilite command
  5487. CRDHhilite property
  5488. /CRDHuncheck menuitem command
  5489. 0CRDHunhilite command
  5490. 1CRDHunitrate property
  5491. Hilite CommandPROP
  5492. popupnum
  5493. 53bkgd
  5494.     data
  5495. Hilite CommandTAIL
  5496. +T+TXT
  5497. hilite <button> | <shape> | bitmap | 
  5498.      [row <number> of] {<pickList> | <dataSheet>}
  5499. bitmap |ADDD
  5500. E+TXT
  5501. The hilite command sets the hilite property of the specified object or its parts to true, visually highlighting the object.TAIL
  5502. E+TXT
  5503. Create two buttons, "b1" and "b2".  Set their autoHilite property to false and their style property to gray.  Add the following handler to "b1": 
  5504. on mouseUp
  5505.   hilite me
  5506.   unhilite button "b2"
  5507. end mouseUp
  5508. Add the following handler to "b2":
  5509. on mouseUp
  5510.   hilite me
  5511.   unhilite button "b1"
  5512. end mouseUp
  5513. Whenever one button is clicked, it is highlighted and the other button is unhighlighted.
  5514. To highlight a row of a pickList, use a command such as:
  5515. hilite row 1 of lst 1
  5516. PURE+TXT
  5517. /data
  5518. Applies to bitmaps, 
  5519. PURE>LST
  5520. MOCELL10
  5521. Hilite Propertyperty
  5522. Unhilite Commandmand
  5523. AutoHilite Propertyerty
  5524. HilitedRows FunctionPROP
  5525. popupnum
  5526. 19bkgd
  5527.     data
  5528. HilitedRows FunctionTAIL
  5529. +T+TXT
  5530. hilitedRows of <pickList | dataSheet>ADDD
  5531. The hili+TXT
  5532. The hilitedRows function returns a comma-separated list of numbers that correspond to the highlighted (selected) rows.  Hiliting rows in a pickList is slightly different from selecting rows or columns in a dataSheet, because highlighted rows stay highlighted if the user clicks outside the object. 
  5533. The hilitedRows function is most often used to determine which items in a pickList or dataSheet have been selected by the user.  
  5534. Create a+TXT
  5535. Create a new pickList named 
  5536. Furniture" and populate it by entering the following line in the Message Box and pressing Enter:
  5537. put "sofa" & return & "chair" & return & 
  5538.   "table" & return  & "bed" into pickList "Furniture"
  5539. Now create a new button and put the following handler into its script:
  5540. on mouseUp
  5541.   put the hilitedRows of lst "Furniture" into order
  5542.   if order is empty then
  5543.     put "No furniture was ordered."
  5544.   else
  5545.     put "You ordered the following: " into reply
  5546.     repeat with i=1 to the number of items in order
  5547.       put (row (item i of order) of lst 
  5548.          "Furniture") " after reply
  5549.       put " " into the last character of reply 
  5550.     -- replaces the carriage return 
  5551.             -- with a space
  5552.     end repeat
  5553.     put reply
  5554.   end if
  5555. end mouseUp
  5556. Switch to Browse mode and select one or more pieces of furniture from the list.  Click on the button; a dialog box confirming your order appears.TAIL
  5557. Applies +TXT
  5558. /data
  5559. Applies to datasheets, picklists
  5560. MOCELL10>LST
  5561. MOCELL10
  5562. There are no related topics
  5563. CRDHthis special container
  5564. #CRDHtitlebar property
  5565. (CRDHtrace command
  5566. HiliteColor PropertyPROP
  5567. popupnum
  5568. 53bkgd
  5569.     data
  5570. HiliteColor PropertyTAIL
  5571. +T+TXT
  5572. set the hiliteColor of <shape> to <color>ADDD
  5573. The hili+TXT
  5574. The hiliteColor property sets the second color used for patterns. <color> can be any number corresponding to the 256 supported colors, or one of the sixteen color names; see  on page . 
  5575. When you select a shape, Oracle Media Objects displays the hiliteColor in the rightmost palette, labeled H, of the toolbar.TAIL
  5576. plies +TXT
  5577. /data
  5578. Applies to shapes
  5579. MOCELL10>LST
  5580. MOCELL10
  5581. Hilite Propertyperty
  5582. ID PropertyPROP
  5583. popupnum
  5584. 54bkgd
  5585.     data
  5586. ID PropertyTAIL
  5587. T+TXT
  5588. the [long | short] id of <object>ADDD
  5589. E+TXT
  5590. The ID property is the unique number identifier that Oracle Media Objects. automatically assigns to objects.  
  5591. The ID number assigned to an object can be seen by double
  5592. clicking on the desired object (other then the stack, background or card); by selecting the object and then choosing Info from the Object menu; or by using the set command. 
  5593. Notes:
  5594. The ID property of a stack changes between sessions.
  5595. Object IDs are guaranteed to be unique within a card or background, but they can be duplicated between a card and background or across cards in the same stack.TAIL
  5596. PURE+TXT
  5597. Open or create a stack that contains three cards.  Type the following in the Message Box and press Enter:
  5598. put the long ID of this card 
  5599. A result such as card id 4164 of stack "YourStack.STA" is returned into the Message Box.
  5600. put the short ID of card 3 
  5601. A result such as 2901 is returned into the Message Box.TAIL
  5602. PURE+TXT
  5603. /data
  5604. Applies to all objects, backgrounds, cards
  5605. E>LST
  5606. MOCELL10
  5607. There are no related topics
  5608. CRDHhilitedrows function
  5609. CRDHhypertext message
  5610. CRDHicon property
  5611. HyperText MessagePROP
  5612. popupnum
  5613. 16bkgd
  5614.     data
  5615. HyperText MessageTAIL
  5616. +T+TXT
  5617. on hyperText <text>
  5618. end hyperTextADDD
  5619. E+TXT
  5620. The hyperText message is sent when the user holds down the Alt key on Windows (the Option key on Macintosh) in a field and double-clicks on text.  The message is sent regardless of the state of the lockText property.
  5621. The purpose of the hyperText handler is to allow you to create links between ideas or pieces of information.  For example, the hyperText handler lets you dynamically define terms that the user might not understand.  You can also use hyperText to link cards.
  5622. The <text> parameter of the hyperText message stores the word that was double-clicked. 
  5623. It is recommended that you indicate to the user which words or phrases have associated hyperText links by displaying them in a different font, color, or style.TAIL
  5624. PURE+TXT
  5625. Put the following handler in a field containing the text 
  5626. HyperText is a form of multimedia."
  5627. on hyperText SomeWord 
  5628.   if "HyperText" is in SomeWord then 
  5629.     put "a widely-known aspect of Hypermedia." 
  5630.   else if "multimedia" is in SomeWord then 
  5631.     put "the use of several perspectives 
  5632.       to present an  idea." 
  5633.   else put SomeWord && "not found in 
  5634.      my vocabulary." 
  5635. end hyperText  
  5636. Try Alt-double-clicking on different words in the field.TAIL
  5637. PURE+TXT
  5638. /data
  5639. Sent to fieldsTAIL
  5640. PURE>LST
  5641. MOCELL10
  5642. MouseUp Messagesage
  5643. MouseDown Messagesage
  5644. Icon PropertyPROP
  5645. popupnum
  5646. 55bkgd
  5647.     data
  5648. Icon PropertyTAIL
  5649. +T+TXT
  5650. set the icon of <button> to <designator>ADDD
  5651. The icon+TXT
  5652. The icon property is the ID number of an Icon resource.  It determines which icon is used for a button. 
  5653. Normally when you create a button, you also select its icon; however, it is also possible to change this icon afterward using a script. 
  5654. To change the icon property of a button, use the set command.  You can determine a button's icon property by referring to the Icon resource by name, if one exists, or by number.  If a button does not have an icon, its icon property is 0.
  5655. You can change the icon property of a button by clicking on the Icon button in a button's Info dialog box.  A dialog box that displays the available icons appears.  When the user clicks on an icon to select it, the icon's ID appears in the upper left corner of the dialog box. 
  5656. Notes:
  5657. If you use the put command with the icon property, you will retrieve the number of the icon, not the name. You cannot retrieve an icon name.TAIL
  5658. Create t+TXT
  5659. Create two buttons and name them 
  5660. test" and 
  5661. test2".  Select an icon for the 
  5662. test" button, but don't choose an icon for the 
  5663. test2" button. Type the following in the Message Box and press Enter: 
  5664. set the icon of button "test" to the icon of button "test2"TAIL
  5665. Applies +TXT
  5666. /data
  5667. Applies to buttons 
  5668. MOCELL10>LST
  5669. MOCELL10
  5670. There are no related topics
  5671. Libraries FunctionPROP
  5672. popupnum
  5673. 21bkgd
  5674.     data
  5675. Libraries FunctionTAIL
  5676. +T+TXT
  5677. the libraries
  5678. libraries()ADDD
  5679. PURE+TXT
  5680. The libraries function returns a return-delimited list of all currently active library stacks.  The libraries function cannot be set by the user.TAIL
  5681. PURE+TXT
  5682. Create a field and name it "Libs".  Now, enter the following statement into the message box to see a list of the currently active library stacks:
  5683. put the libraries into field "Libs"TAIL
  5684. PURE+TXT
  5685. /data
  5686. Applies to global
  5687. PURE>LST
  5688. MOCELL10
  5689. Release Library Commandmand
  5690. Library Command Command
  5691. Idle MessagePROP
  5692. popupnum
  5693. 17bkgd
  5694.     data
  5695. Idle MessageTAIL
  5696. on idle
  5697. end idleADDD
  5698. RE+TXT
  5699. The idle message is sent continuously to the current card when Oracle Media Objects is in Browse mode and not executing a script.TAIL
  5700. PURE+TXT
  5701. on idle 
  5702.   put the time into background field "time"
  5703. end idleTAIL
  5704. PURE+TXT
  5705. /data
  5706. Sent to the current cardTAIL
  5707. PURE>LST
  5708. MOCELL10
  5709. There are no related topics
  5710. CRDHidle message
  5711. CRDHif control statement
  5712. CRDHimport  command
  5713. 'INFO
  5714. And OperatorPROP
  5715. popupnum
  5716. 6bkgd
  5717.     data
  5718. And OperatorTAIL
  5719. <boolean_expression> and 
  5720.      <boolean_expression>ADDD
  5721. And is a+TXT
  5722. And is a logical operator: it compares two boolean expressions and returns a boolean value.
  5723. And returns true if both conditions evaluate to true.  Otherwise, if either or both conditions evaluate to false, the and operator returns false.TAIL
  5724. Create a+TXT
  5725. Create a button with the following script: 
  5726. on mouseUp 
  5727.   put 10 into num1 
  5728.   put 20 into num2 
  5729.   if num1 = 10 and num2 = 20 then beep 
  5730. end mouseUp
  5731. Now click on the button.  The computer beeps because both conditions are true.
  5732. The following statements evaluate to true.  If you type them in the Message Box and press Enter after each, Oracle Media Objects returns the value true.
  5733. true and true
  5734. true and 10=10
  5735. 3>2 and 1<100
  5736. true and (true and (true and true))
  5737. The following statements evaluate to false.  If you type them in the Message Box and press Enter after each, Oracle Media Objects returns the value false.
  5738. true and false
  5739. false and false
  5740. (2+3=1) and (2+3=5)
  5741. true and (true and (true and false))TAIL
  5742. MOCELL10>LST
  5743. MOCELL10
  5744. Or  Operatortorratorrera
  5745. Not OperatorOperator
  5746. Left PropertyPROP
  5747. popupnum
  5748. 60bkgd
  5749.     data
  5750. Left PropertyTAIL
  5751. +T+TXT
  5752. set the left of {<object> | {card | cd} 
  5753.       <window>} to <number>ADDD
  5754. The left+TXT
  5755. The left property of an object is the position of the left side of an object, measured in pixels, from the left side of the card window.  The left property of a card window is the position of the left side of the card window, measured in pixels, from the left side of the Oracle Media Objects window.
  5756. You can use the left property to determine or change the value of item 1 of the rectangle property (left, top, right, bottom). 
  5757. Changing the left property does not change the size of the object, but moves all four coordinates.
  5758. Notes:
  5759. The left property of an object can also be set to a value off the card.  Setting the left property to a value off the card makes the object seem as though it is hidden.TAIL
  5760. set the +TXT
  5761. set the left of button id 1 to 34 
  5762. Applies +TXT
  5763. /data
  5764. Applies to all objects, backgrounds, cards, card windows, message box, toolbar
  5765. MOCELL10>LST
  5766. MOCELL10
  5767. Bottom Propertyperty
  5768. BottomRight Propertyerty
  5769. Rectangle Propertyerty
  5770. Right Propertyoperty
  5771. Top Propertyerty
  5772. TopLeft Propertyerty
  5773. Info PropertyPROP
  5774. popupnum
  5775. 56bkgd
  5776.     data
  5777. Info PropertyTAIL
  5778. +T+TXT
  5779. set the info of {col | column} <number1> 
  5780.     to <number2> of  <dataSheet | pickList | 
  5781.     dataSheet | chart> to <string>ADDD
  5782. The info+TXT
  5783. The info property of a dataSheet or pickList or dataSheet column stores user-defined information.  Info can store any character string of up to 255 characters; the default value is a blank string.
  5784. The info property does not affect any standard attributes of a dataSheet or pickList or a dataSheet.
  5785. Notes:
  5786. The info property is provided to give dataSheet and pickList or dataSheet columns custom property-like functionality.  Custom properties cannot normally be defined for dataSheet and pickList or dataSheet columns.TAIL
  5787.  can +TXT
  5788. You can use the info property to store a variety of useful information.  For example, you might use it to indicate when data in a column was last modified.
  5789. Add the following handler to a pickList object:
  5790. on CloseCell changeRow, changeCol
  5791.   set the info of col changeCol of me to 
  5792.   the short date
  5793. end CloseCellTAIL
  5794. es +TXT
  5795. /data
  5796. Applies to dataSheet or dataSheet columns, pickList columns
  5797. MOCELL10
  5798. There are no related topics
  5799. InkColor PropertyPROP
  5800. popupnum
  5801. 57bkgd
  5802.     data
  5803. InkColor PropertyTAIL
  5804. +T+TXT
  5805. set the inkColor of <bitmap> to <color>ADDD
  5806. The inkC+TXT
  5807. The inkColor property determines the foreground color of a bitmap object or graphic.  
  5808. The range for colors is identified by numbers from 0 to 255.  In addition, 16 colors can be referred to by name.  See the textColor property.
  5809. When you select a bitmap object, Oracle Media Objects displays the foreground color in the toolbar palette labeled F.
  5810. When setting the inkColor property, you can use a number or a named color constant for the <color> parameter.  However, the value of the inkColor property is always returned as a number.  
  5811. Notes:
  5812. When you're working with bitmap objects or graphics, setting the inkColor property has the same result as setting foreColor.  The inkColor property is similar to the Macintosh toolbox property opColor.TAIL
  5813. Create an oval bitmap and name it 
  5814. color".  Type the following lines in the Message Box and press Enter after each:  
  5815. the inkColor of bmp "color" 
  5816. This returns the current color of the bitmap's border.
  5817. set the inkColor of bitmap "color" to 194
  5818. This sets the color of the bitmap's foreground to aquamarine.TAIL
  5819. pplies +TXT
  5820. /data
  5821. Applies to bitmaps
  5822. MOCELL10>LST
  5823. MOCELL10
  5824. BackColor  Propertyrty
  5825. ForeColor  Propertyrty
  5826. InkEffect  Propertyrty
  5827. LineSize  Propertyrty
  5828. TextColor Propertyerty
  5829. CRDHinkcolor property
  5830. CRDHinkeffect  property
  5831. CRDHinsert leg command
  5832. InkEffect  PropertyPROP
  5833. popupnum
  5834. 58bkgd
  5835.     data
  5836. InkEffect  PropertyTAIL
  5837. +T+TXT
  5838. set the inkEffect of <bitmap> to 
  5839.      {none | dataSheet |  | chartblend | 
  5840.      transparent | invert | darker | lighter | add | 
  5841.      subtract}
  5842. E+TXT
  5843. The inkEffect property of a dataSheet or bitmap lets you specify how a bitmap is drawn with respect to its background.  (If you are a Macintosh developer, you may know ink effects as "transfer modes.")
  5844. Because the results of the ink effects are determined mathematically, it may be difficult to predict these results unless you understand how colors work on the Macintosh.  For an explanation, see the Oracle Media Objects User's Guide.
  5845. Notes:
  5846. For Windows, you cannot use auto
  5847. align bitmaps with ink effects.
  5848. The following list specifies each ink effect, its corresponding Macintosh transfer mode, and the result.  These ink effects work on a pixel by pixel basis.  Note that you can also specify an ink effect using its Macintosh transfer mode name.
  5849. Ink effect:  Transparent
  5850. Macintosh transfer mode:  Transparent
  5851. What it does:  The transparent ink effect compares the colors in the bitmap to the color specified on the inkColor property.  It then makes everything in the bitmap that matches the inkColor transparent, so that other objects are visible through those portions of the selected bitmap.
  5852. Ink effect:  Blend
  5853. Macintosh transfer mode:  Blend
  5854. What it does:  Draws the bitmap so that it is a blend of its original color and the color of the background. 
  5855. Blend uses the inkColor property to determine what percentage of the bitmap's color it should combine with what percentage of the background color.  The resulting color is actually a combination of that percentage of the bitmap's color and the inverse percentage of the background's color.
  5856. Ink effect:  Add
  5857. Macintosh transfer mode:  Addpin
  5858. What it does:  Creates a new color by adding together the numerical color component values of the bitmap and of the background.  
  5859. You can set a maximum color limit on the resulting color using the inkColor property.  So, if the value of the resulting color exceeds that of the inkColor, the result will match the inkColor.
  5860. Ink effect:  Subtract
  5861. Macintosh transfer mode:  Subpin
  5862. What it does:  Creates a new color by subtracting the numerical color component values of the bitmap from that of the background.  
  5863. You can set a minimum color limit on the resulting color using the inkColor property.  So, if the value of the resulting color drops below that of the inkColor, the result will match the inkColor
  5864. Ink effect:  Invert
  5865. Macintosh transfer mode:  Notcopy
  5866. What it does:  Creates a new color by subtracting the numerical color component values of the bitmap from that of the background.  
  5867. You can set a minimum color limit on the resulting color using the inkColor property.  So, if the value of the resulting color drops below that of the inkColor, the result will match the inkColor
  5868. Ink effect:  Lighter
  5869. Macintosh transfer mode:  Addmax
  5870. What it does:  Compares the numerical color component values of the bitmap with those of the background.  It then chooses the lighter of each, and displays the resulting bitmap in the combination of lighter colors
  5871. Ink effect:  Darker
  5872. Macintosh transfer mode:  Addmin
  5873. What it does:  Same as lighter, only it chooses the darker of the color component valuesTAIL
  5874. PURE+TXT
  5875. /data
  5876. Applies to bitmaps (Macintosh only)
  5877. PURE>LST
  5878. MOCELL10
  5879. InkColor Propertyerty
  5880. Insert Leg CommandPROP
  5881. popupnum
  5882. 55bkgd
  5883.     data
  5884. Insert Leg CommandTAIL
  5885. +T+TXT
  5886. For paths:
  5887. insert leg <number> into <path> 
  5888.     [with <startPoint | endPoint> <x,y>]ADDD
  5889. The inse+TXT
  5890. The insert leg command creates a new leg and moves all existing legs "forward" in the path.  For example, if you insert leg 3, then the existing leg 3 becomes leg 4, leg 4 becomes leg 5, etc.  The startpoint of the (number+1) leg, if it exists, is then automatically set to be the endpoint of the new leg number.  There must be at least number-1 existing legs, otherwise an error is raised. 
  5891. When adding a leg to a path, one point is always determined by the point of insertion, since the leg will be connected to another existing leg, leaving one point to be optionally specified by the developer.
  5892. The new leg has as its startpoint the endpoint of the (number-1) leg and uses the optionally specified endpoint, or else selects the midpoint of the former leg number as its default endPoint.  To specify the endpoint, rather than accepting the default you would type:
  5893. insert leg <number> into <path> with endPoint <x,y>
  5894. where the leg number is greater than 1.
  5895. If you are inserting a new leg number 1, then  the endPoint is determined by the startPoint of the old leg 1, now leg 2, and you have the option of specifying the startPoint:
  5896. insert leg 1 into <path> with startPoint <x,y>TAIL
  5897. Applies +TXT
  5898. /data
  5899. Applies to paths
  5900. MOCELL10>LST
  5901. MOCELL10
  5902. Delete {row/col} Commandand
  5903. Insert {row/col} CommandPROP
  5904. popupnum
  5905. 56bkgd
  5906.     data
  5907. Insert {row/col} CommandTAIL
  5908. +T+TXT
  5909. For pickLists and dataSheets:
  5910. insert {row | col} <number> [to <number2>] 
  5911.    into <dataSheet | pickList | dataSheet>
  5912. For pick+TXT
  5913. For pickLists and dataSheets, the insert command inserts a new, blank row or column into an existing pickList or a dataSheet, moving all subsequent rows or columns after the inserted one.  In addition, multiple rows or columns can be inserted at once.  To clarify, if you're inserting a new second row or column, the old second row or column is pushed down or right, respectively.
  5914. If the user is inserting a single column or row, <number> identifies the column or row to be inserted.  If the user is inserting a range, <number> identifies the beginning of the range and <number2> identifies the end of the range.TAIL
  5915. pplies +TXT
  5916. /data
  5917. Applies to pickLists and dataSheets
  5918. MOCELL10>LST
  5919. MOCELL10
  5920. Delete {row/col} Commandmand
  5921. Ln FunctionPROP
  5922. popupnum
  5923. 23bkgd
  5924.     data
  5925. Ln FunctionTAIL
  5926. T+TXT
  5927. the ln of <number>
  5928. ln(<number>)ADDD
  5929. The ln function returns the base-e (natural) logarithm of a number.TAIL
  5930. PURE+TXT
  5931. Type the following statement in the Message Box and press Enter: 
  5932. ln (2) 
  5933. 0.693147 is returned.TAIL
  5934. PURE>LST
  5935. MOCELL10
  5936. Ln1 Functiontion 
  5937. Exp2 Functionion
  5938. CRDHis [not] in operator
  5939. CRDHis [not] within
  5940. CRDHis not operator
  5941. CRDHid property
  5942. CRDHinfo property
  5943. CRDHinsert {row/col} command
  5944. CRDHsqrt function
  5945. CRDHstackspace function
  5946. CRDHstart command
  5947. CRDHscroll command
  5948. CRDHscroll message
  5949. CRDHscroll property
  5950. CRDHshowlines property
  5951. CRDHsize property
  5952. CRDHsoundfile  property
  5953. fINFO
  5954. Param FunctionPROP
  5955. popupnum
  5956. 42bkgd
  5957.     data
  5958. Param FunctionTAIL
  5959. +T+TXT
  5960. the param of <param_number>
  5961. param(<param_number>)ADDD
  5962. The para+TXT
  5963. The param function is used to return the parameter values associated with the message or function call that invoked the current handler or function.  For example, you can use param to return the mouseUp parameters in a pickList handler or the parameters passed by a doMenu message.
  5964. The <param_number> is the numeric value that specifies which parameter value to locate.  Param(0) returns the name of the handler or function, param(1) returns the first value after this name, and so on.TAIL
  5965. eate a+TXT
  5966. Create a button and name it 
  5967. Param".  Put the following handler into the button script:
  5968. on mouseUp 
  5969.   paramtest "A", "B", "C" 
  5970. end mouseUp 
  5971. on paramtest p1, p2, p3 
  5972.   put param(1)  
  5973. end paramtest
  5974. Now return to Browse mode and click on the "Param button".  "A" appears in the Message Box.TAIL
  5975. MOCELL10>LST
  5976. MOCELL10
  5977. ParamCount Functiontion
  5978. Params Functiontion  
  5979. )CRDHtransparentize command
  5980. *CRDHtrunc function
  5981. +CRDHtype command
  5982. CRDHsizebox property
  5983. CRDHsnaptogrid property
  5984. CRDHsort command
  5985. CRDHshowname  property
  5986. CRDHshowpict property
  5987. CRDHsin function
  5988. IsPlaying  PropertyPROP
  5989. popupnum
  5990. 59bkgd
  5991.     data
  5992. IsPlaying  PropertyTAIL
  5993. +T+TXT
  5994. the isPlaying of <object>ADDD
  5995. IsPlayin+TXT
  5996. IsPlaying is a read-only property that indicates whether or not a sound, path, or movie is currently playing.  If a sound, path, or movie is playing, isPlaying returns true.  IsPlaying will return false if a sound, path, or movie is paused, stopped, or if the playback is finished.TAIL
  5997. e a+TXT
  5998. Create a button named 
  5999. skip" and type the following handler into its script:
  6000. on mouseUp
  6001.   if the isPlaying of mov 1 then
  6002.     set the units of mov 1 to seconds
  6003.     seek mov 1 to 20
  6004.   end if
  6005. end mouseUpTAIL
  6006. es +TXT
  6007. /data
  6008. Applies to movies, paths, sounds 
  6009. MOCELL10>LST
  6010. MOCELL10
  6011. There are no related topics
  6012. CRDHisplaying  property
  6013. CRDHit special container
  6014. CRDHitem text chunk
  6015. CRDHshiftkey function
  6016. CRDHshow <object>  command
  6017. CRDHshow {screen elements}  command
  6018. CRDHseek  command
  6019. CRDHselectedline function
  6020. CRDHsend farther command
  6021. CRDHset command
  6022. CRDHsetrandomseed  command
  6023. CRDHsetupmenus message
  6024. $INFO
  6025. Member Chunk ExpressionPROP
  6026. popupnum
  6027. 7bkgd
  6028.     data
  6029. Member Chunk ExpressionTAIL
  6030. member <integer> of <group>ADDD
  6031. PURE+TXT
  6032. The member chunk returns the reference of a particular member of the specified group.  It is synonymous with line <integer> of the members of <group>.
  6033. The member chunk is read-only; you cannot put an object reference into member <integer>.
  6034. PURE+TXT
  6035. Create a new card with three buttons and a group.  Type the following in the Message Box and press Enter:
  6036. set the members of group 1 to "button 1" & 
  6037.      return & "button 2" & return & "button 3"
  6038. Then type the following lines in the Message Box and press Enter after each:
  6039. line 2 of the members of group 1
  6040. member 2 of group 1
  6041. Notice that the result is the same for both statements.
  6042. PURE+TXT
  6043. /data
  6044. Applies to groupsTAIL
  6045. PURE>LST
  6046. MOCELL10
  6047. Members Property
  6048. Item Text ChunkPROP
  6049. popupnum
  6050. 5bkgd
  6051.     data
  6052. Item Text ChunkTAIL
  6053. ++TXT
  6054. item <integer1> [to <integer2>] 
  6055.      {of | in} <expression>
  6056. the <ordinal> item {of | in} <expression>ADDD
  6057. The item+TXT
  6058. The item text chunk yields a substring of an expression by extracting a specified item or range of items from the expression.  Items are delimited by commas and include all punctuation between the delimiters, as well as returns.
  6059. The expression can be any valid text string, including a container reference, a property reference, a function that returns text, a literal string, or a combination of these.
  6060. Notes:
  6061. As with all chunk expressions, you can specify chunks of chunks, as in the following example:
  6062. item 4 of line 1 of field "coordinates"
  6063. You can also specify ranges of chunks, as in the following example: 
  6064. item 3 to 4 of the rectangle of button "ClickMe"
  6065. You can use text chunk expressions with tabular chunk expressions by enclosing the tabular chunk expression in parentheses, as in the following example:
  6066. put item 1 of (row 2 of pickList 3)
  6067. Attention:  You can use a combination of text and tabular chunk expressions to retrieve values, but not to insert values into containers.  TAIL
  6068.  foll+TXT
  6069. The following list demonstrates various item text chunk expressions and the values they return.  For the examples, assume these conditions:
  6070. put "1,2,3,4,5" into my_variable
  6071. put "I like peas, carrots, and broccoli" into field 1
  6072. Expression:  item 1 of "red,green,blue"
  6073. Result:  red
  6074. Expression:  item 2 to 3 in "red,green,blue"
  6075. Result:  green,blue
  6076. Expression:  char 1 to 3 of item 2 of "red,green,blue"
  6077. Result:  gre
  6078. Expression:  item 1 to 4 of my_variable
  6079. Result:  1,2,3,4
  6080. Expression:  the last item in card field 1
  6081. Result:  and broccoli
  6082. Expression:  the first item of cd fld 1
  6083. Result:  I like peasTAIL
  6084. 10>LST
  6085. MOCELL10
  6086. Character Text Chunk topics
  6087. Line Text Chunk
  6088. Word Text Chunk
  6089. 4INFO
  6090. MouseEnter MessagePROP
  6091. popupnum
  6092. 21bkgd
  6093.     data
  6094. MouseEnter MessageTAIL
  6095. +T+TXT
  6096. on mouseEnter 
  6097. end mouseEnterADDD
  6098. PURE+TXT
  6099. The mouseEnter message is sent to the top nonhidden object whose rectangle encompasses the mouse pointer's location.  MouseEnter is only sent to a bitmap when the mouse pointer enters a nonwhite painted area of the object. 
  6100. Notes:
  6101. It is not necessary for the mouse button to be pressed for the message to be sent. 
  6102. The mouseEnter message is not issued when the user is entering something into a field.  In this case, all movements of the mouse and all keystrokes are processed directly by Oracle Media Objects.TAIL
  6103. PURE+TXT
  6104. Create a field and put the following handler into its script:
  6105. on mouseEnter 
  6106.   put hello into message box
  6107. end mouseEnter
  6108. When you move the pointer within the boundaries of the field, the word "hello" appears in the Message Box.TAIL
  6109. PURE+TXT
  6110. /data
  6111. Sent to all objects except the palette, sound, path, and timerTAIL
  6112. PURE>LST
  6113. MOCELL10
  6114. LockText Propertyerty
  6115. MouseLeave Messagesage
  6116. MouseLoc Functiontion
  6117. MouseWithin Messagesage
  6118. Rectangle Propertyerty
  6119. 1INFO
  6120. MouseClick FunctionPROP
  6121. popupnum
  6122. 33bkgd
  6123.     data
  6124. MouseClick FunctionTAIL
  6125. +T+TXT
  6126. the mouseClick 
  6127. mouseClick()ADDD
  6128. URE+TXT
  6129. The mouseClick function indicates whether the mouse has been clicked and released.  If the mouse has been clicked, the result is true; otherwise, the result is false.TAIL
  6130. PURE+TXT
  6131. Create a button and name it 
  6132. Test".  Put the following script into button 
  6133. Test":
  6134. on mouseUp
  6135.   repeat until the mouseClick is true 
  6136.     beep 
  6137.   end repeat 
  6138. end mouseUp
  6139. When the button is clicked, the beep sounds until the mouse is pressed again.TAIL
  6140. PURE>LST
  6141. MOCELL10
  6142. Click At Commandd
  6143. ClickLoc Functiontion
  6144. MouseV Functiononon
  6145. MouseDown Messagesage
  6146. MouseUp Messagesage  
  6147. Length FunctionPROP
  6148. popupnum
  6149. 20bkgd
  6150.     data
  6151. Length FunctionTAIL
  6152. +T+TXT
  6153. the length of <container | string> 
  6154. length (<expression>)ADDD
  6155. PURE+TXT
  6156. The length function counts the number of text characters in a specific source.  Oracle Media Objects recognizes the following as text characters: letters, digits, symbols, spaces, returns, and tabs.TAIL
  6157. PURE+TXT
  6158. The length function can be used to validate text entered into a field.  Create a field and put the following handler into its script:
  6159. on closeField 
  6160.   if the length of me is < 5 then 
  6161.  answer "Warning: The data you entered is 
  6162.      too short."
  6163. end closeField  
  6164. Type three characters in the field and then click outside the field.  The dialog box appears.TAIL
  6165. PURE>LST
  6166. MOCELL10
  6167. There are no related topics
  6168.     INFO
  6169. Library CommandPROP
  6170. popupnum
  6171. 57bkgd
  6172.     data
  6173. Library CommandTAIL
  6174. +T+TXT
  6175. library <stack>ADDD
  6176. URE+TXT
  6177. The library command allows an Oracle Media Objects stack to obtain resources such as scripts and preprogrammed objects from another stack.  Two major advantages of using a library stack are the ease of maintenance and potential space-saving capability.  For example, you can store complicated scripts in separate stacks, which are available for use from other applications.  This way, commonly-used or lengthy scripts need not be included in every application, and can be maintained at a central location.
  6178. The library command inserts the stack script of the libraried stack into the message-passing hierarchy between the already libraried stacks and the currently open stack.
  6179. The number of library stacks you create is limited only by the amount of space you have available.TAIL
  6180. PURE+TXT
  6181. To use a library stack called 
  6182. mylib.sta", type the following command into the Message Box and press Enter: 
  6183. library "mylib.sta" 
  6184. If you no longer need resources from "mylib.sta," type the following into the Message Box and press Enter:
  6185. release library "mylib.sta"
  6186. This command cancels the current link to the specified library stack.TAIL
  6187. PURE>LST
  6188. MOCELL10
  6189. Release Library Commandmand 
  6190. LibraryStack Messagesage
  6191. Libraries Functiontion
  6192. LinePattern  PropertyPROP
  6193. popupnum
  6194. 61bkgd
  6195.     data
  6196. LinePattern  PropertyTAIL
  6197. +T+TXT
  6198. set the linePattern of <shape | chart> 
  6199.      to <patternNumber>ADDD
  6200. URE+TXT
  6201. The linePattern property determines the pattern that is used in drawing the outline of a shape object.  There are 40 line patterns available in Oracle Media Objects.  You can view the patterns in the Painting or Authoring mode under the Pattern palette on the Paint toolbar.  The default pattern is 12 (solid black).  The patterns are numbered horizontally from the top left corner (number 1) to the bottom right corner (40) of the Pattern palette.
  6202. Notes:
  6203. To change the fill pattern, use the pattern property.TAIL
  6204. PURE+TXT
  6205. Create a shape object using a thick diagonal line and name it "diag".  Type the following lines into the Message Box and press Enter after each:
  6206. the linePattern of shape "diag"
  6207. This returns the current line pattern.
  6208. set the linePattern of shape "diag" to 3
  6209. This sets the line pattern of the diagonal line to polka dots.TAIL
  6210. PURE+TXT
  6211. /data
  6212. Applies to shapes
  6213. PURE>LST
  6214. MOCELL10
  6215. LineSize  Propertyrty
  6216. Pattern Propertyperty
  6217. 4CRDHunlock messages command
  6218. 5CRDHunlock screen command
  6219. 6CRDHuntrace command
  6220. Line Text ChunkPROP
  6221. popupnum
  6222. 6bkgd
  6223.     data
  6224. Line Text ChunkTAIL
  6225. ++TXT
  6226. line <integer1> [to <integer2>] 
  6227.      {of | in} <expression> the <ordinal> line 
  6228.      {of | in} <expression>ADDD
  6229. PURE+TXT
  6230. The line chunk yields a substring of an expression by extracting a specified line or lines from the expression.  Lines are delimited by returns.
  6231. The expression can be any valid text string, including a container reference, a property reference, a function that returns text, a literal string, or a combination of these.
  6232. Notes:
  6233. You can specify ranges of cells, the following example:
  6234. line 1 to 2 of field "Inventory"
  6235. You can use text chunk expressions with tabular chunk expressions by  enclosing the tabular chunk expression in parentheses, as in the following example:
  6236. put line 1 of (row 1 of pickList 3)
  6237. As with all chunk expressions, you can specify chunks of chunks.
  6238. Attention:  You can use a combination of text and tabular chunk expressions to retrieve values, but not to insert values into containers.  TAIL
  6239. PURE+TXT
  6240. The following examples demonstrate various line text chunk expressions and the values that they return.  For the examples, assume these conditions:
  6241. put "red" & return & "green" & return & "blue" 
  6242.    into my_variable
  6243. Expression:  line 1 of "Hello"
  6244. Result:  Hello
  6245. Expression:  line 2 to 3 of my_variable
  6246. Result:  green
  6247.              blue
  6248. Expression:  char 1 to 3 of line 2 of my_variable
  6249. Result:  gre
  6250. Expression:  the last line in my_variable
  6251. Result:  blueTAIL
  6252. E>LST
  6253. MOCELL10
  6254. Character Text Chunkhunk
  6255. Item Text Chunkhunk
  6256. Word Text Chunkhunk
  6257. Set CommandPROP
  6258. popupnum
  6259. 89bkgd
  6260.     data
  6261. Set CommandTAIL
  6262. T+TXT
  6263. set the <propertyName> [of <object>] to <value>ADDD
  6264. URE+TXT
  6265. The set command changes the value of the specified property of an object.  Properties can be standard, custom, or global.
  6266. The set command is used to change a property value, and the complementary get command retrieves the current value of a property. 
  6267. Notes:
  6268. Always use the set command to assign a value to a property.  The put command cannot be used to assign a value to a property because properties are not containers.TAIL
  6269. PURE+TXT
  6270. Type the following line into the Message Box and press Enter: 
  6271. set the autosave to 5TAIL
  6272. PURE>LST
  6273. MOCELL10
  6274. Get Commandmand  
  6275. LineSize  PropertyPROP
  6276. popupnum
  6277. 62bkgd
  6278.     data
  6279. LineSize  PropertyTAIL
  6280. +T+TXT
  6281. set the lineSize [of <shape | chart>] to <integer>ADDD
  6282. For shapes, the lineSize property determines the line thickness that is used to create the outline of a an oval, rect, or round rect shape, display elements of a chart, or paint on a card, background, or bitmap.  The global lineSize value applies to graphics drawn using the painting tools.  
  6283. For global painting, lineSize determines the line thickness that is used to create the outline of a painted object.
  6284. Notes:
  6285. You can change the lineSize property graphically by double
  6286. clicking on the Line tool in the Shape Object Toolbar.TAIL
  6287. PURE+TXT
  6288. /data
  6289. Applies to shapes, global, paintingTAIL
  6290. PURE>LST
  6291. MOCELL10
  6292. ForeColor  Propertyrty
  6293. Location (Loc) PropertyPROP
  6294. popupnum
  6295. 64bkgd
  6296.     data
  6297. Location (Loc) PropertyTAIL
  6298. +T+TXT
  6299. set the loc[ation] of <object> to <x, y> 
  6300. The loca+TXT
  6301. The location property determines the position of an object on the screen. 
  6302. The object's position is measured in pixels and is expressed as an x, y screen coordinate where x and y are positive integers representing pixels.  For card windows and the toolbar, the coordinates correspond to the upper left corner of the object relative to the upper left corner of the screen.  For all other objects,  these coordinates correspond to the center of the object relative to the upper left corner of the card.   
  6303. Notes:
  6304. If you want to move a card on the screen, set the location property for the card window of the current stack, not the location of the card.TAIL
  6305. To change the location of the toolbar, type the following lines in the Message Box and press Enter after each: 
  6306. get the location of toolbar
  6307. add 100 to item 2 of it 
  6308. set the location of toolbar to it 
  6309. To return the toolbox to its original position, choose Reset Toolbar from the Navigation menu.  Some additional examples follow:
  6310. set loc of button "Total" to "100,150" 
  6311. set loc of bitmap id 3 to 100,250 
  6312. put the loc of the toolbar 
  6313. set the loc of card window to 50, 100TAIL
  6314. ies +TXT
  6315. /data
  6316. Applies to all objects, backgrounds, cards, card windows, message box, toolbar
  6317. MOCELL10>LST
  6318. MOCELL10
  6319. Bottom Propertyperty
  6320. BottomRight Propertyerty
  6321. Left Propertyrtyy
  6322. Rectangle Propertyerty
  6323. Right Propertyoperty
  6324. Show {screen elements}  
  6325. Top Propertyerty
  6326. TopLeft Propertyerty
  6327. Command
  6328. CRDHkeypressed message
  6329. CRDHlibrary command
  6330. CRDHlinesize  property
  6331. CRDHdo command
  6332. CRDHendpoints  property
  6333. CRDHforecolor  property
  6334. RCRDHhilitecolor property
  6335. CRDHis operator
  6336.  INFO
  6337. Add CommandSCRP
  6338. on openCard
  6339.   global gMediaTalkReference
  6340.   set the cursor to watch
  6341.   if gMediaTalkReference is "Commands" then
  6342.     set the globalRowNum of this stack to 1
  6343.     put "Commands" into bg fld "category" 
  6344.     put card fld "commands" of card "data" into bg lst "list" of bg "topic background" 
  6345.     set the alpha of this stack to false
  6346.     dehilite bg lst "list" 
  6347.     dehilite bg lst "category" 
  6348.     hilite row 2 of bg lst "category" of bg "topic background"
  6349.     set the vertical scrollline of bg lst "list" to 1
  6350.     hilite row 1 of bg lst "list"
  6351.   end if
  6352.   set the cursor to arrow 
  6353.   put empty into gMediaTalkReference
  6354. end openCard
  6355. popupnum
  6356. 1bkgd
  6357.     data
  6358. Add CommandTAIL
  6359. add <number> to <container>ADDD
  6360. The add command adds the value of <number> to the value in <container> and puts the total into <container>, replacing the previous value.  The value originally stored in <container> must be a number.TAIL
  6361. Create three fields and name them 
  6362. Price1", 
  6363. Price2", and 
  6364. Total".  Then create a button and give it the following script:
  6365. on mouseUp
  6366.   put field "Price1" into num1
  6367.   put field "Price2" into num2
  6368.   add num1 to num2
  6369.   put num2 into field "Total"
  6370. end mouseUp
  6371. Save the script.  Enter 10 in the field "Price1" and 15 in the field "Price2".  Click on the Browse tool and then click on the button.  
  6372. You can achieve the same result by replacing the fourth and fifth lines of the script with:
  6373. put num1 + num2 into field "Total"TAIL
  6374. MOCELL10
  6375. + (Plus) Operator
  6376. CRDHselectedobject function
  6377. CRDHselectedtext function
  6378. CRDHselection function
  6379. Local Variables PropertyPROP
  6380. popupnum
  6381. 63bkgd
  6382.     data
  6383. Local Variables PropertyTAIL
  6384. +T+TXT
  6385. the local variablesADDD
  6386. The loca+TXT
  6387. The local variables property returns a comma-delimited list of all currently active local variables.  This property is particularly useful in debugging scripts.  
  6388. When you enter the local variables property in the Message Box, Oracle Media Objects returns a list of all global variables, which are local to the domain of the Message Box.
  6389. The local variables property is read
  6390. only.TAIL
  6391. Applies +TXT
  6392. /data
  6393. Applies to global
  6394. MOCELL10>LST
  6395. MOCELL10
  6396. Global Variables Propertyerty
  6397. "INFO
  6398. MatchedRows FunctionPROP
  6399. popupnum
  6400. 27bkgd
  6401.     data
  6402. MatchedRows FunctionTAIL
  6403. +T+TXT
  6404. the matchedRows of <dataSheet> 
  6405.      where "condition"ADDD
  6406. Like the+TXT
  6407. Like the matchedCols function, matchedRows is a query function that returns a comma-delimited list of numbers that correspond to the rows of a dataSheet that satisfy the given constraints.  The constraints are specified using a string expression.  You can use several constraints joined by logical operators.  Each constraint must use the following format:
  6408. [not] <column> [= | > | < | etc.] valueTAIL
  6409. You can +TXT
  6410. You can use the matchedRows function to find matching data with spaces in it.  For example,
  6411. the matchedRows of dataSheet 1 where 
  6412.      "col 1 = " & QUOTE  & 
  6413. Hello World" 
  6414.       & QUOTE
  6415. matches a cell containing Hello World.
  6416. put the matchedRows of datasheet 
  6417.       
  6418. EmployeeSalaries" 
  6419.        where 
  6420. col 2 > Smith and col 5 > 32000" 
  6421.         into selectedRowVar 
  6422. Column 2 will be searched for values that are greater than Smith and column 5 will be searched for values greater than 32000.  The resulting string of matching row numbers will be put into the variable selectedRowVar.
  6423. Applies +TXT
  6424. /data
  6425. Applies to datasheets
  6426. CELL10>LST
  6427. MOCELL10
  6428. MatchedCols FunctiontionADDD
  6429. CRDHlocation (loc) property
  6430. CRDHlock messages command
  6431. CRDHlock screen command
  6432. Cos FunctionPROP
  6433. popupnum
  6434. 11bkgd
  6435.     data
  6436. Cos FunctionTAIL
  6437. cos (<angle>) 
  6438. the cos of <angle>ADDD
  6439. The cos +TXT
  6440. The cos function calculates the cosine of an angle in radians. 
  6441. Notes:
  6442. To calculate the cosine of an angle in degrees, multiply the angle by pi/180.TAIL
  6443. ype the+TXT
  6444. Type the following in the Message Box and press Enter to calculate the cosine of an angle of 60 degrees: 
  6445. cos(60 * PI/180) 
  6446. This example returns 0.5.TAIL
  6447. ELL10>LST
  6448. MOCELL10
  6449. There are no related topics
  6450. CRDHselect command
  6451. CRDHselectedchunk function
  6452. CRDHselectedfield function
  6453. CRDHscrollline  property
  6454. CRDHscrollposition property
  6455. CRDHseconds function
  6456. CRDHscreenrect function
  6457. CRDHscriptstyle property
  6458. CRDHscrollbar property
  6459. yINFO
  6460. PlayDirection  PropertyPROP
  6461. popupnum
  6462. 81bkgd
  6463.     data
  6464. PlayDirection  PropertyTAIL
  6465. +T+TXT
  6466. set the playDirection of <movie | path> 
  6467.     to <forward | backward>ADDD
  6468. The play+TXT
  6469. The playDirection property controls the direction in which the movie or path plays.  The value always reflects the current play state.  So, if the movie's playStyle is set to reverseOnReplay, the movie's playDirection will be backward on even-valued plays (of playNumber).TAIL
  6470. The foll+TXT
  6471. The following set of commands, when added to a handler, causes infinite palindrome playback.  (That is, playback forward to the end, then backward to the beginning, then forward, and so on.)
  6472. set the playDirection of path 1 to forward
  6473. set the playStyle of path 1 to reverseOnReplay
  6474. set the playForever of path 1 to true
  6475. To cause the same activity beginning in reverse
  6476. that is, playback backward to the beginning, then forward to the end, and so on
  6477. you would instead set the playDirection to backward.TAIL
  6478. pplies +TXT
  6479. /data
  6480. Applies to movies, paths
  6481. L10>LST
  6482. MOCELL10
  6483. PlayDirection  Propertyrty
  6484. PlayStyle  Propertyrty
  6485. PlayForever  PropertyrtyADDD
  6486. ScrollBar PropertyPROP
  6487. popupnum
  6488. 110bkgd
  6489.     data
  6490. ScrollBar PropertyTAIL
  6491. +TX+TXT
  6492. set the {horizontal|vertical} scrollBar 
  6493.      to <boolean>ADDD
  6494. The scro+TXT
  6495. The scrollBar property controls the activation and display of the horizontal or vertical scroll bar on a card. 
  6496. The visibility of each scroll bar can also be controlled using the  
  6497. hide  {horizontal|vertical} scrollbar 
  6498. show {horizontal|vertical} scrollbar 
  6499. commands.TAIL
  6500. Resize y+TXT
  6501. Resize your card so the horizontal and vertical scrollbars are visible. 
  6502. Type the following lines in the Message Box and press Enter after each: 
  6503. hide horizontal scrollbar
  6504. show vertical scrollbarTAIL
  6505. pplies +TXT
  6506. /data
  6507. Applies to card windows
  6508. LL10>LST
  6509. MOCELL10
  6510. ScrollFrame Propertyerty 
  6511. Hide {screen element}  C
  6512. ScrollLine  Propertyrty
  6513. Scrolling Propertyperty
  6514. ScrollBars Propertyerty
  6515. Show {screen elements}  @
  6516. ommand
  6517. Command
  6518. CRDHlockscreen property
  6519. CRDHlocktext property
  6520. CRDHlog2 function
  6521. ¥INFO
  6522. OpenBackground MessagePROP
  6523. popupnum
  6524. 30bkgd
  6525.     data
  6526. OpenBackground MessageTAIL
  6527. +T+TXT
  6528. on openBackground 
  6529. end openBackgroundADDD
  6530. The open+TXT
  6531. The openBackground system message is sent when the user navigates to a card that has a different background from that of the previous card.
  6532. The openBackground message can be used to initiate an action whenever a background is opened or created.  
  6533. Notes:
  6534. When a new background is created, the openBackground message is sent immediately before newBackground.  The openBackground message is not sent if the global property lockMessages is true.TAIL
  6535. a+TXT
  6536. Create a stack with two cards, each with a different background.  Go to the second card, create a background field called 
  6537. time", and put the following script into the card or background: 
  6538. on openBackground 
  6539.   put the long time into background field "time" 
  6540. end openBackground 
  6541. Now go to the first card's background, using the Previous option on the Navigation menu.  Type the following in the Message Box and press Enter:
  6542. go next backgroundTAIL
  6543. /data
  6544. Sent to the current cardTAIL
  6545. LL10>LST
  6546. MOCELL10
  6547. CloseBackground Messagesage
  6548. LockMessages Propertyerty 
  6549. CloseCard Messagesage
  6550. OpenCard Messagesage
  6551. OpenStack Messagesage
  6552. CloseStack Messagesage
  6553. ;INFO
  6554. Value FunctionPROP
  6555. popupnum
  6556. 66bkgd
  6557.     data
  6558. Value FunctionTAIL
  6559. +T+TXT
  6560. the value of <source expression> 
  6561. value(expression)ADDD
  6562. The valu+TXT
  6563. The value function calculates the value of a source.  The source can be any type of expression
  6564. numeric, logical, relational, or text string.TAIL
  6565. put the value of field "sum" 
  6566. Place the following handler in the script of a button. 
  6567. on mouseup 
  6568.   ask "Type an expression for me to evaluate:" 
  6569. with "2+2"
  6570.   answer "The answer is " & value(it) & "." 
  6571. end mouseupTAIL
  6572. LL10>LST
  6573. MOCELL10
  6574. There are no related topics
  6575. Scroll PropertyPROP
  6576. popupnum
  6577. 109bkgd
  6578.     data
  6579. Scroll PropertyTAIL
  6580. +TX+TXT
  6581. set the [horizontal | vertical] scroll of 
  6582.      card window to <x,y>ADDD
  6583. The scro+TXT
  6584. The scroll property determines how much material is hidden above the top border or before the top and left borders  of a window.  "Material" is measured in pixels.  If the first line of the window's contents is fully visible, the value of the scroll property is 1 ; thus, the value returned is always the number of pixel rows hidden plus 1.
  6585. The scroll property returns <x>, <y>, the horizontal option returns <x>, and the vertical option returns <y>.TAIL
  6586. Applies +TXT
  6587. /data
  6588. Applies to card windows
  6589. LL10>LST
  6590. MOCELL10
  6591. ScrollPosition Propertyerty
  6592. ScrollBars Propertyerty
  6593. ScrollFrame PropertyertyADDD
  6594. KeyPressed MessagePROP
  6595. popupnum
  6596. 18bkgd
  6597.     data
  6598. KeyPressed MessageTAIL
  6599. +T+TXT
  6600. on keyPressed <thecharacter>, <selectionstart>,
  6601.     <selectionend>
  6602. end keyPressedADDD
  6603. E+TXT
  6604. The keyPressed message is sent when a key is pressed in a field.  <thecharacter> is the key that is pressed.
  6605. If text in the field is selected, <selectionstart> is the position of the first character of the selection and <selectionend> is the position of the last character of the selection.  If you pass keyPressed, the selected text is replaced by the character typed.
  6606. When the user types while the selection point is blinking in a field (that is, there is no selection), <selectionstart> is the position of the character after the insertion point, and <selectionend> has a value that is one less than the value of <selectionstart>.  If you pass keyPressed, the character is inserted at the insertion point.
  6607. This message may be intercepted to implement custom validation.  Don't forget to use pass keyPressed, or what the user types will not appear.
  6608. Notes:
  6609. When determining character positions within a field, returns are counted as characters.TAIL
  6610. PURE+TXT
  6611. The following handler, placed in a field's script, intercepts the keyPressed message to restrict data entry into the field to the alphabetic characters (A-Z, a-z):
  6612. on keyPressed whichKey
  6613. -- check for A-Z (ASCII 65-90)
  6614.   if charToNum(whichKey) > 64 and 
  6615.         charToNum(whichKey) <  
  6616.          91 then pass keyPressed
  6617. -- check for a-z
  6618.   if charToNum(whichKey) > 96 and 
  6619.       charToNum(whichKey) < 
  6620.       123 then pass keyPressed
  6621. -- otherwise alert the user that a 
  6622.     non-alphabetic character was typed
  6623.   answer "You can only enter alphabetic 
  6624.       characters (A-Z, a-z) into this field"
  6625. end keyPressedTAIL
  6626. PURE+TXT
  6627. /data
  6628. Sent to fieldsTAIL
  6629. PURE>LST
  6630. MOCELL10
  6631. ReturnInField Messagesage
  6632. ArrowKey Messagesage
  6633. EnterInField Messagesage
  6634. FunctionKey Messagesage
  6635. OptionKey Functiontion
  6636. EnterInField MessagePROP
  6637. popupnum
  6638. 13bkgd
  6639.     data
  6640. EnterInField MessageTAIL
  6641. +T+TXT
  6642. on enterInField 
  6643. end enterInFieldADDD
  6644. E+TXT
  6645. This message is sent when the Enter key on the Macintosh or the Ctrl-Enter key combination on Windows is pressed while an insertion point or selection is in a field.  The enterInField message goes to the field that contains the insertion point or selection.  To check for the Enter key in a cross-platform fashion, use a returnInField handler.TAIL
  6646. PURE+TXT
  6647. /data
  6648. Sent to a fieldTAIL
  6649. PURE>LST
  6650. MOCELL10
  6651. ReturnInField Messagesage
  6652. Start CommandPROP
  6653. popupnum
  6654. 94bkgd
  6655.     data
  6656. Start CommandTAIL
  6657. +T+TXT
  6658. start <timer> [expire in <number> 
  6659.      [milliseconds | ticks | seconds]]ADDD
  6660. The star+TXT
  6661. The start command tells a timer to go off after a specified amount of  time.  You can start a timer in one of two modes:  single fire or multi-fire.
  6662. In single fire mode, the timer goes off once, at the time you specify, using the default timerExpired message.  To start a timer in single fire mode, just use the start command with the expire option.   The expire option tells Oracle Media Object to start the timer in single fire mode.
  6663. In multi-fire mode, the timer goes off as many times as you specify on the messages property, and sends the corresponding message(s) that you also specify on that property.
  6664. To start a timer in multi-fire mode, take the following steps:
  6665. 1.  Using the messages property, specify the time intervals at which the timer should go off, and the corresponding messages that should be sent.
  6666. 2.  Start the timer using the start command without the expire option.  Note that using the expire option overrides the settings on the messages property (that you set in Step 1, above) and starts the timer in single fire mode.
  6667. Notes:
  6668. If you start a timer in single fire mode, any settings on the messages property are ignored.
  6669. If you specify a unit of time (seconds, milliseconds, or ticks) on the start command, the unit of time set on the units property is ignored.TAIL
  6670. Create a+TXT
  6671. Create a new timer named Buzzer and a button named 
  6672. StartTimer". Place the following handler into the button's script:
  6673. on mouseUp
  6674.   start timer "Buzzer" expire in 300 ticks
  6675. end mouseUp
  6676. Place the following handler into the script of the timer:
  6677. on timerExpired
  6678.   beep
  6679.   put "Your time is up!"
  6680. end timerExpiredTAIL
  6681. plies +TXT
  6682. /data
  6683. Applies to timers
  6684. MOCELL10>LST
  6685. MOCELL10
  6686. Stop  Commandand
  6687. TimerExpired Messagesage
  6688. Messages Propertyertyy
  6689. UnitRate Propertyerty
  6690. Units Propertyerty
  6691. ScrollFrame PropertyPROP
  6692. popupnum
  6693. 112bkgd
  6694.     data
  6695. ScrollFrame PropertyTAIL
  6696. +TX+TXT
  6697. set the scrollframe to <boolean>ADDD
  6698. RE+TXT
  6699. The scrollFrame property reflects whether your card window has a scroll frame (scrollbars and size box).  A false value means that the window does not have scrollbars and a size box.  ScrollFrame is true if any of the scrollbars (horizontal or vertical) or the sizebox are true.
  6700. Notes:
  6701. The scrollbars and size box can be controlled separately through the scrollbars and sizebox properties, respectively.TAIL
  6702. PURE+TXT
  6703. /data
  6704. Applies to card windows
  6705. PURE>LST
  6706. MOCELL10
  6707. ScrollPosition Propertyerty
  6708. ScrollBars Propertyerty
  6709. SizeBox Propertyerty  
  6710. Scrolling PropertyPROP
  6711. popupnum
  6712. 116bkgd
  6713.     data
  6714. Scrolling PropertyTAIL
  6715. +TX+TXT
  6716. For dataSheets and pickLists and dataSheets:
  6717. set the {horizontal | vertical} scrolling 
  6718.      of <dataSheet | pickList | dataSheet> 
  6719.      to <boolean>
  6720. For fields:
  6721. set the scrolling of <field> to <boolean>ADDD
  6722. PURE+TXT
  6723. The scrolling property determines whether the horizontal or vertical scrollbar of a dataSheet or pickList or dataSheet, or the vertical scrollbar of a field is visible.
  6724. For pickLists and dataSheets, the default value for  horizontal scrolling is false and the default value for vertical scrolling is true.
  6725. For fields, the default value for scrolling is false.TAIL
  6726. URE+TXT
  6727. The following are valid uses of the scrolling property:
  6728. set the vertical scrolling of lst 1 to false
  6729. set the horizontal scrolling of lst 
  6730.    "Laundry List" to 
  6731.   (not the horizontal scrolling of lst "Laundry 
  6732.   List")TAIL
  6733. PURE+TXT
  6734. /data
  6735. Applies to datasheets, fields, pickLists
  6736. URE>LST
  6737. MOCELL10
  6738. ScrollLimit Propertyerty
  6739. DataScroll Propertyerty
  6740. ScrollLine  Propertyrty
  6741. Enable MenuItem CommandPROP
  6742. popupnum
  6743. 47bkgd
  6744.     data
  6745. Enable MenuItem CommandTAIL
  6746. +T+TXT
  6747. enable menuItem <item> of 
  6748.      [menu<submenu_name> of] menu 
  6749.      <menu_name>ADDD
  6750. PURE+TXT
  6751. The enable menuitem command makes the specified menu item selectable by the user.  The enable menuitem command applies only to user-defined menus.
  6752. Notes:
  6753. You cannot modify anything on the existing File or Edit menus.TAIL
  6754. URE+TXT
  6755. You cannot modify anything on the existing File or Edit menus.
  6756. enable menuItem "Umber" of menu "Colors"
  6757. RE>LST
  6758. MOCELL10
  6759. Disable MenuItem Commandmand
  6760. ScrollBars PropertyPROP
  6761. popupnum
  6762. 111bkgd
  6763.     data
  6764. ScrollBars PropertyTAIL
  6765. +TX+TXT
  6766. set the scrollBars to <boolean>ADDD
  6767. URE+TXT
  6768. The scrollBars property controls the activation and display of the horizontal and vertical scroll bars on a card. 
  6769. The visibility of the scroll bars can also be controlled using the hide scrollbars or show scrollbars commands.TAIL
  6770. PURE+TXT
  6771. Resizing your card will make the horizontal and vertical scrollbars visible.
  6772. After resizing your card, type the following lines in the Message Box and press Enter after each: 
  6773. hide scrollbars
  6774. show scrollbarsTAIL
  6775. PURE+TXT
  6776. /data
  6777. Applies to card windows
  6778. PURE>LST
  6779. MOCELL10
  6780. ScrollFrame Propertyerty 
  6781. Hide {screen element}  C
  6782. ScrollLine  Propertyrty
  6783. Scrolling Propertyperty
  6784. ScrollBars Propertyrty 
  6785. Show {screen elements}  @
  6786. ommand
  6787. Command
  6788. ScrollLine  PropertyPROP
  6789. popupnum
  6790. 114bkgd
  6791.     data
  6792. ScrollLine  PropertyTAIL
  6793. +TX+TXT
  6794. For fields:
  6795. set the scrollLine of <field> to <number> 
  6796. For dataSheets and pickLists:
  6797. set the {horizontal | vertical} scrollLine 
  6798.      of <dataSheet | pickList |
  6799.      dataSheet> to <number>ADDD
  6800. PURE+TXT
  6801. For fields, the scrollLine property determines which line is currently displayed at the top of the visible field object. 
  6802. This property is similar to the scrollPosition property except that scrollLine refers to lines rather than pixels and will scroll only until the bottom line of the field is fully visible.
  6803. For pickLists and dataSheets, horizontal scrollLine determines which column is displays at the leftmost edge of the object; vertical scrollLine determines which row displays at the top of the object.
  6804. Notes:
  6805. For pickLists and dataSheets, if the horizontal scrollLine property is set to an invisible column, Oracle Media Objects automatically resets it to a visible column.TAIL
  6806. /data
  6807. Applies to datasheets, fields, picklists
  6808. URE>LST
  6809. MOCELL10
  6810. ScrollPosition Propertyerty
  6811. ScrollPosition PropertyPROP
  6812. popupnum
  6813. 115bkgd
  6814.     data
  6815. ScrollPosition PropertyTAIL
  6816. +TX+TXT
  6817. For fields:
  6818. set the scrollPosition of <field> to <integer>
  6819. For dataSheets and pickLists:
  6820. set the (horizontal | vertical) scrollPosition 
  6821.      of <datasheet | pickList> to <integer>ADDD
  6822. The scro+TXT
  6823. The scrollPosition property determines how much material is hidden above the top border of a field or before the top and left borders of a scrolling object's rectangle.  "Material" is measured in pixels.  If the first line of the object's contents is fully visible, the value of the scrollPosition property is 1 ; thus, the value returned is always the number of pixel rows hidden plus 1.TAIL
  6824. You can +TXT
  6825. You can visually determine how much material is hidden outside of an object's rectangle by clicking or dragging in the appropriate scroll bar. 
  6826. set the scrollPosition of field "comments" to 0
  6827. put the scrollPosition of field "comments" div the  
  6828.   textheight of field "comments"TAIL
  6829. plies +TXT
  6830. /data
  6831. Applies to datasheets, fields, picklists
  6832. L10>LST
  6833. MOCELL10
  6834. TextHeight Propertyerty  
  6835. Scroll Propertyrtyperty
  6836. ScrollLine  Propertyrty
  6837. ScrollBars Propertyerty
  6838. ScrollFrame Propertyerty
  6839. Scrolling Propertyerty
  6840. ScrollLimit PropertyertyADDD
  6841. Seconds FunctionPROP
  6842. popupnum
  6843. 49bkgd
  6844.     data
  6845. Seconds FunctionTAIL
  6846. +T+TXT
  6847. the seconds
  6848. seconds()ADDD
  6849. The seco+TXT
  6850. The seconds function returns an integer showing the number of seconds that have elapsed since Midnight, January 1, 1904. 
  6851. This seconds function can be used to obtain the amount of time that has elapsed in seconds between the starting and ending time of an event. 
  6852. Notes:
  6853. The seconds command can be abbreviated secs.TAIL
  6854. Type the+TXT
  6855. Type the following into the Message Box and press Enter: 
  6856. put the seconds into starttime
  6857. Wait a few seconds.  Then type the following lines into the Message Box and press Enter after each: 
  6858. put the secs into endtime 
  6859. put endtime - starttime into msg 
  6860. The number of seconds you waited will appear in the Message Box.TAIL
  6861. MOCELL10>LST
  6862. MOCELL10
  6863. Ticks Functiontion
  6864. BusyCursor Propertyerty
  6865. Wait Commandmand  
  6866. Seek  CommandPROP
  6867. popupnum
  6868. 86bkgd
  6869.     data
  6870. Seek  CommandTAIL
  6871. +T+TXT
  6872. seek <movie | path | sound> to <number>ADDD
  6873. For path+TXT
  6874. For paths, the seek command moves the animation to the unit specified by <number>.  <number> is relative to the playStart property, and can't be greater than playDuration.
  6875. For sounds, the seek command repositions the sound to a specified position relative to playStart.  <number> is expressed in units, and can't be greater than playDuration.
  6876. For movies, the seek command repositions the sound and animation to a specified position relative to playStart.  <number> is expressed in units, and can't be greater than playDuration.
  6877. Notes:
  6878. If you use the seek command while the path is not animating, the object will move to the position specified by the seek command.  If you then execute an animate along command, the object will begin animating from the beginning of the path, not from the seek position that you specified.TAIL
  6879. te a+TXT
  6880. Create a button 
  6881. Play" and type the following into the script:
  6882. on mouseUp
  6883.   prepare mov 1
  6884.   play mov 1
  6885. end mouseUp
  6886. Create another button 'Seek" and type the following into the script:
  6887. on mouseUp
  6888.   set the units of mov 1 to seconds
  6889.   seek mov 1 to 20
  6890. end mouseUp
  6891. Now, click on the "Play" button to start the movie.  As soon as the movie begins, you can click on the "Seek" button to reposition the sound and animation to 20 seconds into the movie.TAIL
  6892. Applies +TXT
  6893. /data
  6894. Applies to movies, paths, sounds
  6895. MOCELL10>LST
  6896. MOCELL10
  6897. PlayDuration  Propertyrty
  6898. PlayStart  Propertyrty
  6899. Units Propertyerty
  6900. FINFO
  6901. WideMargins PropertyPROP
  6902. popupnum
  6903. 145bkgd
  6904.     data
  6905. WideMargins PropertyTAIL
  6906. +TX+TXT
  6907. set the wideMargins of <object> to <boolean>ADDD
  6908. PURE+TXT
  6909. The wideMargins property adds extra space to the width of the left, right, and top margins of a field, and to the rows of a pickList or dataSheet, and cells in a dataSheet. TAIL
  6910. PURE+TXT
  6911. Create a field named 
  6912. Test".  Type the text 
  6913. this is a test" into the field, and type the following into the Message Box:
  6914. set the wideMargins of field "Test" to trueTAIL
  6915. PURE+TXT
  6916. /data
  6917. Applies to datasheets, fields, pickLists
  6918. URE>LST
  6919. MOCELL10
  6920. There are no related topics
  6921. SelectedChunk FunctionPROP
  6922. popupnum
  6923. 50bkgd
  6924.     data
  6925. SelectedChunk FunctionTAIL
  6926. +T+TXT
  6927. the selectedChunk 
  6928. selectedChunk()ADDD
  6929. The sele+TXT
  6930. The selectedChunk() function returns a reference to the currently selected text in the form:
  6931. char <number> to <number> of <card | bg> 
  6932.      field <id#> 
  6933. If no text is selected, selectedChunk returns the position of the insertion point in a card or background field, or empty if no insertion point is placed. 
  6934. You can return the actual selected text using either the selection function or the value of the selectedChunk.TAIL
  6935. eate a+TXT
  6936. Create a field and type the following line into it: 
  6937. The weather has been very disappointing as of late. 
  6938. Create a button and name it "Selector".  Add the following handler to the button's script: 
  6939. on mouseUp 
  6940.   put the selectedChunk 
  6941. end mouseUp 
  6942. Now, select the word weather and click on the button.  To obtain the actual selection, change your handler to read: 
  6943. on mouseUp 
  6944.   put the value of the selectedChunk 
  6945. end mouseUpTAIL
  6946. MOCELL10>LST
  6947. MOCELL10
  6948. SelectedField Functiontion
  6949. SelectedLine Functiontion
  6950. SelectedText Functiontion
  6951. Selection Functiontion 
  6952. SelectedField FunctionPROP
  6953. popupnum
  6954. 51bkgd
  6955.     data
  6956. SelectedField FunctionTAIL
  6957. +T+TXT
  6958. the selectedField
  6959. selectedField()ADDD
  6960. The sele+TXT
  6961. The selectedField() function returns the field in which the currently selected text is contained.  SelectedField returns the value in the following format: 
  6962. <card | bkgnd> <field> <number> 
  6963. If no text is selected and the insertion point is not blinking in a field, selectedField returns empty.TAIL
  6964.  foll+TXT
  6965. The following handler, placed in a card script, selects everything in a selected field when Shift-Enter is pressed: 
  6966. on returnInField 
  6967.   if the shiftKey is down then 
  6968.     select text of the selectedField 
  6969.   else pass returnInField 
  6970. end returnInFieldTAIL
  6971. 10>LST
  6972. MOCELL10
  6973. SelectedChunk Functiontion
  6974. SelectedLine Functiontion
  6975. SelectedText Functiontion
  6976. Selection Functiontion 
  6977. SelectedLine FunctionPROP
  6978. popupnum
  6979. 52bkgd
  6980.     data
  6981. SelectedLine FunctionTAIL
  6982. +T+TXT
  6983. the selectedLine
  6984. selectedLine()ADDD
  6985. The selectedLine() function returns the line and field of the currently selected text.  SelectedLine returns the value in the following format: 
  6986. line <number> of <card | bkgnd> 
  6987.      <field> <number>TAIL
  6988. PURE>LST
  6989. MOCELL10
  6990. SelectedChunk Functiontion
  6991. SelectedField Functiontion
  6992. SelectedText Functiontion
  6993. Selection Functiontion 
  6994. SelectedObject FunctionPROP
  6995. popupnum
  6996. 53bkgd
  6997.     data
  6998. SelectedObject FunctionTAIL
  6999. +T+TXT
  7000. the selectedObject
  7001. selectedObject()ADDD
  7002. The sele+TXT
  7003. The selectedObject function returns the reference of the currently selected object, if any.
  7004. In edit mode, the selected object is identified by the dotted "marching ants".  In Browse mode, the selected object is the field or dataSheet that contains the insertion point, or is empty if no insertion point is placed.
  7005. Notes:
  7006. Do not confuse the selectedObject function with the selectedField function.  The selectedField function returns the name of the field that contains the currently selected text. The selectedObject function returns the reference of the object selected in edit mode.TAIL
  7007. a +TXT
  7008. Place a field, a bitmap, or other random objects on a card.  Create a button called "Select Object" and place the following handler into its script:
  7009. on mouseUp
  7010.   ask "Select which object?"
  7011.   put it into theobject
  7012.   do "select cd " & theobject
  7013.   put the selectedObject into msg
  7014.   choose browse tool
  7015. end mouseUp
  7016. Click on the button and enter "field 1" or "bitmap 1" or any other object on the card.  The above example puts the reference of the selected object into the Message Box.TAIL
  7017. MOCELL10>LST
  7018. MOCELL10
  7019. SelectedChunk Functiontion
  7020. SelectedField Functiontion
  7021. SelectedLine Functiontion
  7022. SelectedText Functiontion
  7023. Selection Functiontion 
  7024. SelectedText FunctionPROP
  7025. popupnum
  7026. 54bkgd
  7027.     data
  7028. SelectedText FunctionTAIL
  7029. +T+TXT
  7030. the selectedText
  7031. selectedText()ADDD
  7032. The selectedText function returns the currently selected text, or empty if no text is selected.  SelectedText produces the same result as the selection or the value of the selectedChunk. 
  7033. Notes:
  7034. This function does not apply to dataSheets.TAIL
  7035. PURE+TXT
  7036. Create a field and type the following line into it: 
  7037. The delivery date has been changed.
  7038. Create a button and name it "Selector".  Add the following handler to the button's script: 
  7039. on mouseUp 
  7040.   put the selectedText 
  7041. end mouseUp 
  7042. Now, select the word "delivery" and click on the button.TAIL
  7043. PURE>LST
  7044. MOCELL10
  7045. SelectedChunk Functiontion
  7046. SelectedField Functiontion
  7047. SelectedLine Functiontion
  7048. Selection Functiontion 
  7049. Selection FunctionPROP
  7050. popupnum
  7051. 55bkgd
  7052.     data
  7053. Selection FunctionTAIL
  7054. +T+TXT
  7055. the selection
  7056. selection()ADDD
  7057. The sele+TXT
  7058. The selection function returns the currently selected text, or empty if no text is selected.
  7059. Notes:
  7060. This function does not apply to dataSheets.TAIL
  7061. Try the +TXT
  7062. Try the example for selectedText, making the following substitution in the handler of the button: 
  7063. on mouseUp 
  7064.   put the selection 
  7065. end mouseUpTAIL
  7066. MOCELL10>LST
  7067. MOCELL10
  7068. SelectedChunk Functiontion
  7069. SelectedField Functiontion
  7070. SelectedLine Functiontion
  7071. SelectedText Functiontion 
  7072. LINFO
  7073. Within OperatorPROP
  7074. popupnum
  7075. 14bkgd
  7076.     data
  7077. Within OperatorTAIL
  7078. +T+TXT
  7079. <x,y> is within <rectangle>ADDD
  7080. PURE+TXT
  7081. The is within operator tests whether  the point <x,y> lies inside a rectangle.  It returns a Boolean value.
  7082. The is within operator can be used to implement the second half of 
  7083. drag" and 
  7084. drop."
  7085. PURE+TXT
  7086. Create a button and name it 
  7087. Drag".  Create another button and name it 
  7088. Drop".  Resize the 
  7089. Drop" button so the 
  7090. Drag" button fits inside it. 
  7091. on mouseDown
  7092.   repeat until the mouse is up
  7093.     set the location of me to the mouseloc
  7094.   end repeat
  7095.   if the mouseloc is within the rectangle of 
  7096.       button "Drop" then
  7097.     put "Object accepted"
  7098.   end if
  7099. end mouseDown
  7100. Now click on the "Drag" button.TAIL
  7101. PURE>LST
  7102. MOCELL10
  7103. There are no related topics
  7104. 1INFO
  7105. Ask File CommandPROP
  7106. popupnum
  7107. 11bkgd
  7108.     data
  7109. Ask File CommandTAIL
  7110. button +TXT
  7111. ask file <prompt> [for open] [of type <type>]
  7112. ask file <prompt> for save [with <default>]ADDD
  7113. PURE+TXT
  7114. The ask file command displays a standard "Open File" dialog box that lets the user select a filename from the operating system.  The user may either type the name of the file or select it from a scrolling list of files.  The <prompt> string is displayed in the title bar of the window. 
  7115. The <type> parameter specifies a file type that is automatically used as a filter for the display list (only files with extension <type> are displayed).  In Microsoft Windows, <type> represents a file extension and must have exactly three characters.  On the Macintosh, <type> represents a file type and must have exactly four characters.  If <type> is not specified, all files are listed. 
  7116. The full path name of the selected file is returned in it.
  7117. The ask file for save command displays a standard "Save File" dialog box that lets the user type in the name of a file.  The <default> parameter specifies the default name for the file.
  7118. Notes:
  7119. The ask file for open command does not actually open the selected file.  
  7120. The ask file for save command does not actually save the indicated file, nor does it verify that the specified name is valid.TAIL
  7121. PURE+TXT
  7122. The following button handler lets the user open a new stack.  If the user clicks on the Cancel button, a new stack is not opened.
  7123. on mouseUp
  7124.   if the platform is "Windows" then
  7125.     put "STA" into filetype
  7126.   else
  7127.     put "STAK" into filetype
  7128.   end if
  7129.   ask file "Select a stack to open:" for open of 
  7130.       type filetype
  7131.   if it is not empty then go to stack it
  7132. end mouseUp
  7133. Example 2:
  7134. The following function reads the first line of a text file.  If the user clicks on the Cancel button, the function returns the string 
  7135. No file selected."
  7136. function read_line_from_file
  7137.   ask file "Select a text file:" for open of 
  7138.         type "WRI"
  7139.  put it into file_name
  7140.   if file_name is not empty then
  7141.     open file file_name
  7142.     read from file file_name until return
  7143.     put it into the_line
  7144.     close file file_name
  7145.     return the_line
  7146.   else
  7147.     return "No file selected."
  7148.   end if
  7149. end read_line_from_fileTAIL
  7150. PURE+TXT
  7151. /data
  7152. Applies to global
  7153. PURE>LST
  7154. MOCELL10
  7155. Read From File Commandmand
  7156. Write To File Commandmand
  7157. Open File Commandwith] <
  7158. Close File Commandmand
  7159. SetUpMenus MessagePROP
  7160. popupnum
  7161. 43bkgd
  7162.     data
  7163. SetUpMenus MessageTAIL
  7164. +T+TXT
  7165. on setUpMenus
  7166. end setUpMenusADDD
  7167. PURE+TXT
  7168. The setUpMenus message is generated when the user pulls down an  Oracle Media Objects menu.  With a setUpMenus handler, the developer can dynamically change the appearance or contents of a user-defined menu. 
  7169. Notes:
  7170. Excessive use of the setUpMenus message may lead to menu performance degradation.
  7171. Quotes are stripped out of custom menus and menu items.TAIL
  7172. PURE+TXT
  7173. This example demonstrates how to create a dynamic menu that lists all of the objects on the current card.  When an object is selected from the menu, the script editing window of the object is invoked.
  7174. create menu "Objects"
  7175. Then, add the following handlers to the stack script:
  7176. on setUpMenus
  7177.   global g_current_card
  7178.   if g_current_card is not the reference of 
  7179. this card then
  7180.     put empty into the_Objects
  7181.     repeat with i = 1 to the number of objects 
  7182. in this card
  7183.       put (the short name of object i) & return 
  7184. after the_Objects
  7185.     end repeat
  7186.     set the menuItems of menu "Objects" to 
  7187.  the_Objects
  7188.     put the reference of this card into 
  7189.  g_current_card
  7190.   end if
  7191. end setUpMenus
  7192. on doMenu menu_item, menu_name
  7193.   if menu_name is "Objects" then
  7194.     do "edit script of object" && quote 
  7195. & menu_item & quote
  7196.   end if
  7197.   pass doMenu
  7198. end doMenuTAIL
  7199. PURE+TXT
  7200. /data
  7201. Sent to the current cardTAIL
  7202. PURE>LST
  7203. MOCELL10
  7204. Create Commandommandmman
  7205. Create Card Commanddmman
  7206. Cut Commandmand
  7207. Delete Card  CommandmandADDD
  7208. SystemVolume  PropertyPROP
  7209. popupnum
  7210. 129bkgd
  7211.     data
  7212. SystemVolume  PropertyTAIL
  7213. +TX+TXT
  7214. set the systemVolume to <integer>ADDD
  7215. E+TXT
  7216. The systemVolume property sets the absolute volume; the sound object's playVolume property sets the volume relative to the value of systemVolume.
  7217. The default value of systemVolume is 50.TAIL
  7218. E+TXT
  7219. The following example illustrates the relationship between the systemVolume and playVolume properties:
  7220. set the systemVolume to 50
  7221. set the playVolume of snd 1 to 50
  7222. The result is that sound 1 will play at 25% of the full volume.TAIL
  7223. PURE+TXT
  7224. /data
  7225. Applies to global
  7226. PURE>LST
  7227. MOCELL10
  7228. PlayVolume  PropertyertyADDD
  7229. MINFO
  7230. Word Text ChunkPROP
  7231. popupnum
  7232. 9bkgd
  7233.     data
  7234. Word Text ChunkTAIL
  7235. ++TXT
  7236. word <integer> [to <integer2>] 
  7237.      {of | in} <expression> the <ordinal> word 
  7238.      {of | in} <expression>ADDD
  7239. PURE+TXT
  7240. The word chunk yields a substring of an expression by extracting a specified word or range of words from the expression.  Words are delimited by spaces, returns, or tabs; they include all punctuation between these delimiters.
  7241. The <expression> can be any valid text string, including a container reference, a property reference, a function that returns text, a literal string, or a combination of these.
  7242. Notes:
  7243. You can specify chunks of chunks as in
  7244. word 2 of line 3 of field "Inventory"
  7245. You can also specify ranges using chunks, as in
  7246. word 3 to 5 of field "Names"
  7247. You can use text chunk expressions with tabular chunk expressions by enclosing the tabular chunk expression within parentheses as in the following example:
  7248. put word 1 of (column 1 of pickList 3)
  7249. Attention:  You can use a combination of text and tabular chunk expressions to retrieve values, but not to insert values into containers.  TAIL
  7250. URE+TXT
  7251. The following examples demonstrates various chunk expressions and the values that they return.  For the examples, assume these conditions:
  7252. put "1 2 3 4 5" into my_variable
  7253. put "I like peas, carrots, and broccoli" into field 1
  7254. Expression:  word 1 of "red green blue"
  7255. Result:  red
  7256. Expression:  word 2 to 3 in "red, green, blue" 
  7257. Result:  green, blue
  7258. Expression:  word 1 of "red,green,blue" 
  7259. Result:  red,green,blue
  7260. Expression:  char 1 to 3 of word 2 of "red green blue"
  7261. Result:  gre
  7262. Expression:  word 1 to 4 of my_variable
  7263. Result:  1 2 3 4
  7264. Expression:  the last word in field 1
  7265. Result:  broccoli
  7266. Expression:  the first word of fld 1
  7267. Result:  ITAIL
  7268. URE>LST
  7269. MOCELL10
  7270. Character Text Chunkhunk
  7271. Item Text Chunkhunk
  7272. Line Text Chunkhunk
  7273. Show <object>  CommandPROP
  7274. popupnum
  7275. 91bkgd
  7276.     data
  7277. Show <object>  CommandTAIL
  7278. +T+TXT
  7279. show <object> [at <x,y>]ADDD
  7280. The show+TXT
  7281. The show command displays hidden objects.  It makes the visible property of an object true, thereby bringing that object into view. 
  7282. <x,y> specifies the distance from the upper-left corner of the card window to the center of any <object>.TAIL
  7283. Create a+TXT
  7284. Create a field called 
  7285. ghost".  Make sure that the borders are visible in Browse mode.  Then create a button with the following script: 
  7286. on mouseUp 
  7287.   hide field "ghost" 
  7288.   wait 2 seconds 
  7289.   show field "ghost" 
  7290. end mouseUpTAIL
  7291. MOCELL10>LST
  7292. MOCELL10
  7293. Hide {screen element}  Command
  7294. Location (Loc) Property
  7295. Visible Propertye  PropeADDD
  7296. 0INFO
  7297. Uncheck MenuItem CommandPROP
  7298. popupnum
  7299. 101bkgd
  7300.     data
  7301. Uncheck MenuItem CommandTAIL
  7302. +TX+TXT
  7303. uncheck menuItem <item> 
  7304.      [of menu <submenu_name>] 
  7305.      of menu <menu_name>ADDD
  7306. RE+TXT
  7307. The uncheck menuItem command removes a check mark from the specified item of the indicated menu or submenu. 
  7308. Notes:
  7309. The uncheck menuItem command does not affect System menus, only user-defined menus.TAIL
  7310. PURE+TXT
  7311. Type the following into the Message Box and press Enter after each:
  7312. create menu "Colors"
  7313. add menuItem "Orange" to menu "Colors"
  7314. check menuItem "Orange" of menu "Colors"
  7315. To uncheck the menu item, type the following into the Message Box and press Enter:
  7316. uncheck menuItem "Orange" of menu "Colors"TAIL
  7317. URE+TXT
  7318. /data
  7319. Applies to menus
  7320. PURE>LST
  7321. MOCELL10
  7322. Disable MenuItem Commandmand
  7323. Enable MenuItem Commandmand
  7324. ShowLines PropertyPROP
  7325. popupnum
  7326. 118bkgd
  7327.     data
  7328. ShowLines PropertyTAIL
  7329. +TX+TXT
  7330. set the showLines of <field> to <boolean>ADDD
  7331. The show+TXT
  7332. The showLines property determines or changes whether the dotted lines that mark the border of text lines in a field are displayed. 
  7333. When the showLines property of a field is set to true, the lines are visible.  When the showLines property of a field is false, the lines are invisible.TAIL
  7334. Create a+TXT
  7335. Create a field called 
  7336. test" and select the word wrap option in its Info dialog box.  Enter data into the field such that the data spans more than one line.  
  7337. on mouseUp
  7338.   set the showLines of fld "test" to 
  7339.     (not the showLines of fld "test)
  7340. end mouseUp
  7341. Now click on the button to toggle the lines in the field on and off.TAIL
  7342. es +TXT
  7343. /data
  7344. Applies to fields 
  7345. MOCELL10>LST
  7346. MOCELL10
  7347. There are no related topics
  7348. ShowName  PropertyPROP
  7349. popupnum
  7350. 119bkgd
  7351.     data
  7352. ShowName  PropertyTAIL
  7353. +TX+TXT
  7354. set the showName of <object> to <boolean>ADDD
  7355. The show+TXT
  7356. The showName property determines whether the object's name
  7357. also referred to as its label
  7358. is displayed on the screen.  
  7359. When the showName property is set to true, the name is visible within the object.  If the showName property is set to false, the name is not visible.  
  7360. Using the Text menu, you can change the font, size, and style of an object's name.  Using the Text menu, you can also change the color of an object's label for all of these objects, except buttons, groups, and shapes.  To change the color of the label for buttons, groups, and shapes, use the foreColor property or the F palette on the toolbar. 
  7361. To set the name's justification for all of these objects, use the Align submenu under the Text menu.
  7362. The default display characteristics of names of the different objects are as follows:
  7363. Button names are displayed centered inside the button, or positioned beneath the button's icon if one has been selected.  
  7364. Field names are displayed in a bar at the top of the field.  The default value of showName for fields is false.
  7365. Bitmap names are displayed in a bar at the bottom of the bitmap. 
  7366. Shape names are centered within the shape. 
  7367. Movie names are centered in the bar at the bottom of the movie.
  7368. Group name position is always at the top left of the object.TAIL
  7369. Applies +TXT
  7370. /data
  7371. Applies to bitmaps, buttons, fields, groups, movies, shapescharts, 
  7372. MOCELL10>LST
  7373. MOCELL10
  7374. ForeColor  Propertyrty 
  7375. ShowName  Propertyy
  7376. TextStyle Propertyty
  7377. TextColor Propertyerty
  7378. TextFont Propertyerty
  7379. TextStyle Propertyerty
  7380. TextSize Propertyerty
  7381. ShowPict PropertyPROP
  7382. popupnum
  7383. 120bkgd
  7384.     data
  7385. ShowPict PropertyTAIL
  7386. +TX+TXT
  7387. set the showPict of <card | background> 
  7388.      to <boolean>ADDD
  7389. The show+TXT
  7390. The showPict property determines whether a card or background picture is visible.  Setting this property to true has the same effect as the show <card | background> picture command.  Setting the showPict to false has the same effect as the hide command.TAIL
  7391. You can +TXT
  7392. You can use the showPict property to alternately cover or expose part of the painting on the background.  Switch to background editing mode, select the Painting tool and create some graphics on the background.  Then switch to card editing mode, select the Painting tool and create a filled rectangle that covers some of the background graphics.  Create a new button named "Cover/Uncover" and put the following handler into its script:
  7393. on mouseUp
  7394.   set the showPict of this card to 
  7395.     (not the showPict of this card)
  7396. end mouseUp
  7397. Switch to Browse mode and click on the button several times to alternately hide and show the rectangle on the card, thus covering and uncovering the region of graphics on the background.TAIL
  7398. Applies +TXT
  7399. /data
  7400. Applies to cards, backgrounds 
  7401. MOCELL10>LST
  7402. MOCELL10
  7403. Hide <object> Command}  
  7404. Show <object>  Command CADDD
  7405. HINFO
  7406. WindowColor PropertyPROP
  7407. popupnum
  7408. 147bkgd
  7409.     data
  7410. WindowColor PropertyTAIL
  7411. +TX+TXT
  7412. set the windowColor to <color>ADDD
  7413. PURE+TXT
  7414. The windowColor property changes the color of the unused pixels on a screen.  For example, if your screen is 800 pixels wide by 600 pixels high, and your card is only 512 pixels wide by 342 pixels high, windowColor changes the color of the area surrounding your card.  
  7415. The range for colors is identified by numbers from 0 to 255.  In addition, 16 colors can be referred to by name.  See  on page . 
  7416. Notes:
  7417. To see the windowColor, you must set fullscreen to true.TAIL
  7418. PURE+TXT
  7419. Create a new card.  For Windows, maximize the card by clicking the maximize button on right side of the card's title bar.  Now type the following line in the Message Box and press Enter:
  7420. set the centeredWindow to true
  7421. This will place the card in center of the current window.  Next type the following in the Message Box and press Enter:
  7422. set the windowColor to blue 
  7423. set fullscreen to trueTAIL
  7424. PURE+TXT
  7425. /data
  7426. Applies to card windows 
  7427. URE>LST
  7428. MOCELL10
  7429. CenteredWindow Propertyerty
  7430. Size PropertyPROP
  7431. popupnum
  7432. 121bkgd
  7433.     data
  7434. Size PropertyTAIL
  7435. +TX+TXT
  7436. the size of {this stack | stack "<pathname>"}ADDD
  7437. PURE+TXT
  7438. NOT AVAILABLE IN THE PLAYER
  7439. The size function returns the stack size in bytes.  The stack size changes as objects and data are added and deleted.  Size can also be reduced by freeSize bytes using the compact stack command.TAIL
  7440. PURE+TXT
  7441. Type the following into the Message Box and press Enter: 
  7442. the size of this stackTAIL
  7443. PURE+TXT
  7444. /data
  7445. Applies to global
  7446. PURE>LST
  7447. MOCELL10
  7448. Compact Stack Commandmand
  7449. FreeSize Propertyerty
  7450. :INFO
  7451. MouseUp MessagePROP
  7452. popupnum
  7453. 24bkgd
  7454.     data
  7455. MouseUp MessageTAIL
  7456. +T+TXT
  7457. For bitmaps:
  7458. on mouseUp [<pixelColor>]
  7459. end mouseUp
  7460. For dataSheets and charts, pickLists, dataSheets:
  7461. on mouseUp [<row> [,<col>]]
  7462. end mouseUp
  7463. For all other objects:
  7464. on mouseUp
  7465. end mouseUp
  7466. For locked text fields:
  7467. on mouseUp [<word> [, <wordnum>]]
  7468. end mouseUpADDD
  7469. The mous+TXT
  7470. The mouseUp message is sent to the top non hidden object under the mouse pointer when the mouse button is clicked and released.  If the mouse is clicked and released outside the physical dimensions of an object, a mouseUp message is sent to the card and then travels up the message hierarchy until it is handled. 
  7471. If the user clicks on a physical cell of a dataSheet or dataSheet or pickList, two parameters are sent with the mouseUp message identifying the row and column of the data that was clicked.  For chart objects, these parameters identify the cell whose values are associated with the selected bar, line, or pie wedge. 
  7472. For bitmap objects, the mouseUp message carries a parameter that describes the color of the pixel that was clicked on.  Bitmap objects do not receive a mouseUp message unless the mouse pointer is positioned over a painted, non white pixel. 
  7473. For fields, two parameters are sent with the mouseUp message.  The first parameter contains the text of the word that was clicked on.  The second parameter contains the position of that word in the field i.e., what number word it is.  To get the two parameters, the field's lockText must be set to true.
  7474. Notes:
  7475. The mouseUp message is not issued if the user places the insertion point or makes a selection in an unlocked field or dataSheet cell.  In this case, all movements of the mouse and all keystrokes are processed directly by Oracle Media Objects.TAIL
  7476. The foll+TXT
  7477. The following is a basic mouseUp handler that puts the word 
  7478. hello" into the Message Box.  Create a button with the following script: 
  7479. on mouseUp 
  7480.   put "hello" into msg 
  7481. end mouseUp 
  7482. The following handler in the script of a dataSheet returns the number of the selected row:
  7483. on mouseUp rowNum
  7484.   put rowNum
  7485. end mouseUpTAIL
  7486. Sent to +TXT
  7487. /data
  7488. Sent to all objects, except the palette, sound, path, and timerTAIL
  7489. MOCELL10>LST
  7490. MOCELL10
  7491. Click At Commandd
  7492. ClickLoc Functiontion
  7493. LockText Propertyerty
  7494. MouseClick Functiontion
  7495. MouseDown Messagesages  ADDD
  7496. Sort CommandPROP
  7497. popupnum
  7498. 93bkgd
  7499.     data
  7500. Sort CommandTAIL
  7501. sort <dataSheet> by {<row> | <column>} 
  7502.      [ascending | descending][as number]ADDD
  7503. RE+TXT
  7504. The sort command sorts the specified dataSheet by the row or column identified by <row | column>.  You can sort a dataSheet in either ascending or descending order;  the default order is ascending.
  7505. You can specify the type of data to be sorted
  7506. number or text.  By default, the sort command treats the specified row or column data as text.  Using [as number] specifies that the data should be treated as numbers when sorting.TAIL
  7507. URE+TXT
  7508. The following command sorts the dataSheet by its first column, in descending order.  Because the [as number] clause is used, the data is sorted numerically.
  7509. sort dsht 2 by col 1 descending as numberTAIL
  7510. PURE+TXT
  7511. /data
  7512. Applies to datasheets
  7513. PURE>LST
  7514. MOCELL10
  7515. There are no related topics
  7516. EINFO
  7517. Name PropertyPROP
  7518. popupnum
  7519. 75bkgd
  7520.     data
  7521. Name PropertyTAIL
  7522. +T+TXT
  7523. For all objects:
  7524. set the name of <object> to <string>
  7525. get the [abbreviated | short | long | class] 
  7526.      name of <object>
  7527. For dataSheet or pickList and dataSheet columns:
  7528. set the name of col[umn] <number> of 
  7529.      <dataSheet | pickList | dataSheet> to 
  7530.      <string>ADDD
  7531. PURE+TXT
  7532. The name property determines the short, long, or class name of a specified object, or the name of a dataSheet, pickList, or chart or dataSheet column, or the name of a chart row.  The short name of an object determines the text of the object's label, if visible.  The name of a row or column determines the text of that row's or column's label, if visible. 
  7533. The default name of an object is the object's class name followed by the object's ID number; for example:
  7534. field "field id 3"
  7535. The [abbreviated | abbrev] name is equivalent to the name.
  7536. The following lists the four different formats of the name property for objects.
  7537. Form:  the name
  7538. Format:  Returns the type of object
  7539. Example:  card field "field id 3"
  7540.                  stack "emp.sta"
  7541. Form:  the class name
  7542. Format:  Returns the type of object
  7543. Example:  field
  7544.                  stack
  7545. Form:  the short name
  7546. Format:  Returns the type and name of the object
  7547. Example:  field id 3
  7548.                 emp.sta
  7549. Form:  the long name
  7550. Format:  Returns the type of object, the name of the object, the full information about the object's location, and for stacks, the path or folder where the object is located.  
  7551. Example:  card field "field id 3" of card id 2911 of bg id 2616 of stack "untitled"
  7552.                 stack "c:¥omo¥emp.sta"
  7553.                 stack "Macintosh HD:Oracle Media 
  7554.                 Objects:emp
  7555. Each of these formats recognizes letters, digits, spaces, and symbols as part of an object's name property.  
  7556. Notes:
  7557. See the class name property for more information on class names.
  7558. The value set by the name property is the short name; if you want to retrieve only the name that you have assigned to an object, without the class name, you must reference the short name property.
  7559. If you retrieve the name of an object that does not have a user-defined name, Oracle Media Objects returns the object's default name (class name and ID number, as in field "field id 3").TAIL
  7560. The following example demonstrates the differences between the three formats of the name property.  
  7561. Create a button and name it "test".  Type the following scripts into the Message Box and press Enter after each: 
  7562. put the name of button "test"
  7563. put the short name of button "test" 
  7564. put the long name of button "test" 
  7565. To change the name of the button, type the following in the Message Box and press Enter: 
  7566. set the name of button "test" to "newname"
  7567. Create a pickList named Employees.  Type the following lines into the Message Box and press Enter after each:
  7568. set the name of col 1 of lst Employees 
  7569.     to "Employee ID"
  7570. set the name of col 2 of lst Employees 
  7571.     to "Last Name"
  7572. set the name of col 3 of lst Employees 
  7573.     to "Salary"
  7574. A shortcut for the above example would be:
  7575. set the colNames of lst Employees to 
  7576.      "Employee ID" & return & "Last Name" 
  7577.       return & "Salary"
  7578. PURE+TXT
  7579. /data
  7580. Applies to all objects, backgrounds, cards, columns of datasheets and picklists, stacks
  7581. PURE>LST
  7582. MOCELL10
  7583. ID PropertyrtyopertyhowName property
  7584. ColNames Propertyerty
  7585. ShowName  Property
  7586. +INFO
  7587. Messages PropertyPROP
  7588. popupnum
  7589. 71bkgd
  7590.     data
  7591. Messages PropertyTAIL
  7592. +T+TXT
  7593. set the messages of <movie | path | sound |
  7594.       timer> to "<number>,<string>" [& return & 
  7595.       "<number>,<string>" [...]]ADDD
  7596. PURE+TXT
  7597. The messages property specifies a list of callbacks or user-defined messages that will be delivered during the playback of a movie, path, or sound.  <number> is expressed in the current units, is relative to the object's playStart property, and can be any value between 0 and the object's playDuration.  <string> can be no more than fifteen characters, and cannot have spaces.
  7598. For timers, the messages property lets you specify the time interval(s) at which a timer goes off, and the corresponding message(s) sent at each time.  The settings for this property are overridden if you start the timer in single fire mode (by specifying the expire option when starting the timer).
  7599. You must list the time intervals in ascending order.  
  7600. Notes:
  7601. Any messages that are specified in the messages property will fire synchronously.  This means that they will not interrupt other handlers that your application is executing at the time.  
  7602. Each time interval and message pair must be enclosed in quotes, and must be delimited by line returns as shown in the example.
  7603. For sounds, be careful about setting the messages property to unexpected values.  If there is not a sound file associated with your sound object, you can still modify messages if the units property is set to milliseconds, ticks, or seconds.  If the units property is set to samples, however, then you should not attempt to get or set the messages property.  If you try to get or set messages in this situation while working in the authoring environment of Oracle Media Objects, then you will get an error message.  If you attempt to modify messages under these circumstances while working in the runtime player, the default rate of 22KHz will be used to calculate the value of messages.
  7604. PURE+TXT
  7605. The following property setting indicates that the message 
  7606. myMessage1" will be delivered to the movie object when the playback reaches the position 2.53 seconds, and the message 
  7607. mymessage2" will be delivered to the movie object when the playback reaches the position 4.5 seconds:
  7608. set the messages of movie 1 to 
  7609. 2530, myMessage1 & return & 
  7610.     4500, myMessage2" 
  7611. The following handler sets the timer TimeAttack to expire at 1, 2, and 3 seconds with the Attack1, Attack2, and Attack3 messages, respectively.
  7612. on openCard
  7613.   set the messages of timer "TimeAttack" to 
  7614.   "60, Attack1" & return & 
  7615.   "120, Attack2" & return & 
  7616.   "180, Attack3"
  7617. end openCard
  7618. URE+TXT
  7619. /data
  7620. Applies to movies, paths, sounds, timers
  7621. URE>LST
  7622. MOCELL10
  7623. DropMessages  Propertyrty
  7624. MessageDropTime  Propertyrty
  7625. The timerExpired property
  7626. Start Commandmand
  7627. Stop  Commandand
  7628. UnitRate Propertyerty
  7629. Units Propertyerty
  7630. StartArrow PropertyPROP
  7631. popupnum
  7632. 125bkgd
  7633.     data
  7634. StartArrow PropertyTAIL
  7635. +TX+TXT
  7636. set the startArrow of <shape> to <boolean>ADDD
  7637. The star+TXT
  7638. The startArrow property determines whether an arrow is displayed at the leftmost end of a line (or topmost end in the case of a vertical line)  shape object.  If startArrow is true, the arrow is displayed.  If startArrow is false (the default), no arrow appears.TAIL
  7639. d the +TXT
  7640. Add the following handler to a line shape:
  7641. on mouseUp
  7642.   get the startArrow of me
  7643.   set the startArrow of me to (not it)
  7644.   set the endArrow of me to it
  7645. end mouseUp
  7646. When the shape is clicked, an arrow appears on one end of the line.  When the object is clicked again, the arrow shifts to the opposite end.TAIL
  7647. Applies +TXT
  7648. /data
  7649. Applies to line shapes
  7650. ELL10>LST
  7651. MOCELL10
  7652. EndArrow Propertyerty
  7653. ?INFO
  7654. Visible PropertyPROP
  7655. popupnum
  7656. 144bkgd
  7657.     data
  7658. Visible PropertyTAIL
  7659. +TX+TXT
  7660. set the visible of [<part> of] <object> 
  7661.      to <boolean>ADDD
  7662. The visi+TXT
  7663. The visible property determines or changes whether an object or a component of an object is shown or hidden on the screen.  Setting an object's visible property to true makes the object visible.  If the visible property of an object is set to false, the object is hidden. 
  7664. The following lists parts to which the visible property applies:
  7665. Fields and bitmap parts:  label
  7666. DataSheet and PickList parts:  
  7667. rowLabel (dataSheet only), colLabel, 
  7668. hgrid, vgrid
  7669. If a part is not specified when the set command is issued, the visible property of the entire object is set.
  7670. Notes:
  7671. Setting an object's visible property to false is the same as hiding it with the hide command.  Likewise, setting the visible property of an object to true is the same as using the show command.TAIL
  7672. Notes:
  7673. S+TXT
  7674. Notes:
  7675. Setting an object's visible property to false is the same as hiding it with the hide command.  Likewise, setting the visible property of an object to true is the same as using the show command.TAIL
  7676. ies +TXT
  7677. /data
  7678. Applies to all card objects, backgrounds, cards, card windows, the message box, titlebar, toolbar
  7679. MOCELL10>LST
  7680. MOCELL10
  7681. Hide {screen element}  C
  7682. Show {screen elements}  @
  7683. ommand
  7684. Command
  7685. StartSize  PropertyPROP
  7686. popupnum
  7687. 127bkgd
  7688.     data
  7689. StartSize  PropertyTAIL
  7690. +TX+TXT
  7691. set the startSize of [leg <number> of] <path> 
  7692.      to <integer, integer>ADDD
  7693. The star+TXT
  7694. The startSize property allows you to set the size of an object at the beginning of its trip down a path.  <integer, integer> refers to the intended width and height of the object.  For example, a value of 100,100 indicates an object that is 100 pixels wide and 100 pixels tall.
  7695. The startSize property is useful if you want an object to grow or shrink during its journey.  This property is particularly important if you are creating three-dimensional effects, in which you need to use object size to present the illusion of distance and perspective on your two-dimensional screen.  
  7696. You can set this property to apply to either the entire path or to a particular leg.  If you want to use different startSize values for each leg of the path, you must also enable the uselegScaling property.
  7697. Note that this property only specifies the starting size of the object.  If you want the object to be resized on a path, you must also enable the scaling property.
  7698. Notes:
  7699. Once you set the scaling property to true, or toggle the scale property on in the Path Info dialog box, any startSize or endSize settings you specify for a leg override any startSize or endSize settings you specified for the whole path.TAIL
  7700. Create a+TXT
  7701. Create a path and name it 
  7702. Test."  Then create a shape object.
  7703. Enter the following commands into the Message Box:
  7704. set the scaling of path 1 to true
  7705. set the startSize of path 1 to 10,10
  7706. set the endSize of path 1 to 100,100
  7707. animate shape 1 along path 1
  7708. The shape grows from 10-square pixels in size to 100-square pixels in size as it moves along the path, creating a three-dimensional effect.TAIL
  7709. es +TXT
  7710. /data
  7711. Applies to paths, or legs of paths
  7712. MOCELL10>LST
  7713. MOCELL10
  7714. Animate From Commandndand
  7715. EndSize Propertyerty
  7716. UseLegScaling  Property
  7717. %INFO
  7718. Tool FunctionPROP
  7719. popupnum
  7720. 64bkgd
  7721.     data
  7722. Tool FunctionTAIL
  7723. +T+TXT
  7724. the tool 
  7725. tool()ADDD
  7726. The tool+TXT
  7727. The tool function returns the name of the tool presently selected. 
  7728. Notes:
  7729. Possible values returned by the tool function are: 
  7730. bitmap tool
  7731. browse tool
  7732. brush tool
  7733. bucket tool
  7734. button tool
  7735. curve tool
  7736. dataSheet tool
  7737. eraser tool
  7738. eyedropper tool
  7739. field tool
  7740. group tool
  7741. lasso tool
  7742. line tool
  7743. oval tool
  7744. magnifier tool
  7745. movie tool
  7746. palette tool
  7747. path tool
  7748. pencil tool
  7749. pickList tool
  7750. polygon tool
  7751. rectangle tool
  7752. regular polygon tool
  7753. round rect tool
  7754. shape tool
  7755. select tool
  7756. sound tool
  7757. spray tool
  7758. text tool
  7759. timer toolTAIL
  7760. Type the+TXT
  7761. Type the following into the Message Box and press Enter: 
  7762. the toolTAIL
  7763. MOCELL10>LST
  7764. MOCELL10
  7765. Choose Commandmand  
  7766.  CRDH
  7767. !CRDH
  7768. "CRDH
  7769. #CRDH
  7770. %CRDH
  7771. &CRDH
  7772. 'CRDH
  7773. (CRDH
  7774. *CRDH
  7775. +CRDH
  7776. ,CRDH
  7777. -CRDH
  7778. /CRDH
  7779. 0CRDH
  7780. 1CRDH
  7781. 2CRDH
  7782. 6CRDH
  7783. 7CRDH
  7784. 8CRDH
  7785. 9CRDH
  7786. ;CRDH
  7787. <CRDH
  7788. =CRDH
  7789. >CRDH
  7790. @CRDH
  7791. ACRDH
  7792. BCRDH
  7793. CCRDH
  7794. ECRDH
  7795. FCRDH
  7796. GCRDH
  7797. HCRDH
  7798. KCRDH
  7799. LCRDH
  7800. MCRDH
  7801. NCRDH
  7802. PCRDH
  7803. QCRDH
  7804. TCRDH
  7805. UCRDH
  7806. WCRDH
  7807. XCRDH
  7808. YCRDH
  7809. ZCRDH
  7810. ¥CRDH
  7811. ]CRDH
  7812. ^CRDH
  7813. _CRDH
  7814. bCRDH
  7815. cCRDH
  7816. dCRDH
  7817. eCRDH
  7818. gCRDH
  7819. hCRDH
  7820. iCRDH
  7821. jCRDH
  7822. lCRDH
  7823. mCRDH
  7824. nCRDH
  7825. oCRDH
  7826. qCRDH
  7827. rCRDH
  7828. sCRDH
  7829. tCRDH
  7830. wCRDH
  7831. xCRDH
  7832. yCRDH
  7833. zCRDH
  7834. }CRDH
  7835. ~CRDH
  7836.     CRDH
  7837.  CRDH
  7838. !CRDH
  7839. "CRDH
  7840. $CRDH
  7841. %CRDH
  7842. &CRDH
  7843. 'CRDH
  7844. *CRDH
  7845. +CRDH
  7846. ,CRDH
  7847. -CRDH
  7848. /CRDH
  7849. 0CRDH
  7850. 1CRDH
  7851. 2CRDH
  7852. 4CRDH
  7853. 5CRDH
  7854. 6CRDH
  7855. 7CRDH
  7856. 9CRDH
  7857. :CRDH
  7858. ;CRDH
  7859. <CRDH
  7860. ?CRDH
  7861. @CRDH
  7862. ACRDH
  7863. BCRDH
  7864. DCRDH
  7865. ECRDH
  7866. FCRDH
  7867. HCRDH
  7868. JCRDH
  7869. KCRDH
  7870. LCRDH
  7871. MCRDH
  7872. OCRDH
  7873. PCRDH
  7874. QCRDH
  7875. RCRDH
  7876. UCRDH
  7877. VCRDH
  7878. XCRDH
  7879. ZCRDH
  7880. [CRDH
  7881. ¥CRDH
  7882. ]CRDH
  7883. _CRDH
  7884. `CRDH
  7885. aCRDH
  7886. bCRDH
  7887. dCRDH
  7888. eCRDH
  7889. fCRDH
  7890. gCRDH
  7891. kCRDH
  7892. lCRDH
  7893. mCRDH
  7894. nCRDH
  7895. pCRDH
  7896. rCRDH
  7897. sCRDH
  7898. tCRDH
  7899. vCRDH
  7900. wCRDH
  7901. xCRDH
  7902. yCRDH
  7903. {CRDH
  7904. |CRDH
  7905. }CRDH
  7906. ~CRDH
  7907.     CRDH
  7908.  CRDH
  7909. !CRDH
  7910. "CRDH
  7911. $CRDH
  7912. %CRDH
  7913. &CRDH
  7914. 'CRDH
  7915. )CRDH
  7916. *CRDH
  7917. +CRDH
  7918. ,CRDH
  7919. /CRDH
  7920. 0CRDH
  7921. 1CRDH
  7922. 2CRDH
  7923. 4CRDH
  7924. 5CRDH
  7925. 6CRDH
  7926. 7CRDH
  7927. 9CRDH
  7928. :CRDH
  7929. ;CRDH
  7930. =CRDH
  7931. ?CRDH
  7932. @CRDH
  7933. ACRDH
  7934. BCRDH
  7935. ECRDH
  7936. FCRDH
  7937. GCRDH
  7938. HCRDH
  7939. JCRDH
  7940. KCRDH
  7941. LCRDH
  7942. MCRDH
  7943. OCRDH
  7944. PCRDH
  7945. $BKGD
  7946. TabKey MessagePROP
  7947. popupnum
  7948. 46bkgd
  7949.     data
  7950. TabKey MessageTAIL
  7951. +T+TXT
  7952. on tabKey 
  7953. end tabKeyADDD
  7954. The tabK+TXT
  7955. The tabKey message is sent to the current card whenever the Tab key is pressed, except when using the Tab key to move the cursor from field to field.  
  7956. Notes:
  7957. If the tabKey message reaches the top of the Oracle Media Objects message-passing hierarchy, it becomes the tabKey command.TAIL
  7958. l+TXT
  7959. The following handler, placed in the script of a card, copies items from one field and pastes them into another each time the Tab key is pressed. 
  7960. on tabKey 
  7961.   set the lockText of field "Low Inventory" to false 
  7962.   repeat with i = 1 to the number of lines of 
  7963.        field "Low Inventory" 
  7964.     put line i of fld "Low Inventory" & return after 
  7965.       field "Items on Order"
  7966.   end repeat
  7967.   set the lockText of field "Low Inventory" to true 
  7968. end tabKeyTAIL
  7969. ent to +TXT
  7970. /data
  7971. Sent to the current cardTAIL
  7972. LL10>LST
  7973. MOCELL10
  7974. TabKey Commandelated topics
  7975. List FunctionPROP
  7976. popupnum
  7977. 22bkgd
  7978.     data
  7979. List FunctionTAIL
  7980. +T+TXT
  7981. To get a list of objects that match certain criteria:
  7982. the list of [layer] {objects | <object types>} 
  7983.       {at <point> | within <rect>} [with [property] 
  7984.        <custom property name>]
  7985. list([layer] {objects | <object types>} 
  7986.      {at <point> | within <rect>} [with [property]      
  7987.      <custom property name])
  7988. For files:
  7989. the list of files [of type <type>] [in <directory>]
  7990. To get a list of files in the specified directory:
  7991. the list of files [of <type>] [in <directory>]ADDD
  7992. tch +TXT
  7993. The list function serves to purposes.  It returns references for all objects that match the specified criteria.  The returned list is a set of object references separated by carriage returns.  The object references take the following format:
  7994. <layer> object id <id> of <layer> id <id> of 
  7995.    stack <stack name>
  7996. The list function can be used to do the following:
  7997.   Obtain a list of all objects of a particular class
  7998.   Obtain a list of all objects at or within a particular region
  7999.   Obtain a list of all objects with a given custom property
  8000. The at <point> clause limits the returned list to those objects whose rectangle encompasses the card coordinates <point>.
  8001. The within <rect> clause limits the returned list to those objects that overlap or lie within the card coordinates of <rect>.
  8002. The with [property] <custom property name> clause limits the returned list to those objects that have the named property.
  8003. The second purpose of the list function is to return a list of files in the specified directory.  The list of files function returns a return-separated list of filenames in the given directory.  The <type> is the extension (a 3-character string in Windows, and a 4-character file type on the Macintosh.) If <type> is omitted, the default is to list all types of files in the given directory.  If <directory> is omitted, then the default is to list the files in the current directory.
  8004. Obtain a list of all objects of a particular class
  8005. Obtain a list of all objects at or within a particular region
  8006. Obtain a list of all objects with a given custom propertyTAIL
  8007. The following statement returns all files of the form *.txt (the conventional extension for text files) in the DOS directory "C:¥myfiles":
  8008. the list of files of type "TXT" in "c:¥myfiles"
  8009. The following statement lists all Oracle Media Objects stacks (identified by the file type STAK) in the Macintosh folder 
  8010. My Stacks":
  8011. the list of files of type "STAK" in 
  8012.      "Macintosh HD:My Stacks"
  8013. The following statements demonstrate various uses of the list function
  8014. get the list of objects
  8015. put the list of fields within 1,1,100,100 
  8016.       into area_fields
  8017. get the list of bg buttons with property city
  8018. put the list of bitmaps into field "object list"
  8019. The following button handler makes all fields on a card visible:
  8020. on mouseUp
  8021.   put the list of fields into card_fields
  8022.   repeat with i = 1 to the number of lines 
  8023.      in card_fields
  8024.     show (line i of card_fields)
  8025.   end repeat
  8026.   put the list of bg fields into bg_fields
  8027.   repeat with i = 1 to the number of lines 
  8028.      in bg_fields
  8029.     show (line i of bg_fields)
  8030.   end repeat
  8031. end mouseUp
  8032. MOCELL10
  8033. Reference Propertyerty
  8034. Properties Propertyerty
  8035. Number Functiontion
  8036. *INFO
  8037. Transparentize CommandPROP
  8038. popupnum
  8039. 99bkgd
  8040.     data
  8041. Transparentize CommandTAIL
  8042. +T+TXT
  8043. transparentizeADDD
  8044. PURE+TXT
  8045. The transparentize command makes the current paint selection on a card, background, or bitmap transparent.
  8046. The transparentize command provides the same functionality as the Transparent menu item under the Graphic menu.TAIL
  8047. E+TXT
  8048. The following results in a transparent bitmap.
  8049. Create a button on an empty card and type the following into the button's script:
  8050. on mouseUp
  8051.   create bmp 1
  8052.   show bmp 1
  8053.   --choose a PICT file with some white in
  8054.   --it to be mypict
  8055.   import "hd:picture:mypict" into bmp 1
  8056.   set the style of bmp 1 to transparent
  8057.   select bmp 1
  8058.   choose select tool
  8059.   put the topleft of bmp 1 into begindrag
  8060.   put the bottomright of bmp 1 into enddrag
  8061.   drag from begindrag to enddrag
  8062.   transparentize
  8063. endmouseUpTAIL
  8064. PURE+TXT
  8065. /data
  8066. Applies to global
  8067. PURE>LST
  8068. MOCELL10
  8069. There are no related topics
  8070. TabKey CommandPROP
  8071. popupnum
  8072. 97bkgd
  8073.     data
  8074. TabKey CommandTAIL
  8075. +T+TXT
  8076. tabKeyADDD
  8077. The tabK+TXT
  8078. The tabKey command selects the contents of the next unlocked field on the current background or card.  If a field is already open, tabKey closes it and opens the next field, selecting its contents.  If the insertion point is in a dataSheet, the tabKey command will place the insertion point in the next cell.
  8079. Notes:
  8080. You can tab backwards through the field order by holding down the Shift key while typing the Tab key.  You can do this in a script by using the statement: 
  8081. type tab with ShiftKey 
  8082. The tabKey command opens fields in the following order:  background fields, from the lowest number to the highest, then fields, from the lowest number to the highest.TAIL
  8083. the+TXT
  8084. Type the following handler into the script of a card that contains a field: 
  8085. on openCard 
  8086.   tabKey 
  8087. end openCard 
  8088. When the card is opened, the handler sets the insertion point in the first field so that the user can type something.TAIL
  8089. L10>LST
  8090. MOCELL10
  8091. TabKey Messagessage 
  8092. Hilite PropertyPROP
  8093. popupnum
  8094. 52bkgd
  8095.     data
  8096. Hilite PropertyTAIL
  8097. +T+TXT
  8098. set the hilite of <button | shape | 
  8099.      [row <number> of] pickList | 
  8100.      [row <number> of] dataSheet> to <boolean>ADDD
  8101. The hili+TXT
  8102. The hilite property determines whether a button or shape, or a particular row of a picklist or dataSheet is highlighted (is displayed in inverse video), or shows another visual effect when clicked.  
  8103. The hilite property has the following effects on the different styles of buttons:
  8104. When a shape object's hilite property is true, its background and foreground colors are reversed, regardless of the style attributes.  Note that the hilite property turns on only if the autoHilite property is true.
  8105. The backColor and foreColor of an opaque or rectangle button are inverted when the hilite property is true.
  8106. The color of the background, or the backColor, is inverted when a transparent button's highlight is set to true.
  8107. A native, default, or gray button appears depressed when its hilite property is true.
  8108. A radio button is displayed as an empty circle when its hilite is false and as a circle with a black dot in the center when its hilite is true.  
  8109. A check box is displayed as an empty square when its hilite is false and as a square filled with an X when its hilite is true.
  8110. When a shape object's hilite property is true, its background and foreground colors are reversed, regardless of the style attributes.  Note that the hilite property turns on only if the autoHilite property is true.
  8111. Notes:
  8112. Do not confuse the autoHilite property with the hilite property.  The hilite property determines whether or not a button, shape, pickList, or dataSheet is highlighted, while the autoHilite property determines whether or not the hilite property will turn on when a user clicks the object.  
  8113. For example, when the user depresses a button with autoHilite turned on, the hilite property is automatically set to true and the button is painted in its highlighted state.  As soon as the user releases the mouse, the hilite property is set to false and the button is repainted in its normal state.  If that same button's autoHilite is turned off, you can still set the hilite property to true through scripting; however, when you click the button it will not be painted in its highlighted state.TAIL
  8114. ew +TXT
  8115. To view the visual effects of the hilite property on a button, create a button and name it "test".  Type the following messages in the Message Box and press Enter after each: 
  8116. set hilite of button "test" to true 
  8117. set hilite of button "test" to falseTAIL
  8118. s +TXT
  8119. /data
  8120. Applies to bitmaps, 
  8121. OCELL10>LST
  8122. MOCELL10
  8123. AutoHilite Propertyerty
  8124. TextStyle Propertyty
  8125. Hilite Commandndnd
  8126. Unhilite Commandmand 
  8127. kINFO
  8128. Params FunctionPROP
  8129. popupnum
  8130. 44bkgd
  8131.     data
  8132. Params FunctionTAIL
  8133. +T+TXT
  8134. the params
  8135. params()ADDD
  8136. The para+TXT
  8137. The params function returns the line of script used to call the current handler.  If string or numeric expressions were passed, params evaluates them before returning the line.
  8138. The params function is useful for debugging; type the params in the Evaluation field of the script debugger to view the actual values passed into the current handler.TAIL
  8139. te a+TXT
  8140. Create a button and name it 
  8141. Param".  Put the following handler into the button script: 
  8142. on mouseUp 
  8143.   paramtest "A", "B", "C" 
  8144. end mouseUp 
  8145. on paramtest p1, p2, p3 
  8146.   put the params into message 
  8147. end paramtest 
  8148. Return to Browse mode and click on the "Param" button.  
  8149. The line 
  8150. paramtest "A", "B", "C" 
  8151. is placed into the Message Box.TAIL
  8152. OCELL10>LST
  8153. MOCELL10
  8154. ParamCount Functiontion  
  8155. Params Functiontion
  8156. Pop CommandPROP
  8157. popupnum
  8158. 70bkgd
  8159.     data
  8160. Pop CommandTAIL
  8161. T+TXT
  8162. pop card [into <container>]ADDD
  8163. PURE+TXT
  8164. The pop card command navigates to the last card marked with the push command.  If the into <container> modifier is included, the card's reference is stored in <container> and no navigation occurs.  
  8165. When more than one card is marked and held in a temporary container, the cards can be displayed in the order in which they were pushed.TAIL
  8166. PURE+TXT
  8167. The following command places a marked card into the container 
  8168. dummy": 
  8169. pop card into dummy 
  8170. To return to the marked card, type the following into the Message Box and press Enter: 
  8171. go to dummyTAIL
  8172. PURE+TXT
  8173. /data
  8174. Applies to cards
  8175. PURE>LST
  8176. MOCELL10
  8177. Push Commandmand  
  8178. 2INFO
  8179. MouseDown MessagePROP
  8180. popupnum
  8181. 20bkgd
  8182.     data
  8183. MouseDown MessageTAIL
  8184. +T+TXT
  8185. For bitmaps:
  8186. on mouseDown [<pixelColor>]
  8187. end mouseDown
  8188. For locked text fields:
  8189. on mouseDown [<word> [, <wordnum>]]
  8190. end mouseDown
  8191. For dataSheets and pickLists
  8192. on mouseDown [<row> [, <col>]]
  8193. end mouseDown
  8194. For all other objects:
  8195. on mouseDown 
  8196. end mouseDownADDD
  8197. RE+TXT
  8198. The mouseDown system message is sent to the topmost nonhidden object under the mouse pointer when the user presses the mouse button. If that object has no handler for the message, it travels up the message hierarchy.  Generally this message should not be used to begin a button selection routine, because the button would be selected as soon as the user clicked the mouse button.  Compare this to mouseUp, which sends the message when the user releases the mouse button. 
  8199. If the user clicks on a physical cell of a locked dataSheet or pickList, two parameters are sent with the mouseDown message identifying the row and column of the data that was clicked.  
  8200. For bitmaps, the mouseDown message carries a parameter that describes the color of the pixel that was clicked on.  The message is only sent when the user clicks on a painted, nonwhite pixel.
  8201. For fields, two parameters are sent with the mouseDown message.  The first parameter contains the text of the word that was clicked on.  The second parameter contains the position of that word in the field i.e., what number word it is.  To get the two parameters, the field's lockText must be set to true.
  8202. Notes:
  8203. The mouseDown message is not issued if the user places the insertion point or makes a selection in an unlocked field or dataSheet cell.  In this case, all movements of the mouse and all keystrokes are processed directly by Oracle Media Objects.TAIL
  8204. PURE+TXT
  8205. Create a button and put the following handler into its script: 
  8206. on mouseDown 
  8207.   repeat until the mouse is up 
  8208.     set the loc of me to the mouseLoc 
  8209.   end repeat 
  8210. end mouseDown 
  8211. Now click on the button, hold the mouse button, and drag the button around.TAIL
  8212. PURE+TXT
  8213. /data
  8214. Sent to all objects, except the palette, sound, path, and timerTAIL
  8215. PURE>LST
  8216. MOCELL10
  8217. Click At Commandd
  8218. ClickLoc Functiontion
  8219. DoubleClick Messagesage
  8220. LockText Propertyerty
  8221. Mouse Functionnonon
  8222. MouseUp Messagesage  
  8223. pINFO
  8224. Pattern PropertyPROP
  8225. popupnum
  8226. 79bkgd
  8227.     data
  8228. Pattern PropertyTAIL
  8229. +T+TXT
  8230. For painting:
  8231. set the pattern to <number>
  8232. For shapes:
  8233. set the pattern of <shape> to <number>ADDD
  8234. PURE+TXT
  8235. The pattern property determines or changes which pattern is currently active.  For charts, this property determines which pattern is used to display a bar group, element, line, plotArea or wedge of a chart.
  8236. There are 40 different patterns available in painting mode.  The patterns are identified by the numbers 1 through 40.  Pattern 1 is located in the top-left corner of the pattern palette in the toolbar, followed by pattern 2 to its right, and so on.
  8237. For shapes, the default pattern value is 12 (solid fill).
  8238. Notes:
  8239. You can also set patterns manually by selecting the pattern palette from the Paint or Shape toolbar.TAIL
  8240. PURE+TXT
  8241. Notes:
  8242. You can also set patterns manually by selecting the pattern palette from the Paint or Shape toolbar.TAIL
  8243. E+TXT
  8244. /data
  8245. Applies to global painting, shapes
  8246. PURE>LST
  8247. MOCELL10
  8248. Filled Propertyerty  
  8249. rINFO
  8250. Pause  CommandPROP
  8251. popupnum
  8252. 66bkgd
  8253.     data
  8254. Pause  CommandTAIL
  8255. +T+TXT
  8256. pause <movie | path | sound>ADDD
  8257. PURE+TXT
  8258. For movies, the pause command freezes the currently-playing movie, leaving the current frame image on the screen.
  8259. For paths, the pause command pauses the animation of the specified path.  To resume the animation, use the play command.  
  8260. For sounds, the pause command pauses the playback of the sound; to resume playback, use the play command.
  8261. Notes:
  8262. The paused state of a movie or path is distinct from the stopped state; when the movie is paused, a freeze-frame image is displayed and the movie may be frame stepped via the advance and backup commands.  When the movie is stopped, the display is blanked and frame stepping is not possible.  
  8263. The path may also be manipulated with the advance and backup commands while in a paused state.  A paused animation can be resumed, while a stopped animation must be restarted from the beginningTAIL
  8264. PURE+TXT
  8265. When you pause a movie, you may want to rewind a couple of frames to make up for reaction time.  To do this, create a movie and add the following handler to its script:
  8266. on mouseUp
  8267.   if the isPlaying of movie 1 is true then
  8268.     pause movie 1
  8269.     backup movie 1
  8270.     wait 5 seconds
  8271.     backup movie 1
  8272.   end if
  8273. end mouseUpTAIL
  8274. PURE>LST
  8275. MOCELL10
  8276. Advance Commandmand
  8277. Backup  Commandand
  8278. Play File Command
  8279. Stop  Commandand
  8280. sINFO
  8281. Pick CommandPROP
  8282. popupnum
  8283. 67bkgd
  8284.     data
  8285. Pick CommandTAIL
  8286. pick [multiple] <prompt> from <itemlist> 
  8287.       [with <reply1> [or <reply2> [or <reply3>]]] 
  8288.       [at <x,y>]ADDD
  8289. PURE+TXT
  8290. The pick command creates a dialog box that prompts the user to choose from a list of values. 
  8291. A carriage return must separate each value in <itemlist>.  As fields and other containers that hold multiple lines of data already delimit the values within them with returns, containers are a particularly good choice for <itemlist>.
  8292. If the multiple option is not used, the user will be able to make only one selection from the dialog box.  If the multiple option is used the user will be able to choose multiple values using the shift key (for contiguous values) or the Ctrl or Command key (for non-contiguous values).
  8293. The pick command returns a value into it.  If the default button, corresponding to the last specified reply clause, is pressed, the value returned to it is the number of the line chosen in the dialog box.  In other words, if the user chooses the word "cool" and "cool" is the fourth value in the dialog box, the number 4 will be put into it.  If multiple is used and the user chooses more than one value, the line number of each value will be put (separated by commas) into it.  The values can subsequently be accessed as item 1 of it, item 2 of it, etc.
  8294. If two replies are specified, then pressing the button corresponding to <reply2> returns the number of the chosen lines into it, while pressing the button corresponding to <reply1> returns 0 into it.
  8295. If three replies are specified, then pressing the button corresponding to <reply3> returns the number of the chosen lines into it, pressing the button corresponding to <reply2> returns 0 into it, and pressing the button corresponding to <reply1> returns -1 into it.TAIL
  8296. PURE+TXT
  8297. Create a field and name it 
  8298. test".  Type the following lines into the field:
  8299. queen of hearts 
  8300. jack of spades 
  8301. ace of spades 
  8302. Type the following into the Message Box: 
  8303. pick multiple "Pick a card" from field "test" with 
  8304.   "Decline" or "Accept" at 200,200TAIL
  8305. PURE+TXT
  8306. /data
  8307. Applies to global
  8308. PURE>LST
  8309. MOCELL10
  8310. It Special Containeriner  
  8311. Answer Commandmand
  8312. Ask Commandd Command
  8313. Quit MessagePROP
  8314. popupnum
  8315. 38bkgd
  8316.     data
  8317. Quit MessageTAIL
  8318. on quit 
  8319. end quitADDD
  8320. E+TXT
  8321. The quit message is sent to the current card after the user chooses Quit from the File menu.  The quit message must be passed to be executed.TAIL
  8322. PURE+TXT
  8323. Place the following handler in the script of a stack to intercept the quit message and confirm the user's intentions of quitting Oracle Media Objects.  A dialog box displays the options of quitting (click on Yes or press Enter) or of cancelling the quit command (click No):
  8324. on quit
  8325.   answer "Are you sure you want to quit?" 
  8326.     with "No" or "Yes"
  8327.   if it is "Yes" then pass quit
  8328. end quitTAIL
  8329. PURE+TXT
  8330. /data
  8331. Sent to the current cardTAIL
  8332. PURE>LST
  8333. MOCELL10
  8334. There are no related topics
  8335. vINFO
  8336. Play CommandPROP
  8337. popupnum
  8338. 68bkgd
  8339.     data
  8340. Play CommandTAIL
  8341. play <movie | path | sound>ADDD
  8342. PURE+TXT
  8343. For movies, the play command plays a prepared movie at its preferred rate, starting from the movie's playStart for the length of its playDuration, or resume a previously paused movie.
  8344. For paths, the play command starts an animation based on the current path settings, or resumes a previously paused animation.  You must have previously set the playList property of the path.
  8345. For sounds, the play command starts the playback of a sound.  The behavior of the playback is specified by playback properties, such as playStyle, playStart, playDuration, playCount, playEffects.  If a sound is paused, the play command resumes sound playback.TAIL
  8346. Create a movie 
  8347. Endless" and place the following into the movie's script:
  8348. on playStopped
  8349.   set the playStart of mov "Endless" to 0
  8350.   play movie "Endless"
  8351. end playStopped
  8352. Next, create a button "Play Forever" and place the following into the button's script:
  8353. on mouseUp
  8354.   prepare movie "Endless"
  8355.   play movie "Endless"
  8356. end mouseUp
  8357. Finally, create another button "Stop It" and place the following into its script:
  8358. on mouseUp
  8359.   stop movie "Endless"
  8360. end mouseUpTAIL
  8361. PURE+TXT
  8362. /data
  8363. Applies to movies, paths, and sounds
  8364. PURE>LST
  8365. MOCELL10
  8366. Advance Command
  8367. Backup  Command
  8368. IsPlaying  Property
  8369. Messages Property
  8370. Pause  Command
  8371. PlayCounter  Property
  8372. PlayDirection  Property
  8373. PlayDuration  Property
  8374. PlayEffects  Property
  8375. PlayList  Property
  8376. PlayMuted  Property
  8377. PlayRate  Property
  8378. PlayStart  Property
  8379. PlayStyle  Property
  8380. Prepare  Command
  8381. Stop  Command
  8382. PlayMode  PropertyPROP
  8383. popupnum
  8384. 86bkgd
  8385.     data
  8386. PlayMode  PropertyTAIL
  8387. +T+TXT
  8388. the playMode of <movie>ADDD
  8389. The play+TXT
  8390. The playMode property is used to determine whether a particular movie is currently playing.  
  8391. Setting the playMode property of a movie to true is equivalent to using the play command.  Setting the playMode property of a movie to false is equivalent to using the pause command.TAIL
  8392. he scri+TXT
  8393. The script below stops a movie if it is playing, or starts the movie if it is not playing.  
  8394. 1.  Create a new movie and name it 
  8395. testmovie".  
  8396. 2.  Associate 
  8397. testmovie" with a QuickTime movie file by clicking on the Movie button in the movie's Info dialog box or by typing 
  8398. set the moviefile of cd movie "testmovie" 
  8399. to <filename> 
  8400. then type 
  8401. prepare cd movie "testmovie" 
  8402. into the Message Box.  
  8403. 3.  Create a new button and place the following handler into its script:
  8404. on mouseUp
  8405.   set the playMode of cd movie testmovie to 
  8406.        (not the playMode of cd movie testmovie)
  8407. end mouseUpTAIL
  8408. pplies +TXT
  8409. /data
  8410. Applies to movies
  8411. MOCELL10>LST
  8412. MOCELL10
  8413. Play File Command
  8414. Pause  Commandand
  8415. Rectangle PropertyPROP
  8416. popupnum
  8417. 95bkgd
  8418.     data
  8419. Rectangle PropertyTAIL
  8420. +T+TXT
  8421. set the {rectangle | rect} of <object> to 
  8422.      <left>, <top>, <right>, <bottom>ADDD
  8423. RE+TXT
  8424. The rectangle property determines or changes the size and location of an object.  The rectangle property consists of four offsets, which are separated by commas and measured in pixels from the top-left corner of the current card (for objects) or of the screen (for the toolbar and windows).  The first and third numbers measure the horizontal offsets, the second and fourth numbers measure the vertical offsets.  The rectangle property can be abbreviated rect. 
  8425. You can change the rectangle property by using the set command, by manually dragging or resizing the object, or by changing the object's width, height, or other coordinate properties.TAIL
  8426. PURE+TXT
  8427. The rectangle property can be used to move a button 50 pixels to the right of its present location.  Create a button named "Test".  Type the following lines into the Message Box: 
  8428. put the rectangle of button "test" into myRect 
  8429. add 100 to item 1 of myrect 
  8430. add 100 to item 3 of myrect 
  8431. set the rectangle of button "test" to myRect 
  8432. The test button will shift to the right.TAIL
  8433. PURE+TXT
  8434. /data
  8435. Applies to all objects, backgrounds, card windows, message box, toolbar
  8436. PURE>LST
  8437. MOCELL10
  8438. Bottom Propertyperty
  8439. BottomRight Propertyerty
  8440. Height Propertyerty
  8441. Left Propertyrtyy
  8442. Right Propertyoperty
  8443. Top Propertyerty
  8444. TopLeft Propertyerty
  8445. Width Propertyrtyy
  8446. Reset Message CommandPROP
  8447. popupnum
  8448. 83bkgd
  8449.     data
  8450. Reset Message CommandTAIL
  8451. P+TXT
  8452. reset messageADDD
  8453. PURE+TXT
  8454. NOT AVAILABLE IN THE PLAYER
  8455. The reset message command resets the Message Box to its normal size and position beneath the menu bar.TAIL
  8456. PURE+TXT
  8457. Move toolbar toward the lower half of the card by clicking and dragging on the small arrows located at the far left of the toolbar and dragging downward.  To return the toolbar to its original position, type the following into the Message Box and press Return:
  8458. reset messageTAIL
  8459. PURE>LST
  8460. MOCELL10
  8461. There are no related topics
  8462. DeleteBackground MessagePROP
  8463. popupnum
  8464. 8bkgd
  8465.     data
  8466. DeleteBackground MessageTAIL
  8467. ++TXT
  8468. on deleteBackground 
  8469. end deleteBackgroundADDD
  8470. The dele+TXT
  8471. The deleteBackground message is sent to the background immediately before the background is deleted.  Because a background cannot exist without a card, you delete a background by deleting all the cards associated with it. 
  8472. Notes:
  8473. The deleteBackground message is purely informational.  Intercepting the message with a handler does nothing to prevent the object from being deleted.TAIL
  8474. Place the following handler in the script of the current stack and then delete a background.
  8475. on deleteBackground 
  8476.   answer the number of background fields of 
  8477. this background && "fields will be lost"
  8478. end deleteBackgroundTAIL
  8479. Sent to +TXT
  8480. /data
  8481. Sent to the deleted backgroundTAIL
  8482. MOCELL10>LST
  8483. MOCELL10
  8484. Delete {row/col} Command
  8485. DeleteObject MessagesageADDD
  8486. {INFO
  8487. PlayDuration  PropertyPROP
  8488. popupnum
  8489. 82bkgd
  8490.     data
  8491. PlayDuration  PropertyTAIL
  8492. +T+TXT
  8493. set the playDuration of <movie | path | sound> 
  8494.      to <integer>ADDD
  8495. E+TXT
  8496. For movies, the playDuration property controls the length of time that the movie plays.   <integer> can be any number from 1 to the duration; the time scale of <integer> is set using the units property.  The default value of the playDuration for a given movie is the value of the duration property for that movie.
  8497. For paths, playDuration controls the length of time that the animation plays.  Using the playStart and playDuration properties together, you can play a specific segment path.  The type and value of playStart are measured in terms of the current unit.  The default value of the playDuration for a given path is the duration of the animation.
  8498. For legs of paths, playDuration is equivalent to the sum of the durations of the path's legs.
  8499. For sounds, the playDuration property controls the length of time that the sound plays.  Using the playStart and playDuration properties together, a specific segment of sound can be played. The type and value of playStart are measured in terms of the current unit.  The default value of playDuration is the duration of the sound.TAIL
  8500. URE+TXT
  8501. /data
  8502. Applies to movies, paths, sounds
  8503. PURE>LST
  8504. MOCELL10
  8505. Animate From Commandndand
  8506. PlayDuration  Propertyrty
  8507. Duration  Propertyerty
  8508. PlayStart  Propertyrty
  8509. Units Propertyerty
  8510. |INFO
  8511. PlayEffects  PropertyPROP
  8512. popupnum
  8513. 83bkgd
  8514.     data
  8515. PlayEffects  PropertyTAIL
  8516. +T+TXT
  8517. set the playEffects of <sound> to 
  8518.      "fadein | fadeout at <x1> for <y1> 
  8519.      [& return & fadein | fadeout at <x2> 
  8520.      for <y2> [. . .]]"ADDD
  8521. PURE+TXT
  8522. The playEffects property indicates the list of sound effects that are to be applied to the playback of a sound file.  <x1> signifies where in the sound playback the playEffects begin.  <y1> represents the duration of the playEffects.  Both values are based on the current units, and are relative to the sound's playStart.TAIL
  8523. PURE+TXT
  8524. /data
  8525. Applies to sounds
  8526. PURE>LST
  8527. MOCELL10
  8528. There are no related topics
  8529. ~INFO
  8530. PlayList  PropertyPROP
  8531. popupnum
  8532. 85bkgd
  8533.     data
  8534. PlayList  PropertyTAIL
  8535. +T+TXT
  8536. set the playList of <path> to "<object>" 
  8537.      [& "<object>"...]ADDD
  8538. RE+TXT
  8539. The playList property allows you to specify a list of objects to be animated along a certain path.  This means that you can specify the playList and immediately begin playback using the play command.  Getting the playList returns a return delimited list of the object(s) to be animated along a path.
  8540. Notes:
  8541. You can leave off the quotes when specifying an object for the playList.  When you do not use quotes, you are specifying that the data of the object, rather than the object itself, should go into the playList property.TAIL
  8542. PURE+TXT
  8543. /data
  8544. Applies to paths
  8545. PURE>LST
  8546. MOCELL10
  8547. Animate From Commandndand
  8548. Play File Command
  8549. PlayNumber  Propertyrty
  8550. Is Not OperatorPROP
  8551. popupnum
  8552. 9bkgd
  8553.     data
  8554. Is Not OperatorTAIL
  8555. ++TXT
  8556. <expression> {is not | < >} <expression>
  8557. <Variable> <> <Variable>ADDD
  8558. E+TXT
  8559. Oracle Media Objects has two methods of comparing the inequality of two values, fields, variables, text strings, or numbers: 
  8560. The mathematical version with the sign of inequality (<>) 
  8561. The text expression is not.
  8562. These two methods are equivalent and return a true or false value.   TAIL
  8563. PURE+TXT
  8564. Create a button with the following script: 
  8565. on mouseUp 
  8566.   put 10 into num1 
  8567.   put 20 into num2
  8568.   if num1 is not num2 then 
  8569.     type "numbers do not match"
  8570.   else 
  8571.     beep 
  8572.   end if 
  8573. end mouseUpTAIL
  8574. PURE>LST
  8575. MOCELL10
  8576. Is [Not] In Operatorr
  8577. Send Farther CommandPROP
  8578. popupnum
  8579. 88bkgd
  8580.     data
  8581. Send Farther CommandTAIL
  8582. +T+TXT
  8583. send <object> {to back | farther}ADDD
  8584. E+TXT
  8585. The send farther command allows you to reposition the specified object within the sequence of all objects that exist on the current card.  The to back option repositions the object to the lowest layer, or farthest from the top.  The farther option moves the object one layer lower.
  8586. Notes:
  8587. Changing an object's layer changes its number if it is not the only object of its class on the current card.  The to back option changes the object's number to 1 and increases the numbers of all other objects of that class by 1.  The farther option decreases the object's number by 1.TAIL
  8588. PURE+TXT
  8589. Create a small filled rectangle shape called 
  8590. inner" and set its color to red.  Create a larger filled rectangle shape called 
  8591. outer" and set its color to black.  Place the larger rectangle on top of the smaller rectangle.  Create a button and place the following handler into its script:
  8592. on mouseUp
  8593.   Ask "How many times? with 5
  8594.   put it into numtimes
  8595.   repeat numtimes
  8596.     send shape "outer" to back
  8597.     wait for 1 second
  8598.     send shape "inner" to back
  8599.     wait for 1 second
  8600.   end repeat
  8601. end mouseUp
  8602. Click on the button and then click on OK  to dismiss the dialog box.  You can see the visual effect of the inner shape appearing and disappearing.TAIL
  8603. RE+TXT
  8604. /data
  8605. Applies to all objects
  8606. PURE>LST
  8607. MOCELL10
  8608. Bring Closer CommandmandADDD
  8609. Is [Not] In OperatorPROP
  8610. popupnum
  8611. 11bkgd
  8612.     data
  8613. Is [Not] In OperatorTAIL
  8614. +T+TXT
  8615. <string expression> is [not] in 
  8616.      <string expression>ADDD
  8617. The is i+TXT
  8618. The is in operator determines whether text is contained in a container, such as a field or a variable.  The is in operator searches the second parameter to look for a match to the first parameter, which holds the text.  The operator conducts a text-matching task regardless of the validity of words or items, and returns a true or false value.TAIL
  8619. e the+TXT
  8620. Type these lines in the Message Box and press Enter after each: 
  8621. "B" is in "Brown" 
  8622. "Postage" is in "Post" 
  8623. Is in can also be used in statements in an object's script.   
  8624. if "New York" is in field "city"...TAIL
  8625. MOCELL10>LST
  8626. MOCELL10
  8627. Contains Operatorator
  8628. PlayNumber  PropertyPROP
  8629. popupnum
  8630. 88bkgd
  8631.     data
  8632. PlayNumber  PropertyTAIL
  8633. +T+TXT
  8634. set the playNumber of <movie | path | sound> 
  8635.      to <integer>ADDD
  8636. URE+TXT
  8637. The playNumber property specifies the number of times to play a movie, path, or sound when the play command is issued. 
  8638. Setting the playForever property to true causes continuous playback, overriding the value of the playNumber property.  A value of 1 causes the movie, path, or sound to play once, then stop at the end of playback.  A value greater than 1 causes the movie, path or sound to play multiple times.
  8639. If, during playback, you reset the playNumber to a larger number, the change is effective immediately.
  8640. Notes:
  8641. If the object's playStyle includes a value of reverseOnReplay, then each even-numbered playback plays in the opposite direction of the initial playback.  For example, if playback begins forward, the second playback will be in reverse, third forward, fourth in reverse, and so on.TAIL
  8642. PURE+TXT
  8643. /data
  8644. Applies to movies, paths, sounds
  8645. PURE>LST
  8646. MOCELL10
  8647. Play File Command
  8648. PlayForever  Propertyrty
  8649. PlayStyle  Propertyrty
  8650. PlayRate  PropertyPROP
  8651. popupnum
  8652. 89bkgd
  8653.     data
  8654. PlayRate  PropertyTAIL
  8655. +T+TXT
  8656. set the playRate of <movie> to <integer>ADDD
  8657. The play+TXT
  8658. The playRate property is a non-negative number that indicates the speed at which a movie is played.  Setting a movie's playRate does not initiate playback; it controls the speed of playback once playback has been initiated with the play command.
  8659. A playRate of 1 means the movie is playing forward at normal speed, while a playRate of 0 indicates a movie that is stopped.  Setting the playRate to 2 or more increases the rate at which the movie is played (just like fast forwarding or rewinding it, as illustrated in the example below).
  8660. Notes:
  8661. Quicktime for Windows does not currently support a playRate value other than 1.  In Windows, the playRate property is read-only and returns 1 if the movie is playing, 0 if the movie is stopped.TAIL
  8662. Create t+TXT
  8663. Create two buttons.  Name one 
  8664. Fast-Forward" and name the other 
  8665. Rewind".  
  8666. on mouseUp
  8667.   set the playMuted of movie 1 to true
  8668.   set the playDirection of movie 1 to backward
  8669.   set the playRate of movie 1 to 2
  8670. end mouseUp
  8671. Add the following handler to the "Fast-Forward" button's script:
  8672. on mouseUp
  8673.   set the playMuted of movie 1 to true
  8674.   set the playDirection of movie 1 to forward
  8675.   set the playRate of movie 1 to 2
  8676. end mouseUp
  8677. Both of these handlers mute the movie's sound to prevent garbled noise while the movie rewinds or fast forwards.TAIL
  8678. Applies +TXT
  8679. /data
  8680. Applies to movies
  8681. MOCELL10>LST
  8682. MOCELL10
  8683. Play File Command
  8684. Stop  Commandand
  8685. Delete <chunk>  CommandPROP
  8686. popupnum
  8687. 34bkgd
  8688.     data
  8689. Delete <chunk>  CommandTAIL
  8690. +T+TXT
  8691. delete <chunk> of <container>ADDD
  8692. PURE+TXT
  8693. The delete <chunk> command deletes specified text from within a designated container.  The text chunk expressions are character or char, item, line, word or wd.
  8694. Notes:
  8695. There is no way to undo a deletion!TAIL
  8696. Try the following example:
  8697. 1.  Create a field called 
  8698. vitals".  
  8699. 2.  Return to Browse mode. 
  8700. 3.  Type your name on the first line of the field, your street address on the second line, and your city, state, and zip code on the third line. 
  8701. 4.  To delete the city from this field, type the following in the Message Box and press Enter: 
  8702. delete word 1 of line 3 of field "vitals" 
  8703. The following statement deletes the first character of the variable my_variable:
  8704. delete character 1 of my_variable
  8705. PURE+TXT
  8706. /data
  8707. Applies to text chunks in fields, datasheets, picklists, and variables
  8708. PURE>LST
  8709. MOCELL10
  8710. Put Commandmand
  8711. PlayStart  PropertyPROP
  8712. popupnum
  8713. 90bkgd
  8714.     data
  8715. PlayStart  PropertyTAIL
  8716. +T+TXT
  8717. set the playStart of <movie | path | sound> 
  8718.      to <integer>ADDD
  8719. PURE+TXT
  8720. The playStart property determines the position in the movie, path, or sound at which playback begins.  <integer> is measured in units, and can be any number from 0 through the duration.  
  8721. For movies and sounds, if playback has begun, resetting the playStart does not affect the current playback; it will be effective at the next playback.  For paths, you cannot reset playStart while animating.
  8722. You can use the playStart property, together with the playDuration property, to play a specific segment of the movie, sound, or animation.
  8723. For example, if a movie's duration is 100, and you set its playStart to 20 and its playDuration to 55, the movie's playback will end at 75.
  8724. PURE+TXT
  8725. /data
  8726. Applies to movies, paths, sounds
  8727. PURE>LST
  8728. MOCELL10
  8729. PlayDuration  Propertyrty
  8730. Duration  Propertyerty
  8731. PlayStopped  MessagePROP
  8732. popupnum
  8733. 37bkgd
  8734.     data
  8735. PlayStopped  MessageTAIL
  8736. +T+TXT
  8737. on playStopped
  8738. end playStoppedADDD
  8739. PURE+TXT
  8740. The playStopped message is sent to the movie object when the movie finishes playing, or when a user stops a movie by selecting the "Stop" button on the control bar.  This message is not sent when a movie is stopped through a script.
  8741. The playStopped message is sent to the path object when the animation finishes playing.  This message is not sent if playForever is set to true, or if the animation is stopped using the stop command.
  8742. The playStopped message is sent to the sound object when the sound file finishes playing.  It is only sent when a sound file completes playing normally, or when you terminate the sound using the endPlay command.  The message is not sent if the sound file is stopped with the stop commandTAIL
  8743. PURE+TXT
  8744. /data
  8745. Sent to movies, paths, soundsTAIL
  8746. PURE>LST
  8747. MOCELL10
  8748. PlayStarted  Messageage
  8749. EndPlay  Commandand
  8750. PlayStyle  PropertyPROP
  8751. popupnum
  8752. 91bkgd
  8753.     data
  8754. PlayStyle  PropertyTAIL
  8755. +T+TXT
  8756. For movies:
  8757. set the playStyle of <movie> to <default |
  8758.      blocking | reverseOnReplay | overLaid | 
  8759.      playForever> [, <default | blocking |
  8760.      reverseOnReplay | overLaid | 
  8761.      playForever> ...] 
  8762. For paths:
  8763. set the playStyle of <path> to <default | 
  8764.      blocking | useLegScaling | useLegTiming | 
  8765.      reverseOnReplay | playForever> [,<default | 
  8766.      blocking | useLegScaling | useLegTiming | 
  8767.      reversesOnReplay | playForever> ...]
  8768. For Sounds:
  8769. set the playStyle of <sound> to <default | 
  8770.      blocking | playForever>ADDD
  8771. The play+TXT
  8772. The playStyle property determines the characteristics of play for a movie, sound, or path.  You can set the playStyle property to any combination of styles.  Note, though, that setting the playStyle to default implies an absence of any style;  consequently, you can't set playStyle to a combination of default and any other style.
  8773. For movies, sounds, and paths, the playStyle property can be set to blocking (synchronous) or default (asynchronous).  With the playback set for blocking, all other scripts are suspended until the movie, sound, or path completes playback.  Default playback allows scripts to keep running while the sound, path, or movie is playing. This allows you to play multiple sounds, for example, simultaneously. 
  8774. For movie, paths, and sounds, the playStyle can also be set to playForever.  Setting the playStyle to playForever causes a movie, path, or sound to play continuously, overriding playNumber.
  8775. For movies and paths only, reverseOnReplay indicates the direction of play when playNumber > 1.  With reverseOnReplay each replay reverses the direction of the previous play.  
  8776. For movies only, the playStyle property can also be set to a value of overLaid.  When playStyle is set to overLaid, objects appear on top of the movie.  Setting playStyle to overLaid results in reduced playback performance, and is recommended only for small movies.  When the playStyle is not set to overLaid, the movie appears on top of the objects during playback.  If no objects or only transparent objects intersect the movie, the overLaid playStyle is unnecessary.
  8777. For paths only, the playStyle property can also be set to useLegTiming and useLegScaling.  UseLegTiming indicates the play will use the durations set for the individual legs rather than the path as a whole.  UseLegScaling indicates the play will use the scaling set for the individual legs rather than the path as a whole.
  8778. Notes:
  8779. If you are going to mix two or more sounds, the playStyle property of the sounds must be set to default.TAIL
  8780.  +TXT
  8781. /data
  8782. Applies to movies, paths, sounds
  8783. MOCELL10>LST
  8784. MOCELL10
  8785. ReverseOnReplay  Propertyrty
  8786. UseLegScaling  Propertyrty
  8787. UseLegTiming  Propertyrty
  8788. Blocking  Propertyrty
  8789. OverLaid  Propertyrty
  8790. PlayForever  Propertyrty
  8791. PlayNumber  Propertyrty
  8792. PlayVolume  PropertyPROP
  8793. popupnum
  8794. 92bkgd
  8795.     data
  8796. PlayVolume  PropertyTAIL
  8797. +T+TXT
  8798. set the playVolume of <movie | sound> 
  8799.      to <integer>ADDD
  8800. The play+TXT
  8801. The playVolume property determines the volume of the movie or sound during playback.  The playVolume represents a percentage of the movie or sound's current volume setting.  A value of 100 indicates that the movie or sound is played back at the current volume.  A value of 0 mutes the sound.  
  8802. The default value is 100.
  8803. Notes:
  8804. Previous to the production release of Oracle Media Objects, the playVolume property represented a percentage of the movie or sound's maximum value, rather than a percentage of the current volume setting.TAIL
  8805. Applies +TXT
  8806. /data
  8807. Applies to movies, sounds
  8808. 10>LST
  8809. MOCELL10
  8810. PlayMuted  Propertyrty
  8811. Polysides PropertyPROP
  8812. popupnum
  8813. 93bkgd
  8814.     data
  8815. Polysides PropertyTAIL
  8816. +T+TXT
  8817. set the polysides to <number>ADDD
  8818. PURE+TXT
  8819. NOT AVAILABLE IN THE PLAYER
  8820. The polysides property indicates the number of sides used to construct the shape that the regular polygon tool draws. 
  8821. There are three ways to set the number of sides.  You can set the value through a dialog box.  You can open the dialog box by selecting the "Polygonshape" option from the "Settings" submenu of the "Graphic" menu or by double-clicking on the polygon tool.  
  8822. Within the dialog box there are five options: 3, 4, 5, 6, and 8.  You can also specify any number greater than 2 through a script.TAIL
  8823. URE+TXT
  8824. Type the following in the Message Box and press Enter: 
  8825. set the polysides to 10 
  8826. Now, choose the regular polygon tool within the Paint toolbar.  Click and drag to create a 10-sided polygon.TAIL
  8827. PURE+TXT
  8828. /data
  8829. Applies to global painting 
  8830. MOCELL10
  8831. There are no related topics
  8832. ScrollLimit PropertyPROP
  8833. popupnum
  8834. 113bkgd
  8835.     data
  8836. ScrollLimit PropertyTAIL
  8837. +TX+TXT
  8838. set the {horizontal | vertical} scrollLimit of
  8839.      <dataSheet | pickList | dataSheet> 
  8840.      to <integer>ADDD
  8841. The scro+TXT
  8842. The scrollLimit property determines the last row or column of a dataSheet or pickList or dataSheet that can be viewed by scrolling.  The "last" row means the bottommost fully visible row; the "last" column means the rightmost fully visible column.
  8843. The horizontal scrollLimit can be any integer from 1 to 256.  The default value is 256.
  8844. The vertical scrollLimit can be any integer from 1 to 2048.  The default value is 2048.
  8845. Notes:
  8846. If the dataScroll property is set to true, the user will be able to scroll to the scrollLimit or the last row or column containing data, whichever is less.
  8847. Cells beyond the scrollLimit (if partially visible) do not display  data or row and column labels.TAIL
  8848. You can +TXT
  8849. You can use the horizontal scrollLimit property to hide the far right columns of a pickList or a dataSheet from users.  Create a new pickList named 
  8850. test" and enter the following lines into the Message Box to label the pickList's columns and give it some data:
  8851. set the colNames of lst "test" to 
  8852.   "data1" & return & "data2" & return & 
  8853.   "secret1" & return & "secret2"
  8854. set the collabels of lst "test" to true
  8855. set the horizontal scroll of lst "test" to true
  8856. put "a" & tab & "b" & tab & "c" & tab & "d" 
  8857.     into lst "test"
  8858. Resize the pickList so that only the first two columns are visible. Try scrolling horizontally; you should be able to see the data in all of the columns. Now enter the following line in the Message Box:
  8859. set the horizontal scrollLimit of lst "test" to 2
  8860. The last two columns of the pickList are now effectively hidden, and cannot be scrolled to.TAIL
  8861. Applies +TXT
  8862. /data
  8863. Applies to datasheets, pickLists
  8864. MOCELL10>LST
  8865. MOCELL10
  8866. DataScroll Propertyerty
  8867. Reference PropertyPROP
  8868. popupnum
  8869. 96bkgd
  8870.     data
  8871. Reference PropertyTAIL
  8872. +T+TXT
  8873. get the {reference | ref} of <object>ADDD
  8874. The refe+TXT
  8875. The reference property returns an unambiguous and unique specifier for <object>.  This reference property cannot be set by the user.
  8876. For an object, the reference property is returned in the following format:
  8877. <layer> object id <id> of <layer> id <id> of 
  8878.     stack <stack name>
  8879. For a card or background, the reference property is returned in the following format:
  8880. <layer> id <id> of stack <stack name>
  8881. For a stack, the reference property is returned in the following format:
  8882. stack <stack name>TAIL
  8883. The refe+TXT
  8884. The reference property can be used to access an object from a different card or even a different stack.  You might use this property when you want to perform some action, such as hiding, disabling, or emptying, on a number of objects in more than one stack at a time.
  8885. The following button script adds the reference properties of all fields on the current card to a list of reference properties stored in a field named "Field Refs" on the first card of a stack name "mylib.sta".  The lines of the "Field Refs" field could be used to access any field, on any card of any stack, whose reference property has been added. 
  8886. on mouseUp
  8887.   repeat with i=1 to the number of fields
  8888.     put the reference of field i & return after 
  8889.       fld "Field Refs" of card 1 of stack "mylib.sta"
  8890.   end repeat
  8891. end mouseUpTAIL
  8892. Applies +TXT
  8893. /data
  8894. Applies to all objects, cards, backgrounds, stacks
  8895. MOCELL10>LST
  8896. MOCELL10
  8897. Class Name Propertyerty
  8898. ID Propertyrtyoperty
  8899. Name Propertypertyy
  8900. Random FunctionPROP
  8901. popupnum
  8902. 46bkgd
  8903.     data
  8904. Random FunctionTAIL
  8905. +T+TXT
  8906. the random of <upperlimit> 
  8907. random (<upperlimit>)ADDD
  8908. The rand+TXT
  8909. The random function returns a randomly selected integer between 1 and <upperlimit>, inclusive.  The random number generator is automatically seeded from the outset, so it always returns a new sequence.  If you need to generate a predictable sequence for testing purposes, use the setRandomSeed command.
  8910. Notes:
  8911. To get a random number within a specified range from <lowerlimit> to <upperlimit>, use the following syntax:
  8912. (the random of (<upperlimit>-<lowerlimit> +1))
  8913.   + (<lowerlimit>-1)TAIL
  8914. ll+TXT
  8915. The following function computes a random integer between two specified integers when passed the lesser of the two numbers as its first parameter and the greater of the two as its second parameter:
  8916. function random2 lower,upper
  8917.   return random(upper-lower+1) + lower -1
  8918. end random2
  8919. Place the function just described into the script of a stack and test it by typing the following in the Message Box:
  8920. random2 (10, 15)
  8921. A number between 10 and 15, inclusive, is returned.
  8922. random2 (-5, 5)
  8923. A number between -5 and 5, inclusive, is returned.TAIL
  8924. 10>LST
  8925. MOCELL10
  8926. SetRandomSeed  Commandand
  8927. Prepare  CommandPROP
  8928. popupnum
  8929. 73bkgd
  8930.     data
  8931. Prepare  CommandTAIL
  8932. +T+TXT
  8933. prepare <movie>ADDD
  8934. URE+TXT
  8935. The prepare command prepares a movie for playback by opening the file on the disk or requesting a stream from the server, allocating memory, and performing some initialization.
  8936. Notes:
  8937. Every movie playback must be preceded by a prepare.  If you use the play command without first using the prepare command, the movie object performs an implicit prepare to do the necessary work.  The following code:
  8938. on mouseUp
  8939.   prepare mov 1
  8940.   play mov 1
  8941. end mouseUp
  8942. performs exactly the same functions as:
  8943. on mouseUp
  8944.   play mov 1
  8945. end mouseUp
  8946. Decoupling the prepare command from the play command allows you to prepare a movie well in advance of actually playing the movie, which is an advantage in a networked environment where requesting a stream from the server may be time
  8947. consuming and expensive.  
  8948. For example, if you create an application in which a user is solving a puzzle, the application can be busy preparing the "You Win!" and "Try Again" movies in the background, perhaps taking up 20 seconds that the user doesn't notice while engrossed in solving the puzzle.TAIL
  8949. PURE+TXT
  8950. The following handler prepares a movie whenever a card is opened.
  8951. on openCard
  8952.   prepare movie "Instructions"
  8953. end openCard
  8954. The following handler in a button script plays a movie when the user clicks on the button:
  8955. on mouseUp
  8956.   play movie "Instructions"
  8957. end mouseUpTAIL
  8958. RE+TXT
  8959. /data
  8960. Applies to movies
  8961. PURE>LST
  8962. MOCELL10
  8963. Play File Command
  8964. Release  CommandCommand
  8965. Stop  Commandand
  8966. Print Card CommandPROP
  8967. popupnum
  8968. 74bkgd
  8969.     data
  8970. Print Card CommandTAIL
  8971. +T+TXT
  8972. print {{all | <number>} cards | <card>}ADDD
  8973. The prin+TXT
  8974. The print command is used to send the contents of one or more cards to the currently selected printer.   
  8975. print all cards prints all cards located in the current stack
  8976. print <number> cards prints a specified number of cards from within the current stack
  8977. print <card> prints only the specified target card
  8978. Notes:
  8979. Objects whose dontPrint property is set to true will not appear on a printed card.TAIL
  8980. The foll+TXT
  8981. The following statements are all valid uses of the print command:
  8982. print this card
  8983. print next card
  8984. print the first card of this stack
  8985. print card "menu card"
  8986. print 5 cardsTAIL
  8987. 10>LST
  8988. MOCELL10
  8989. Close Printing Commandmand
  8990. Open Printing Command] <application> Command
  8991. DontPrint Propertyerty
  8992. Properties PropertyPROP
  8993. popupnum
  8994. 94bkgd
  8995.     data
  8996. Properties PropertyTAIL
  8997. +T+TXT
  8998. get the [custom] properties of <object>ADDD
  8999. The prop+TXT
  9000. The properties property, which is read
  9001. only, returns a comma-delimited list of the names of all custom properties associated with an object.  Custom properties are defined by issuing the add property command.
  9002. Notes:
  9003. You can use the list function to quickly obtain a list of objects with a specified custom property.TAIL
  9004. The following function uses the properties property to check whether an object has a certain custom property.  The function is passed an object reference as its first parameter and the name of the property to check for as the second parameter.  The function returns true if the object has the specified property, and false if it does not:
  9005. function hasProperty objref, propname
  9006.   repeat with i=1 to the number of items in the 
  9007.     properties of objref
  9008.     if item i of the properties of objref is 
  9009.       propname then return true
  9010.   end repeat
  9011.   return false
  9012. end hasProperty
  9013. To check whether a button named "my_button" has the property country, you could use the previous function as follows:
  9014. hasProperty ("btn my_button", country)TAIL
  9015. Applies +TXT
  9016. /data
  9017. Applies to all card objects, backgrounds, cards, stacks
  9018. LL10>LST
  9019. MOCELL10
  9020. Remove Property Commandmand
  9021. Add Property Commandmand
  9022. List Functiontion
  9023. PopupMenu CommandPROP
  9024. popupnum
  9025. 72bkgd
  9026.     data
  9027. PopupMenu CommandTAIL
  9028. +T+TXT
  9029. popupMenu <itemList> at x,y> [with <integer>]ADDD
  9030. PURE+TXT
  9031. The popupMenu command displays a popup-type menu that contains the return-delimited items listed in <itemList>.  The top-left corner of the line specified by <integer> is displayed at the x and y pixel coordinates specified in <x,y>.
  9032. If the user selects an item from the popup menu by positioning the cursor over the item and releasing the mouse button, the line number of the selected item is placed into the variable it.  If no item is selected, zero is returned in it.
  9033. Notes:
  9034. On the Macintosh, because pop-up menus display only while the mouse button is depressed, popupMenu cannot be used within a mouseUp handler.
  9035. On Windows, pop-up menus can be displayed while the mouse button is up, in which case a selection is made by clicking on the desired line of the menu.  On pop-up menus displayed while the mouse button is up or displayed at a location not under the mouse pointer, the first line of the menu is highlighted.  
  9036. Pop-up menus that overlap the top or bottom of the screen on Windows do not scroll automatically as they do on the Macintosh.TAIL
  9037. PURE+TXT
  9038. Add the following handler to a card to display a popup menu of color names wherever the user clicks on the card:
  9039. on mouseDown
  9040.   put "Red" & return & "Green" & return & 
  9041.        "Blue" into menu_list
  9042.   popupMenu menu_list at the mouseLoc
  9043.   if it is not 0 then
  9044.     put line it of menu_list into fld "color name"
  9045.   end if
  9046. end mouseDownTAIL
  9047. PURE>LST
  9048. MOCELL10
  9049. There are no related topics
  9050. Put CommandPROP
  9051. popupnum
  9052. 76bkgd
  9053.     data
  9054. Put CommandTAIL
  9055. T+TXT
  9056. For bitmaps:
  9057. put {<bitmap> | empty} into <bitmap>
  9058. For text containers (variables, fields, pickLists, dataSheets, dataSheets, charts):
  9059. put <source> [into| before | after 
  9060.      [<chunk> of] <container>]ADDD
  9061. The put +TXT
  9062. The put command places a value into a container.
  9063. into replaces the current contents of the container
  9064. before places the source value before the indicated destination; before does not apply to dataSheets, pickLists, or charts or dataSheets
  9065. after appends the source value after the indicated destination;  for dataSheets, pickLists, and charts, after does not apply to cell chunks
  9066. When working with bitmap objects, you can use the put command to perform copy and clear operations on the images in a bitmap.
  9067. Notes:
  9068. If no destination container is specified, the put command places the value in the Message Box. 
  9069. If Oracle Media Objects doesn't recognize the destination container, it creates a new local variable with that name.   
  9070. You can delete the value in a container by putting the constant empty or "" into it.  This does not delete the container itself.  You can also specify a chunk expression to insert, replace, or delete a portion of the contents. 
  9071. The put command cannot be used to change the value of a property; the set command performs this function.TAIL
  9072. Create a+TXT
  9073. Create a text field and named it "test".  Type the following lines in the Message Box and press Enter after each: 
  9074. put "Access your data" into field "test" 
  9075. put "from the desktop" after word 3 of field "test" 
  9076. put "Oracle Media Objects:" into myvariable 
  9077. put myvariable before word 1 of field "test"TAIL
  9078. MOCELL10
  9079. Get Commandmand
  9080. Set Commanded  Command
  9081. &INFO
  9082. Top PropertyPROP
  9083. popupnum
  9084. 137bkgd
  9085.     data
  9086. Top PropertyTAIL
  9087. set the top of {<object> | {card | cd} <window>}
  9088.     to <number>ADDD
  9089. RE+TXT
  9090. The top property is the position of the top of an object.  The position is measured in pixels from the top of the card window.
  9091. Notes:
  9092. You use the top property to determine or change the value of item 2 of the rectangle property (left, top, right, bottom) when applied to the specified object. You can set the top property of an object to a value off the screen, which will effectively hide the object. 
  9093. Changing the top property does not change the size of the object.TAIL
  9094. PURE+TXT
  9095. /data
  9096. Applies to all card objects, backgrounds, card windows, message box, toolbar
  9097. PURE>LST
  9098. MOCELL10
  9099. Bottom Propertyperty
  9100. BottomRight Propertyerty
  9101. Left Propertyrtyy
  9102. Location (Loc) Property
  9103. Rectangle Propertyerty
  9104. Right Propertyoperty
  9105. TopLeft Propertyerty
  9106. ReleaseStack MessagePROP
  9107. popupnum
  9108. 39bkgd
  9109.     data
  9110. ReleaseStack MessageTAIL
  9111. +T+TXT
  9112. on releaseStack
  9113. end releaseStackADDD
  9114. RE+TXT
  9115. The releaseStack message is generated whenever a library stack is made inactive through the issuance of the release library command.
  9116. Notes:
  9117. A releaseStack handler should verify that the stack in which the handler resides is the intended recipient of the message.  If the newly deactivated library stack does not handle the releaseStack message, the message is passed up the hierarchy and will be sent to other active library stacks until it is handled.TAIL
  9118. PURE+TXT
  9119. Place the following handler in the script of the stack you intend to library.  The handler checks that the stack is the intended recipient of the releaseStack message.  If the stack is correct, a dialog box is displayed to confirm the release of the stack.
  9120. on releaseStack
  9121.   if the name of the target is the name of me then
  9122.     answer "Stack" && the short name of 
  9123.        me && "released."
  9124.   else
  9125.     pass releaseStack
  9126.   end if
  9127. end releaseStackTAIL
  9128. PURE+TXT
  9129. /data
  9130. Sent to the most recently deactivated library stackTAIL
  9131. PURE>LST
  9132. MOCELL10
  9133. Release Library Commandmand
  9134. Library Command Command
  9135. LibraryStack MessagesageADDD
  9136. Select CommandPROP
  9137. popupnum
  9138. 87bkgd
  9139.     data
  9140. Select CommandTAIL
  9141. +T+TXT
  9142. For all objects (authoring environment only):
  9143. select <object | empty>
  9144. For chunk expressions:
  9145. select <chunk> of <field | dataSheet | variable>ADDD
  9146. PURE+TXT
  9147. The select command has two functions: 
  9148.      
  9149.   (AUTHORING ENVIRONMENT ONLY) selects any Oracle Media Objects object
  9150.      
  9151.   selects a chunk expression from a field, dataSheet, or variabl
  9152. When using the select command to select an object, the correct tool is automatically chosen depending on the selected object. 
  9153. The select empty command deselects text and removes the insertion point.
  9154. Notes:
  9155. The select command ignores the lockText property from within a field.  Changes typed into the field are recognized only when the lockText property of that field is false and the stack is not protected from modification.TAIL
  9156. URE+TXT
  9157. Create a button and call it 
  9158. selectMe".  Now type the following into the Message Box and press Enter:
  9159. select btn selectMe
  9160. Notice that the button is selected and the Button toolbar is displayed.
  9161. Create a field named 
  9162. test".  Type several lines of text into the field.  Next, type the following lines into the Message Box and press Enter after each.  Each line highlights the appropriate text.
  9163. select before word 2 of line 1 of field "test" 
  9164. select char 5 to 9 of field "test" 
  9165. select line 2 of field "test" 
  9166. PURE+TXT
  9167. /data
  9168. Applies to all objects
  9169. PURE>LST
  9170. MOCELL10
  9171. SelectedObject Functiontion
  9172. Selection Functiontion  ADDD
  9173. Realize CommandPROP
  9174. popupnum
  9175. 79bkgd
  9176.     data
  9177. Realize CommandTAIL
  9178. +T+TXT
  9179. realize <palette>ADDD
  9180. E+TXT
  9181. The realize command realizes, or makes active, the color lookup table (CLUT) stored in a particular palette object
  9182. Notes:
  9183. Once a palette object has been realized, its CLUT is global to the screen and affects all 256-color graphics on the screen, including other palettes and screen elements such as the toolbar.
  9184. The highest-numbered visible palette object is realized automatically when the card on which it resides is opened.  
  9185. Once a palette has been realized, its CLUT is active until either:
  9186. The realize command is issued with another palette object as its argument
  9187. A card is opened that contains a different CLUT in a visible palette objectTAIL
  9188. PURE+TXT
  9189. realize palette id 5TAIL
  9190. PURE+TXT
  9191. /data
  9192. Applies to palettes
  9193. PURE>LST
  9194. MOCELL10
  9195. There are no related topics
  9196. Row Tabular ChunkPROP
  9197. popupnum
  9198. 8bkgd
  9199.     data
  9200. Row Tabular ChunkTAIL
  9201. ++TXT
  9202. row <integer1> [to <integer2>] {of | in} 
  9203.      <pickList | dataSheet | dataSheet | chart>
  9204. the <ordinal> row {of | in} <pickList | dataSheet | dataSheet | chart>ADDD
  9205. E+TXT
  9206. The row chunk yields all of the values in a particular row or range of rows in a multi line object.  In the returned value, each row is delimited by returns; each column is delimited by tabs.TAIL
  9207. PURE+TXT
  9208. You can use a field and a pickList in conjunction to simulate a combo box.  Create a field named Fruits and place the following handler into its script:
  9209. on openField
  9210.   show lst "theList"
  9211. end openField
  9212. Create a pickList named "theList".  Type the following in the Message Box, and press Enter:
  9213. put "Apples" & return & "Oranges" & return & "Pears" into lst "theList"
  9214. Now place the following handler into the pickList's script:
  9215. on mouseUp rowNum
  9216.   put row rowNum of me into fld "Fruits"
  9217.   hide me
  9218. end mouseUp
  9219. Hide the pickList and click in the field.  The pickList appears and you can pick a fruit, after which the pickList disappears.TAIL
  9220. PURE>LST
  9221. MOCELL10
  9222. Cell Tabular Chunkhunk
  9223. Column Tabular ChunkhunkADDD
  9224. SharedData  PropertyPROP
  9225. popupnum
  9226. 117bkgd
  9227.     data
  9228. SharedData  PropertyTAIL
  9229. +TX+TXT
  9230. set the sharedData of 
  9231.     <bitmap | dataSheet | field | palette | pickList>
  9232.      to <boolean>ADDD
  9233. PURE+TXT
  9234. The sharedData property applies only to objects residing on the background.  If the sharedData property of an object is true, any data contained in the background object appears on every card sharing that same background.  If the sharedData property of an object is false, the data contained in the object is unique to every card sharing the background.
  9235. The default value of sharedData is true.
  9236. Notes:
  9237. Use caution when toggling sharedData on and off.  If sharedData is set to false and you are displaying unique data on each card using a shared background object, and you then turn sharedData on, you will lose data on all cards except the current card.TAIL
  9238. PURE+TXT
  9239. /data
  9240. Applies to bitmaps, datasheets, fields, palettes, picklists
  9241. MOCELL10
  9242. There are no related topics
  9243. Release  CommandPROP
  9244. popupnum
  9245. 80bkgd
  9246.     data
  9247. Release  CommandTAIL
  9248. +T+TXT
  9249. release <movie>ADDD
  9250. URE+TXT
  9251. The release command disassociates movie resources from its movieFile.
  9252. Notes:
  9253. To conserve system resources, you should use the release command whenever you don't expect to display the movie.
  9254. A release occurs automatically in the following situations:
  9255. the movie object is deleted
  9256. the movieFile property is changed
  9257. the stack is closed
  9258. the user navigates to a card or background that does not contain the movieTAIL
  9259. PURE+TXT
  9260. Suppose that you want to display an opening logo movie once, when you open a stack.  Assume that the movieFile property is already set.
  9261. First, create a movie object and name it 
  9262. Logo".  Next, place the following handler into the script of the stack:
  9263. on openStack
  9264.   show movie "Logo"
  9265.   prepare movie "Logo"
  9266.   play movie "Logo"
  9267. end openStack
  9268. Finally, place the following handler into the script of movie "Logo":
  9269. on playStopped
  9270.   hide movie "Logo"
  9271.   release movie "Logo"
  9272. end playStoppedTAIL
  9273. PURE+TXT
  9274. /data
  9275. Applies to movies
  9276. PURE>LST
  9277. MOCELL10
  9278. Prepare  Commandand
  9279. LockText PropertyPROP
  9280. popupnum
  9281. 67bkgd
  9282.     data
  9283. LockText PropertyTAIL
  9284. +T+TXT
  9285. set the lockText of <object> to <boolean>ADDD
  9286. The lock+TXT
  9287. The lockText property determines whether the text of a field or cell of a dataSheet can be edited.  The default value is false, which allows editing.
  9288. For fields, if the Browse cursor is moved over a text area in which lockText is set to false, the cursor becomes an I-beam. Clicking in such an area establishes a text insertion point.  If a field's lockText property is true, the cursor does not change and text cannot be inserted.
  9289. For fields, when the lockText property is false, the messages mouseDown, mouseStillDown, and mouseUp are not sent to the object when you click in a field, although they are sent when the user clicks on the field or dataSheet label.  When lockText is true, the messages openField and closeField are not sent when the user clicks in the field.
  9290. For dataSheets, when the lockText property is false, clicking in a cell allows you to edit the contents of that cell.  Pressing Enter on the Macintosh or Windows moves the insertion point one cell to the right.  If the insertion point is in the last column (column 256), pressing the right arrow key or Enter places the insertion point in the first column of the next row.  Pressing the left arrow key at this point would place the insertion point in the last column of the previous row.  
  9291. For dataSheets, when the lockText property is true, the dataSheet behaves exactly like a pickList when the user clicks in it: clicked rows are selected and hilited.   Note that you can still import data into a dataSheet when this property is true;  you simply cannot perform cell-level editing.TAIL
  9292.  a+TXT
  9293. Create a background field called 
  9294. date".  Assuming that you already have a handler that automatically puts the date into this field (see openBackground for an example), you don't want users to be able to change the contents of that field, so type the following in the Message Box and press Enter: 
  9295. set the lockText of bg field "date" to trueTAIL
  9296. plies +TXT
  9297. /data
  9298. Applies to datasheets, fields
  9299. MOCELL10>LST
  9300. MOCELL10
  9301. There are no related topics
  9302. OINFO
  9303. Not OperatorPROP
  9304. popupnum
  9305. 12bkgd
  9306.     data
  9307. Not OperatorTAIL
  9308. not <boolean>ADDD
  9309. PURE+TXT
  9310. The not operator returns true if the expression on its right is false, and false if the expression on its right is true.TAIL
  9311. PURE+TXT
  9312. Create a button named 
  9313. Test" and turn its autoHilite property off in the Info dialog box.  Place the following handler into the button's script:
  9314. on mouseUp
  9315.   set the hilite of me to (not the hilite of me)
  9316. end mouseUpTAIL
  9317. URE>LST
  9318. MOCELL10
  9319. There are no related topics
  9320. Remove Property CommandPROP
  9321. popupnum
  9322. 82bkgd
  9323.     data
  9324. Remove Property CommandTAIL
  9325. +T+TXT
  9326. remove property <property> from <object>ADDD
  9327. The remo+TXT
  9328. The remove property command disassociates a custom property from an object.  <property> must be the name of a currently defined custom property for <object>.
  9329. You cannot remove a standard property from an object.TAIL
  9330. Create a+TXT
  9331. Create a new button named 
  9332. Show Properties" and place the following handler into its script:
  9333. on mouseUp
  9334.   put the properties of me
  9335. end mouseUp
  9336. Now type the following lines in the Message Box, pressing Enter after each:
  9337. add property "custom1" to btn 
  9338.    "Show Properties"
  9339. add property "custom2" to btn 
  9340.    "Show Properties"
  9341. Switch to Browse mode and click the "Show Properties" button to see a list of its properties in the Message Box, like this:
  9342. custom1, custom2
  9343. Type the following line in the Message Box and press Enter:
  9344. remove property "custom1" from btn 
  9345.     "Show Properties"
  9346. Now click the button once more to see the list of properties.TAIL
  9347. MOCELL10>LST
  9348. MOCELL10
  9349. Add Property Commandmand
  9350. Properties Propertyerty
  9351. /INFO
  9352. Type PropertyPROP
  9353. popupnum
  9354. 139bkgd
  9355.     data
  9356. Type PropertyTAIL
  9357. +TX+TXT
  9358. set the type of <palette> to 
  9359.     <windows | macintosh>ADDD
  9360. This pro+TXT
  9361. This property determines whether the palette functions like a Windows palette or a Macintosh palette.
  9362. Notes:
  9363. You can use either palette on either machine, but using a Macintosh palette on a Windows machine will cause a strange display.  This is due to the fact that Windows reserves the top and bottom 10 colors for system use, leaving 236 colors that the user can change.  
  9364. The Macintosh reserves only two colors, white and black.  You will not notice any adverse effect if you use a Windows palette on a Macintosh, but you will have only 236 custom colors, not the 254 that you would normally get on the Macintosh.TAIL
  9365. s +TXT
  9366. /data
  9367. Applies to palettes
  9368. MOCELL10>LST
  9369. MOCELL10
  9370. Entries Propertyerty
  9371. Target Special ContainerPROP
  9372. popupnum
  9373. 4bkgd
  9374.     data
  9375. Target Special ContainerTAIL
  9376. ++TXT
  9377. the targetADDD
  9378. The targ+TXT
  9379. The target identifies the first object to receive the message most recently issued by Oracle Media Objects.  The contents of the target can be changed with the put command. 
  9380. The target function identifies the object by its abbreviated name property.  The name property consists of the type of object and the name of the object (enclosed in quotation marks).  If the object's name property is empty, the ID number is identified instead.TAIL
  9381. Create a+TXT
  9382. Create a button with the following script: 
  9383. on mouseUp 
  9384.   put the target 
  9385. end mouseUp 
  9386. To return the button name, click on the button. 
  9387. 10>LST
  9388. MOCELL10
  9389. There are no related topics
  9390. TextAlign PropertyPROP
  9391. popupnum
  9392. 130bkgd
  9393.     data
  9394. TextAlign PropertyTAIL
  9395. +TX+TXT
  9396. For the text tool:
  9397. set the textAlign to <alignment>
  9398. For objects:
  9399. set the textAlign of [<part> of] <object> 
  9400.      to <alignment>ADDD
  9401. RE+TXT
  9402. The textAlign property determines the alignment of the text in an object or in a chunk of an object, except field chunks.  Such text might be a button or movie label, a field's text, a column of a dataSheet, or text typed with the text tool in painting.  Each property setting produces the effect described in the following list: 
  9403. Property Setting:  right
  9404. Effect:  right-justified
  9405. Property Setting:  left
  9406. Effect:  left-justified
  9407. Property Setting:  center
  9408. Effect:  centered
  9409. You can apply the textAlign property to the following object parts:
  9410. Bitmap and field parts:  label
  9411. DataSheet and pickList parts:  colLabel, ¥column (col)
  9412. Setting textAlign on an entire field, pickList, or dataSheet affects only the data contained in the object.TAIL
  9413. PURE+TXT
  9414. Create a button with the following script: 
  9415. on mouseUp 
  9416.   choose text tool 
  9417.   put the textAlign into format
  9418.   if format = "left" then set the textAlign to center 
  9419.   click at 100,100 
  9420.   type "Oracle Corporation" 
  9421.   choose browse tool 
  9422. end mouseUp 
  9423. Return to Browse mode and click on the button.TAIL
  9424. PURE>LST
  9425. MOCELL10
  9426. There are no related topics
  9427. Repeat WhilePROP
  9428. popupnum
  9429. 14bkgd
  9430.     data
  9431. Repeat WhileTAIL
  9432. repeat while <condition>
  9433. end repeatADDD
  9434. The repe+TXT
  9435. The repeat while control statement repeats a part of a script while a specific condition is true.  The condition must supply a value of true or false. 
  9436. Notes:
  9437. Repeat while <condition> produces the same result as repeat until not <condition>.TAIL
  9438. The foll+TXT
  9439. The following field script continuously adds 1 to an amount held within a field named 
  9440. total" while the mouse button is down and in that field: 
  9441. on openField 
  9442.   put 0 into field "total" 
  9443.   repeat while the mouse is down 
  9444.     add 1 to field "total" 
  9445.   end repeat 
  9446. end openFieldTAIL
  9447. OCELL10>LST
  9448. MOCELL10
  9449. Exit Repeat Control Statement
  9450. Next Repeat Control Statement
  9451. Repeat Control Statement
  9452. Repeat Forever
  9453. Repeat Until
  9454. Repeat With
  9455. ReturnInField MessagePROP
  9456. popupnum
  9457. 40bkgd
  9458.     data
  9459. ReturnInField MessageTAIL
  9460. +T+TXT
  9461. on returnInField 
  9462. end returnInFieldADDD
  9463. The retu+TXT
  9464. The returnInField message is sent when the Enter key on MS-Windows or the Return key on Macintosh is pressed  while an insertion point or selection is in a field.  If you want the key press to have its usual effect, you must pass returnInField at the end of your handler.
  9465. Notes:
  9466. For cross
  9467. platform compatibility reasons, it is necessary to use the ReturnInField message in conjunction with the Enter key on Windows platforms.  The EnterInField message is used in conjunction with Ctrl-Enter on Windows, or the Enter key on the Macintosh.TAIL
  9468.  a+TXT
  9469. Create a field with the showLines property set to true. Resize the field so that only one line is visible.  Put the following into the field script: 
  9470. on returnInField 
  9471.   answer "Sorry, only one line" 
  9472. end returnInField 
  9473. Return to Browse mode and type a line into the field.  Press the Enter key.TAIL
  9474. to +TXT
  9475. /data
  9476. Sent to a fieldTAIL
  9477. MOCELL10>LST
  9478. MOCELL10
  9479. EnterInField Messagesage 
  9480. ReturnKey Messagesage 
  9481. 2INFO
  9482. UnitRate PropertyPROP
  9483. popupnum
  9484. 140bkgd
  9485.     data
  9486. UnitRate PropertyTAIL
  9487. +TX+TXT
  9488. the unitRate of <movie | path | sound | timer>ADDD
  9489. PURE+TXT
  9490. The unitRate property is read-only and indicates the number of units of the time coordinate system (specified by the units property) that pass per second; thus, a value of 1 represents a time system measured in seconds, while a value of 60 equates to sixtieths of a second.
  9491. The default value of the unitRate property is 60
  9492. a units property setting of ticks.  The other possible values are 1000
  9493. a units property setting of milliseconds, or 1
  9494. a units property setting of seconds.
  9495. Notes:
  9496. The unitRate property applies only to the current setting of the units property.  It is not related to the optional millisecond/ticks qualifier used in the start command.  The start command applies only to timers.TAIL
  9497. /data
  9498. Applies to movies, paths, sounds, timers 
  9499. RE>LST
  9500. MOCELL10
  9501. Units Propertyerty
  9502. Reset PaintPROP
  9503. popupnum
  9504.     data
  9505. Reset PaintTAIL
  9506. reset paintTAIL
  9507. NOT AVAILABLE IN THE PLAYER
  9508. The reset paint command sets the global painting properties, which are used by the tools in the painting toolbar, to their default values.  The following lists these properties and their default values.
  9509. _______________________
  9510. Property    Default Value
  9511. _______________________
  9512. brush            8
  9513. centered        false
  9514. snapToGrid        false
  9515. filled            false
  9516. linesize        1
  9517. pattern            12
  9518. polysides        4
  9519. textalign        left
  9520. textfont        system
  9521. textsize        12
  9522. textstyle        plain
  9523. textheight        16TAIL
  9524. MOCELL10
  9525. There are no related topics
  9526. TextFont PropertyPROP
  9527. popupnum
  9528. 132bkgd
  9529.     data
  9530. TextFont PropertyTAIL
  9531. +TX+TXT
  9532. For the text tool:
  9533. set the textFont to <font>
  9534. For objects:
  9535. set the textFont of [<part> of | <chunk> of] 
  9536.      <object> to <font>ADDD
  9537. E+TXT
  9538. The textFont property determines the typeface of an object's text or text part or of text typed at an insertion point selected with the text tool.  Object parts are listed in the following table:
  9539. Bitmap and field parts:  label
  9540. DataSheet and pickList parts:  colLabel, column (col)
  9541. Field chunks:  char, item, line, word
  9542. The textFont property can be set to any font that is installed and available in the user's computer system. The textFont property can be changed by using the set command and retrieved by using the get command.   
  9543. Notes:
  9544. If different fonts are used in a text selection, textFont returns the font of the first character in the selection.
  9545. If you wish to change the textFont of a chunk of a field, the field's multiFont property must be set to true.  You must also specify the text whose font you wish to change:
  9546. set the textFont of char 5 to 10 of fld 2 to Helv
  9547. If the multiFont property is not true then the preceding line sets the entire field to Helvetica.TAIL
  9548. PURE+TXT
  9549. Create a field "Test" and type a word into it.  Now type the following into the Message Box:
  9550. set the textFont of word 1 of field "Test" to PalatinoTAIL
  9551. PURE+TXT
  9552. /data
  9553. Applies to bitmaps, buttons, datasheets, fields, groups, movies, picklists, shapes, the text tool (global)
  9554. E>LST
  9555. MOCELL10
  9556. MultiFont Propertyerty
  9557. TextAlign Propertyerty
  9558. TextColor Propertyerty
  9559. TextHeight Propertyerty
  9560. TextSize Propertyerty
  9561. TextStyle Propertyerty  ADDD
  9562. 8INFO
  9563. AutoHilite PropertyPROP
  9564. popupnum
  9565. 4bkgd
  9566.     data
  9567. AutoHilite PropertyTAIL
  9568. ++TXT
  9569. set the autoHilite of <button | shape | bitmap | 
  9570.      pickList | dataSheet> to <boolean>
  9571. bitmap |ADDD
  9572. The auto+TXT
  9573. The autoHilite property controls whether a button, shape, dataSheet, or pickList row is highlighted when clicked. 
  9574. The visual effect of clicking on an object whose autoHilite property is true depends on the object style properties.  For example, a rectangle-style button whose autoHilite is set to true is highlighted briefly when the user clicks on the button; but when the mouse button is released, the rectangle button returns to its unhighlighted state.  However, clicking on a radio button whose autoHilite property is set to true toggles the state of the button: if it is highlighted, it becomes unhighlighted; if unhighlighted, it becomes highlighted.
  9575. Clicking in a pickList or dataSheet whose autoHilite property is true highlights the row that was clicked in.  To highlight multiple rows, hold down the Shift key (for contiguous rows) or the Ctrl key (for non contiguous rows) while clicking.  Note that the lockText of the dataSheet must be true for its rows to be hilighted.
  9576. Clicking on an object whose autoHilite property is false provides no visual effect, regardless of the style properties.
  9577. Notes:
  9578. The mouseUp and mouseDown messages themselves do not affect the highlighting of a button.  It is the action of pressing and releasing the button that causes the button to be highlighted when the autoHilite property is set to true.TAIL
  9579. Create a+TXT
  9580. Create a button and name it "AutoHilite Off".  Go to the button's Info dialog box and verify that autoHilite is not checked.  Now create another button and name it "AutoHilite On".  Go to this button's Info dialog box and check the autoHilite property.
  9581. Clicking on the "AutoHilite Off" button provides no visual response.  Clicking on the "AutoHilite On" button provides a visual response similar to "turning on."TAIL
  9582. Applies +TXT
  9583. /data
  9584. Applies to buttons, datasheets, picklists, shapes
  9585. MOCELL10>LST
  9586. MOCELL10
  9587. Hilite Propertyproperty
  9588. Hilite Command
  9589. LockText Property
  9590. Unhilite Command
  9591. ReturnKey MessagePROP
  9592. popupnum
  9593. 41bkgd
  9594.     data
  9595. ReturnKey MessageTAIL
  9596. +T+TXT
  9597. on returnKey
  9598. end returnKeyADDD
  9599. The retu+TXT
  9600. The returnKey system message is sent to the current card when the user presses the Enter key, except while the user is responding to an answer or ask command orediting text in  a dataSheet or an unlocked field.  If the message is not intercepted, Oracle Media Objects executes the contents of the Message Box.  If a field is open for text editing, pressing the Enter key types a return character in the field.  In a dataSheet, pressing the Enter key moves the cursor to the next row.
  9601. The Return key on the Macintosh keyboard and the Enter key on the PC keyboard are equivalent in Oracle Media Objects.  To ensure compatibility, use returnKey on both platforms.
  9602. Notes:
  9603. If you want to use the Message Box during development on a card that intercepts returnKey messages, add the following line to the top of your returnKey handler:
  9604. if the visible of the message then pass returnKeyTAIL
  9605. Sent to +TXT
  9606. /data
  9607. Sent to the current cardTAIL
  9608. LL10>LST
  9609. MOCELL10
  9610. ReturnInField Messagesage
  9611. ReverseOnReplay  PropertyPROP
  9612. popupnum
  9613. 97bkgd
  9614.     data
  9615. ReverseOnReplay  PropertyTAIL
  9616. +T+TXT
  9617. set the reverseOnReplay of <movie | path> 
  9618.      to <boolean>
  9619. set the playStyel of <movie | path> 
  9620.       to reverseOnReplayADDD
  9621. PURE+TXT
  9622. Note:  The reverseOnReplay boolean property is one possible value for the playStyle property of movies and paths.
  9623. This is an alternative to setting the reverseOnReplay value of the playStyle property.  Set reverseOnReplay to true if you would like the movie or path to reverse direction on replay.  Set to false if you would like to turn this property off.  
  9624. When reverseOnReplay is set to true and playNumber >1, each replay reverses the direction of the previous play.
  9625. Notes:
  9626. Even if reverseOnReplay is set to true, you must set playNumber >1 to produce the expected result.TAIL
  9627. PURE+TXT
  9628. /data
  9629. Applies to movies, paths
  9630. URE>LST
  9631. MOCELL10
  9632. PlayStyle  Propertyrty
  9633. PlayNumber  Propertyrty
  9634. Right PropertyPROP
  9635. popupnum
  9636. 98bkgd
  9637.     data
  9638. Right PropertyTAIL
  9639. +T+TXT
  9640. set the right of {<object> | {card | cd} 
  9641.      <window>} to <x,y>ADDD
  9642. E+TXT
  9643. The right property is the position of the right side of an object, measured in pixels, from the left side of the card window.   The object's right position is expressed as an x, y screen coordinate where x and y are positive integers representing pixels.  
  9644. You can use the right property to determine or change the value of item 3 of the rectangle property (left, top, right, bottom) when applied to the specified object or window. 
  9645. Notes:
  9646. Changing the right property does not change the size of the object; the left property automatically changes by the same amount.  To change an object's width, either set its width property or its rectangle property.TAIL
  9647. PURE+TXT
  9648. Create a button and name it "Test".  Type the following lines in the Message Box and press Enter after each: 
  9649. the right of button "test" 
  9650. set the right of button "test" to the right of 
  9651.     button "test" + 50TAIL
  9652. PURE+TXT
  9653. /data
  9654. Applies to all objects, backgrounds, card windows, message box, toolbar
  9655. PURE>LST
  9656. MOCELL10
  9657. Bottom Propertyperty
  9658. BottomRight Propertyerty
  9659. Height Propertyerty
  9660. Rectangle Propertyerty
  9661. Top Propertyerty
  9662. TopLeft Propertyerty
  9663. Width Propertyrtyy
  9664. bINFO
  9665. OptionKey FunctionPROP
  9666. popupnum
  9667. 41bkgd
  9668.     data
  9669. OptionKey FunctionTAIL
  9670. +T+TXT
  9671. the optionKey
  9672. optionKey()ADDD
  9673. PURE+TXT
  9674. The optionKey function indicates whether the Alt key is being pressed.  If the Alt key is being pressed, the function returns down; if the Alt key is not being pressed, the function returns up.  The Option key on the Macintosh keyboard and the Alt key on the PC keyboard are equivalent in the Oracle Media Objects environment.
  9675. When placed in a card-level script, the following handlers allow the user to click on and drag any object.  However, if the user clicks on the object while holding down the Alt key,  Oracle Media Objects creates a duplicate of the object, which remains in the original object's position.  
  9676. RE+TXT
  9677. The following handler causes any object to become 
  9678. draggable"; that is, the user can click on it and drag the object around for as long as the mouse button remains down. 
  9679. on mouseStillDown 
  9680.   set the location of the target to the mouseLoc 
  9681. end mouseStillDown 
  9682. The following handler checks the status of the Alt/Option key and, if it is down, creates a copy of the target object.
  9683. on mouseDown 
  9684.   if the optionKey is "down" then 
  9685.     lock screen 
  9686.     set the hilite of the target to false 
  9687.     select the target 
  9688.     Copy
  9689.     choose Browse tool 
  9690.     Paste
  9691.     unlock screen 
  9692.   else
  9693.     set the location of the target to the mouseLoc
  9694.   end if 
  9695. end mouseDownTAIL
  9696. PURE>LST
  9697. MOCELL10
  9698. Clear  Commandtion
  9699. CommandKey Functiontion
  9700. Copy  Command as <filena
  9701. Copy Card  Commandfilena
  9702. Create Card Commanddmman
  9703. Cut Commandmand
  9704. Paste  Commandmmand
  9705. Paste Card  Commandand
  9706. ShiftKey Functiontion
  9707. Scroll CommandPROP
  9708. popupnum
  9709. 85bkgd
  9710.     data
  9711. Scroll CommandTAIL
  9712. +T+TXT
  9713. For fields:
  9714. scroll <field> [from <startScroll>] 
  9715.     [to <endScroll>] in <integer> 
  9716.     [seconds | ticks | milliseconds] 
  9717.     [accelerate | decelerate | natural]
  9718. For pickLists and dataSheets:
  9719. scroll <pickList | dataSheet> 
  9720.      {horizontally | vertically}
  9721.      [from <startScroll>] [to <endScroll>] 
  9722.      in <integer> [seconds | ticks | milliseconds] 
  9723.     [accelerate | decelerate | natural]ADDD
  9724. The scro+TXT
  9725. The scroll command moves the scrollPosition of the object (which is measured in pixels, not lines) from <startScroll> to <endScroll> in the number of seconds, ticks (sixtieths of a second), or milliseconds specified by <integer>.  
  9726. If the [from <startScroll>] clause is omitted, animation begins at the current scrollPosition value.  If the [to <endScroll>] clause is omitted, text scrolls forward by one line (i.e., by a number of pixels equal to the field's textHeight property).TAIL
  9727. Create a+TXT
  9728. Create a field and name it 
  9729. Test".  Enter a line of text.   In the script of 
  9730. Test" type:
  9731. on mouseUp
  9732.   scroll me from 1 to 10 in 120 ticks
  9733. end mouseUp
  9734. Now click on field "Test".  The field scrolls down through the text.TAIL
  9735. Applies +TXT
  9736. /data
  9737. Applies to fields, picklists, datasheets
  9738. L10>LST
  9739. MOCELL10
  9740. There are no related topics
  9741. RowDelim PropertyPROP
  9742. popupnum
  9743. 100bkgd
  9744.     data
  9745. RowDelim PropertyTAIL
  9746. +TX+TXT
  9747. set the rowDelim of <dataSheet> to <character>ADDD
  9748. PURE+TXT
  9749. The rowDelim property determines the character used to separate rows that you are importing into a dataSheet (either from another object or from an external file).  
  9750. You can specify any single character as a row delimiter for a dataSheet.  The default row delimiter is ^r., a carriage return character.
  9751. Notes:
  9752. Since the default column delimiter is ^t, a <tab> character, you should probably avoid using this as a row delimiter, as well.
  9753. When the user is directly editing a cell of a dataSheet, entering the current row
  9754. delimiter character will move the cell down one row; entering the column
  9755. delimiter will move the cell to the right.  The Enter key will always move the insertion point one cell to the right; shift
  9756. Enter will move the insertion point one cell to the left.  In addition, the user can always move the insertion point in any direction by using the arrow keys.TAIL
  9757. PURE+TXT
  9758. /data
  9759. Applies to datasheets
  9760. PURE>LST
  9761. MOCELL10
  9762. ColDelim Propertyerty
  9763. Sort Commandperty
  9764. RowHeight PropertyPROP
  9765. popupnum
  9766. 101bkgd
  9767.     data
  9768. RowHeight PropertyTAIL
  9769. +TX+TXT
  9770. set the rowHeight of <dataSheet | pickList> 
  9771.      to <integer>
  9772. dataSheet |ADDD
  9773. PURE+TXT
  9774. The rowHeight property determines the height in pixels of every row of a dataSheet or pickList or dataSheet.  The rowHeight may be any positive integer from 1 to 32766; the default value is 17.
  9775. The rowHeight property is automatically adjusted to accommodate the text when the object's text font, size, or style is changed.TAIL
  9776. PURE+TXT
  9777. Create a pickList named "test" and then create a button named "Spacing" and place the following handler into its script:
  9778. on mouseUp
  9779.   answer "Would you like to see your data 
  9780.       single or double spaced?" with "Single" 
  9781.        or "Double"
  9782.   if it is "Single" then 
  9783.     set the rowHeight of pickList 1 
  9784.       to the textSize of pickList 1
  9785.   else 
  9786.     set the rowHeight of pickList 1 to 
  9787.        2*the textSize of pickList 1
  9788.   end if
  9789. end mouseUp
  9790. Enter some data into the pickList using a statement like the following.
  9791. put 3 & return & 5 & return & 7 & return & 
  9792.       35 & return & 70 & return & 8 into pickList 1
  9793. Press the "Spacing" button.TAIL
  9794. E+TXT
  9795. /data
  9796. Applies to datasheets, picklists
  9797. PURE>LST
  9798. MOCELL10
  9799. ColWidth Propertyerty
  9800. TextHeight Propertyerty
  9801. Import  CommandPROP
  9802. popupnum
  9803. 54bkgd
  9804.     data
  9805. Import  CommandTAIL
  9806. import <filename> into 
  9807.      <bitmap| dataSheet | field | pickList | 
  9808.       sound | card | background| field | "card" |
  9809.       "bkgnd">
  9810. | field | "card" | "bkgnd"ADDD
  9811. For all of the objects listed, the import command puts the contents of <filename> into the specified object.  or the paint layer of a card or background.  For fields, the import command places a text file into a field
  9812. For dataSheets, the data in the text file should be delimited using the same row and column delimiters as the dataSheet. By default, the dataSheet uses tabs as a column delimiter and returns as a row delimiter.  You can use special strings
  9813. ^t for tabs and ^r for returns
  9814. in your data values to stand for tabs and returns.  
  9815. Oracle Media Objects supports the following graphics file formats:
  9816. MS-Windows:  .BMP, .PCX
  9817. Macintosh:  PICT, PICT2, MacPaint
  9818. Oracle Media Objects supports the following sound file formats:
  9819. MS-Windows and Macintosh:  AIFF, AIFC (with no compression), WAVE
  9820. Notes:
  9821. Oracle Media Objects double buffers the imported data of any media type.  This means that you need two times the space of the data when importing.TAIL
  9822. Type the following into the Message Box and press Enter:
  9823. import "person.bmp" into bitmap 1
  9824. The following handler imports a Macintosh text file stored in the same folder as Oracle Media Objects, and places that file into the script of a button:
  9825. on mouseUp 
  9826.   import 
  9827. script.txt" into field 1
  9828.   set the script of button 1 to field 1
  9829. end mouseUp
  9830. /data
  9831. Applies to bitmaps, paint layer, fields, dataSheets, fields, sounds, cards, backgrounds
  9832. MOCELL10
  9833. There are no related topics
  9834. $Save [a] Copy as <filename>  CommandPROP
  9835. popupnum
  9836. 84bkgd
  9837.     data
  9838. Save [a] Copy as <filename>  TAIL
  9839. +T+TXT
  9840. save [a] copy as <filename>ADDD
  9841. PURE+TXT
  9842. NOT AVAILABLE IN THE PLAYER
  9843. This is the scripting equivalent of the submenu "Save a Copy....".  Use this command to save a copy of the current stack.  Note that this command functions to save only the current stack.TAIL
  9844. PURE+TXT
  9845. Type the following into the Message Box
  9846. save a copy as "backup.sta"TAIL
  9847. PURE+TXT
  9848. /data
  9849. Applies to stacks
  9850. PURE>LST
  9851. MOCELL10
  9852. Clear  Commandand
  9853. Copy  Command as <filena
  9854. Copy Card  Commandfilena
  9855. Create Card Commanddmman
  9856. Create Stack Commandmman
  9857. Cut Commandmand
  9858. Paste Card  Commandand
  9859. Script PropertyPROP
  9860. popupnum
  9861. 105bkgd
  9862.     data
  9863. Script PropertyTAIL
  9864. +TX+TXT
  9865. set the script of <object> to <scriptText>ADDD
  9866. The scri+TXT
  9867. The script of an object is the set of event handlers and functions specifically associated with and stored with that object.  
  9868. You use the script property to retrieve or to replace the script of the specified object.  The value of the script property is the text string composing the script of the specified object.   Script size is limited to 32K.
  9869. Notes:
  9870. When you set the script property using the set command, you replace the existing script entirely.TAIL
  9871. ate a+TXT
  9872. Create a field called 
  9873. scriptbox".  Create a button called 
  9874. Test". Enter the following into the field: 
  9875. on mouseUp
  9876.   put "Hello, world." 
  9877. end mouseUp 
  9878. In the Message Box, type the following and press Enter: 
  9879. set the script of button "Test" to field "scriptbox"
  9880. Now when you press the "Test" button, the message "Hello World" appears in the Message Box.TAIL
  9881. Applies +TXT
  9882. /data
  9883. Applies to all objects, backgrounds, cards, stacks
  9884. MOCELL10>LST
  9885. MOCELL10
  9886. There are no related topics
  9887. Scaling  PropertyPROP
  9888. popupnum
  9889. 104bkgd
  9890.     data
  9891. Scaling  PropertyTAIL
  9892. +TX+TXT
  9893. set the scaling of [leg <number> of] <path> to <boolean>ADDD
  9894. The scal+TXT
  9895. The scaling property allows you to create the illusion of three
  9896. dimensional animation by resizing (or scaling) an object from small to large, or vice versa, as it moves along a path.
  9897. Note that the scaling property only enables or disables scaling; you still must specify the starting and ending sizes of the object along the path with the startSize and endSize properties if you want to create the effect of three
  9898. dimensional scaling along the path.
  9899. If a leg is not specified, the value of the scaling property applies to the first leg only.TAIL
  9900. Applies +TXT
  9901. /data
  9902. Applies to paths, or legs of paths
  9903. MOCELL10>LST
  9904. MOCELL10
  9905. StartSize  Propertyrty
  9906. EndSize Propertyerty
  9907. ScreenRect FunctionPROP
  9908. popupnum
  9909. 48bkgd
  9910.     data
  9911. ScreenRect FunctionTAIL
  9912. +T+TXT
  9913. the screenRect 
  9914. screenRect()ADDD
  9915. URE+TXT
  9916. The screenRect() function returns the global coordinates of the screen size in pixels.  The coordinates are returned as left, top, right, bottom.TAIL
  9917. PURE+TXT
  9918. To find the global coordinates of your screen, type the following function in the Message Box and press Enter: 
  9919. screenRect()TAIL
  9920. PURE>LST
  9921. MOCELL10
  9922. There are no related topics
  9923. ScriptFont PropertyPROP
  9924. popupnum
  9925. 106bkgd
  9926.     data
  9927. ScriptFont PropertyTAIL
  9928. +TX+TXT
  9929. set the scriptFont to <font>ADDD
  9930. PURE+TXT
  9931. NOT AVAILABLE IN THE PLAYER
  9932. The scriptFont property determines the font in which all scripts are displayed and printed.  <font> is an expression that yields a valid font name in your machine's system or in the current stack.TAIL
  9933. PURE+TXT
  9934. To see what font is currently used to display and print your scripts, type the following into the Message Box and press Enter: 
  9935. the scriptFont 
  9936. To change the current font to Courier, type the following into the Message Box and press Enter: 
  9937. set the scriptFont to "Courier"TAIL
  9938. PURE+TXT
  9939. /data
  9940. Applies to global
  9941. PURE>LST
  9942. MOCELL10
  9943. ScriptStyle Propertyerty 
  9944. ScriptSize Propertyerty
  9945. ScriptSize PropertyPROP
  9946. popupnum
  9947. 107bkgd
  9948.     data
  9949. ScriptSize PropertyTAIL
  9950. +TX+TXT
  9951. set the scriptSize to <number>ADDD
  9952. PURE+TXT
  9953. NOT AVAILABLE IN THE PLAYER
  9954. The scriptSize property determines the size of the font used to display and print scripts.  You can obtain the scriptSize with the get or put commands and change it using the set command.TAIL
  9955. PURE+TXT
  9956. To see what font size is currently used to display and print your scripts, type the following into the Message Box and press Enter: 
  9957. the scriptSize 
  9958. To change the current font size to 12 point, type the following into the Message Box and press Enter: 
  9959. set the scriptSize to 12TAIL
  9960. PURE+TXT
  9961. /data
  9962. Applies to global
  9963. PURE>LST
  9964. MOCELL10
  9965. ScriptStyle Propertyerty  
  9966. ScriptFont Propertyerty
  9967. ScriptStyle PropertyPROP
  9968. popupnum
  9969. 108bkgd
  9970.     data
  9971. ScriptStyle PropertyTAIL
  9972. +TX+TXT
  9973. set the scriptStyle to <style>ADDD
  9974. PURE+TXT
  9975. NOT AVAILABLE IN THE PLAYER
  9976. The scriptStyle property determines the style of the font used to display and print scripts.  The standard Oracle Media Objects font styles are bold, underline, plain, italic; condense, extend, outline, and shadow are also available on the Macintosh.TAIL
  9977. PURE+TXT
  9978. the scriptStyle 
  9979. To change the current script style to underline, type the following into the Message Box and press Enter: 
  9980. set the scriptStyle to underlineTAIL
  9981. PURE+TXT
  9982. /data
  9983. Applies to global
  9984. PURE>LST
  9985. MOCELL10
  9986. ScriptStyle Propertyerty  
  9987. ScriptFont Propertyerty
  9988. If Control StatementPROP
  9989. popupnum
  9990. 7bkgd
  9991.     data
  9992. If Control StatementTAIL
  9993. ++TXT
  9994. if <condition> then 
  9995.    <commands>
  9996. [else if <condition> then
  9997.    <commands>] 
  9998. [else
  9999.    <commands>]
  10000. end ifADDD
  10001. The if c+TXT
  10002. The if control statement is used to execute one or more commands if a condition is true.  If the condition is false, the if control statement skips those commands and executes an optional set of one or more commands.TAIL
  10003. can +TXT
  10004. You can use the if control statement to facilitate an invoicing system in which customers with purchases of less then $10,000 receive a 5% discount, and customers with purchases more than $10,000 receive a 10% discount.  
  10005. 1.  Create a field and name it 
  10006. sales".
  10007. 2.  Enter a dollar amount into the field.  
  10008. 3.  If...then statements cannot be issued from the 
  10009. Message Box, so create a button with the following script: 
  10010. on mouseUp 
  10011.   put field "sales" into sales 
  10012.   if sales > 10000 then 
  10013.     put 10 into discount 
  10014.   else 
  10015.     put 5 into discount 
  10016.   end if 
  10017.   type discount 
  10018. end mouseUp 
  10019. The If...then construction in the previous example is relatively simple, because only one command is used after then and else.  It is possible, however, to use several commands.  Change your button's script to look like the following: 
  10020. on mouseUp 
  10021.   put field "sales" into sales 
  10022.   If sales > 10000 then 
  10023.     put 10 into discount 
  10024.     put sales/100*90 into total 
  10025.   else 
  10026.     put 5 into discount 
  10027.     put sales/100*95 into total 
  10028.   end if 
  10029.   type discount & 
  10030.   type total 
  10031. end mouseUpTAIL
  10032. OCELL10>LST
  10033. MOCELL10
  10034. There are no related topics
  10035. 9INFO
  10036. UseLegScaling  PropertyPROP
  10037. popupnum
  10038. 142bkgd
  10039.     data
  10040. UseLegScaling  PropertyTAIL
  10041. +TX+TXT
  10042. set the useLegScaling of <path> to <boolean>
  10043. set the playStyle of <path> to <useLegScaling>ADDD
  10044. PURE+TXT
  10045. Note:  The useLegScaling boolean property is one possible value for the playStyle property of paths.
  10046. When UseLegScaling is set to true, the play will use the scaling values of individual legs rather than the one set for the path as a whole.  When UseLegScaling is set to false, the play will use the scaling value for the path as a whole rather than those set for the individual legs.TAIL
  10047. PURE+TXT
  10048. /data
  10049. Applies to paths
  10050. PURE>LST
  10051. MOCELL10
  10052. UseLegTiming  Propertyrty 
  10053. Blocking  Propertyrty
  10054. PlayStyle  Propertyrty 
  10055. BINFO
  10056. Visual Effect  CommandPROP
  10057. popupnum
  10058. 106bkgd
  10059.     data
  10060. Visual Effect  CommandTAIL
  10061. visual effect <effectname>
  10062.      [in <integer> [ticks | seconds | milliseconds]]
  10063. The visual effect command produces a visual effect when moving from the current card or stack to the destination card or stack.  
  10064. You can specify the speed at which a visual effect occurs by specifying the number of ticks in which the transition should be completed.
  10065. Visual effects apply when navigating to another card or stack or when  unlocking the screen on the same card.  Therefore, the command must be reissued for every navigational move. 
  10066. The default time unit is ticks.
  10067. The following visual effects are available in Oracle Media Objects: 
  10068. blinds {up | down | left | right}
  10069. dissolve
  10070. iris {open | close}
  10071. pixelDissolve  (Macintosh only)
  10072. scroll { up | down | left | right}
  10073. wipe {up | down | left | right} 
  10074. zip {up | down | left | right
  10075. Each visual effect is described below:
  10076. blinds:  This simulates the closing of a venetian blind, but wipes the destination card or stack over the current card or stack..
  10077. dissolve:  The current card or stack slowly dissolves to reveal the destination card or stack.
  10078. iris:  This is sometimes called zoom.  This effect either opens or closes the destination over the current card or stack.
  10079. pixelDissolve:  On the Macintosh, this effect dissolves from the current to the destination object one pixel at a time.  This is a smoother effect than dissolve.  On Windows, this is the same as the dissolve effect.  Note:  The toolbar must be hidden for the pixelDissolve effect to work.
  10080. scroll:  This effect scrolls the destination over the current object.  Scroll differs from the wipe effect in that it actually moves, rather than simply revealing, the destination object.
  10081. wipe:  This effect wipes the destination over the current object.
  10082. zip:  This effect move from the current to the destination object one line at a time, skipping every other line.  After it reaches the end of the object, it reverses and fills in the skipped lines.TAIL
  10083. Create a new stack with two cards.  Paint one card red and the other card yellow.  Go to the first card and create a button with the following script: 
  10084. on mouseUp 
  10085.   visual effect dissolve in 10 seconds
  10086.   go to next card 
  10087.   visual effect zip close in 5 seconds
  10088.   go to previous card 
  10089.   visual effect iris open in 5 seconds 
  10090.   go to next card 
  10091.   visual effect wipe right in 5 ticks 
  10092.   go to previous card 
  10093.   visual effect scroll down 
  10094.   go to next card 
  10095.   visual effect scroll up 10 seconds
  10096.   go to previous card 
  10097. end mouseUp 
  10098. Return to Browse mode and click on the button.TAIL
  10099. /data
  10100. Applies to cards, stacks 
  10101. MOCELL10
  10102. There are no related topics
  10103. TextColor PropertyPROP
  10104. popupnum
  10105. 131bkgd
  10106.     data
  10107. TextColor PropertyTAIL
  10108. +TX+TXT
  10109. set the textColor of [<part> of | <chunk> of] 
  10110.      <object> to <color>ADDD
  10111. The text+TXT
  10112. The textColor property determines the color of the text in some objects.  Color can be applied to the following object parts:
  10113. Bitmap and field parts:  label
  10114. DataSheet and pickList parts:  colLabel, column (col)
  10115. Field chunks:  char, item, line, word
  10116. When setting the textColor property, you may use a number or a named color constant for the <color> parameter.  However, the value of the textColor property is always returned as a number.  The textColor property can be changed by using the set command and retrieved by using the get command.   
  10117. Setting textColor for movies and bitmaps changes the color of the object's label only.
  10118. If you do not specify a part, setting textColor on a field, pickList, or dataSheet affects only the data contained in the object.
  10119. Notes:
  10120. If you wish to change the textColor of a chunk of a field, the field's multifont property must be set to true.  You must specify the text whose color you wish to change using a command such as:
  10121. set the textColor of word 2 of fld id 2 to green
  10122. If the multifont property is not true then the preceding line sets the entire field to green.
  10123. For fields, the textColor is synonymous with the foreColor if multiFont is set to false and you are setting the text color of the whole field.  For example, 
  10124. set the foreColor of fld id 2 to green
  10125. set the textColor of fld id 2 to green
  10126. are equivalent scripting operations; however, there is no concept of foreColor for field labels or chunks, or for whole fields if multiFont is set to true.
  10127. Color numbers range from 0 to 255.  The following lists the named color values. 
  10128. Color Name        Color Number
  10129. _____________________________
  10130. black                255
  10131. white                0
  10132. red                216
  10133. green                229
  10134. blue                236
  10135. cyan                192
  10136. magenta            32
  10137. yellow                5
  10138. purple                104
  10139. navy                239
  10140. olive                89
  10141. maroon                219
  10142. lime                185
  10143. light gray            247
  10144. gray                249
  10145. aquamarine            194TAIL
  10146. Applies +TXT
  10147. /data
  10148. Applies to bitmaps, datasheets, fields, movies, charts, datasheets, picklists
  10149. MOCELL10>LST
  10150. MOCELL10
  10151. ForeColor  Propertyrty
  10152. MultiFont Propertyerty
  10153. TextFont Propertyerty
  10154. TextHeight Propertyerty
  10155. TextSize Propertyerty
  10156. TextStyle Propertyerty 
  10157. JINFO
  10158. WindowTitle PropertyPROP
  10159. popupnum
  10160. 148bkgd
  10161.     data
  10162. WindowTitle PropertyTAIL
  10163. +TX+TXT
  10164. set the windowTitle to <newtitle>ADDD
  10165. E+TXT
  10166. The windowTitle property determines the name displayed in the window title bar.  This property can be changed using the set command and retrieved using the get command. 
  10167. Notes:
  10168. Changing a window's windowtitle does not affect the name of the stack. 
  10169. The windowTitle is reset whenever card navigation occurs.TAIL
  10170. PURE+TXT
  10171. Type the following into the Message Box:
  10172. set the windowTitle to mycardTAIL
  10173. PURE+TXT
  10174. /data
  10175. Applies to card windows 
  10176. URE>LST
  10177. MOCELL10
  10178. There are no related topics
  10179. KINFO
  10180. WindowType PropertyPROP
  10181. popupnum
  10182. 149bkgd
  10183.     data
  10184. WindowType PropertyTAIL
  10185. +TX+TXT
  10186. set the windowType to <type>ADDD
  10187. PURE+TXT
  10188. There are six different values for the windowType property in Oracle Media Objects: 
  10189.  standard
  10190.  zoom 
  10191.  dialog
  10192.  plain
  10193.  noSize
  10194.  moveableDialogTAIL
  10195. E+TXT
  10196. set the windowtype to plain 
  10197. set the windowtype to dialogTAIL
  10198. URE+TXT
  10199. /data
  10200. Applies to card windows 
  10201. URE>LST
  10202. MOCELL10
  10203. WindowTitle Propertyerty  
  10204. Hide {screen element}  C@
  10205. ommand
  10206. =INFO
  10207. Version FunctionPROP
  10208. popupnum
  10209. 67bkgd
  10210.     data
  10211. Version FunctionTAIL
  10212. +T+TXT
  10213. put the [long] version 
  10214. version()ADDD
  10215. The vers+TXT
  10216. The version function returns the version of Oracle Media Objects.   The long option returns the entire name and extended version number of Oracle Media Objects.  By default, the version function returns the short version, or simply the major release number.TAIL
  10217. Type the+TXT
  10218. Type the following into the Message Box and press Enter: 
  10219. put the version 
  10220. Now type the following into the Message Box and press Enter: 
  10221. put the long versionTAIL
  10222. MOCELL10>LST
  10223. MOCELL10
  10224. There are no related topics
  10225. TextHeight PropertyPROP
  10226. popupnum
  10227. 133bkgd
  10228.     data
  10229. TextHeight PropertyTAIL
  10230. +TX+TXT
  10231. For the text tool:
  10232. set the textHeight to <height>
  10233. For objects:
  10234. set the textHeight of <object> to <height>ADDD
  10235. The text+TXT
  10236. The textHeight property determines the vertical space for each line of text typed into an object or of text typed at an insertion point selected with the text tool. 
  10237. You can use the textHeight to specify the leading in a particular field. 
  10238. Notes:
  10239. In general, a text block's textHeight is automatically calculated whenever its textSize is set.  Explicitly setting its textHeight will override this default textHeight.  To return to the default textHeight, use the command:
  10240. set the textHeight of field 1 to emptyTAIL
  10241. To see t+TXT
  10242. To see the effect of changing the textHeight, go to a blank card and create a field named "test".  Type some text into the field.  Now, go to the Message Box and type the following and press Enter:   
  10243. set the textHeight of field "test" to 30 
  10244. The space between the lines of text is now larger.TAIL
  10245. lies +TXT
  10246. /data
  10247. Applies to buttons, datasheets, fields, groups, picklists, datasheets, shapes, the text tool (global)
  10248. CELL10>LST
  10249. MOCELL10
  10250. TextColor Propertyerty
  10251. TextFont Propertyerty
  10252. TextSize Propertyerty
  10253. TextStyle Propertyerty  ADDD
  10254. 5INFO
  10255. Unlock Messages CommandPROP
  10256. popupnum
  10257. 103bkgd
  10258.     data
  10259. Unlock Messages CommandTAIL
  10260. +TX+TXT
  10261. unlock messagesADDD
  10262. URE+TXT
  10263. The unlock messages command resumes the transmission of open, close, new, and delete system messages after a lock messages command has been issued.TAIL
  10264. PURE+TXT
  10265. The following handler uses the lock messages command in the script of a button to display every card in the stack without triggering any openCard or closeCard messages.  The unlock messages command is used to resume the transmission of system messages.  Try the handler without the lock messages command at the beginning to see the time difference. 
  10266. on mouseUp 
  10267.   lock messages 
  10268.   repeat with i = 1 to the number of cards of 
  10269.    this stack
  10270.     go to next card
  10271.     wait 2 seconds
  10272.   end repeat
  10273.   unlock messages 
  10274. end mouseUpTAIL
  10275. MOCELL10
  10276. LockMessages Propertyerty
  10277. Lock Messages Commandndnd
  10278. Unlock Screen Commandndnd 
  10279. LockScreen Propertyerty
  10280. Lock Screen Commandndnd
  10281. TextStyle PropertyPROP
  10282. popupnum
  10283. 135bkgd
  10284.     data
  10285. TextStyle PropertyTAIL
  10286. +TX+TXT
  10287. For the text tool:
  10288. set the textStyle to <style>
  10289. For objects:
  10290. set the textStyle of [<part> of | <chunk> of] 
  10291.      <object> to <style>ADDD
  10292. The text+TXT
  10293. The textStyle property determines the style of a text chunk of an object or of text typed at an insertion point selected with the text tool. Object parts are listed in the following table:
  10294. Bitmap and field parts:  label
  10295. DataSheet and pickList parts:  colLabel, column (col)
  10296. Field chunks:  char, item, line, word
  10297. Valid textStyle properties are listed below: 
  10298. plain
  10299. italic
  10300. underline
  10301. password (fields only)
  10302. outline (Macintosh only)
  10303. shadow (Macintosh only)
  10304. condense (Macintosh only)
  10305. extend (Macintosh only)
  10306. Notes:
  10307. Fields may be set to password or bold, password styles through scripts only.  For example,
  10308. set the textstyle of fld 1 to bold,password
  10309. Password style fields do not echo the text typed into them.  Password, bold style fields echo as bullets the text typed into them.
  10310. If you wish to change the textStyle of a chunk of a field, the field's multiFont property must be set to true.  You must also exactly specify the text whose style you wish to change;
  10311. set the textStyle of char 5 to 10 of fld 2 to bold
  10312. If the multiFont property is not true then the preceding lines set the entire field to bold.TAIL
  10313. es +TXT
  10314. /data
  10315. Applies to bitmaps, button, fields, datasheets, groups, movies, picklists, shapes, the text tool (global painting)
  10316. MOCELL10>LST
  10317. MOCELL10
  10318. MultiFont Propertyerty
  10319. TextColor Propertyerty
  10320. TextFont Propertyerty
  10321. TextHeight Propertyerty
  10322. TextSize Propertyerty
  10323. TextStyle Propertyerty  ADDD
  10324. GINFO
  10325. Width PropertyPROP
  10326. popupnum
  10327. 146bkgd
  10328.     data
  10329. Width PropertyTAIL
  10330. +TX+TXT
  10331. For all objects:
  10332. set the width of <object | {card | cd} window> 
  10333.      to <number>
  10334. For dataSheets and pickLists and dataSheets:
  10335. set the width of <col[umn] <number1> 
  10336.      [to <number2>]> of <dataSheet | 
  10337.      pickList| dataSheet> to <number>ADDD
  10338. E+TXT
  10339. The width property determines the width in pixels of an object or window.  When the width of an object is changed, its center point remains in the same position. 
  10340. For dataSheets and pickLists and dataSheets, the width property additionally defines the width of one or more columns of the object.  The default width for columns is 50 for pickLists; 100 for dataSheets.  Setting the colWidth property also sets the column width property for all columns of the object.
  10341. Notes:
  10342. The width property can also be changed by manually dragging an object's corner.   
  10343. If the width of a button or field is changed to a value of less than 1, then the object is hidden, but the visible property is not affected.  
  10344. A dataSheet or pickList or dataSheet column with a width of 0 is invisible.  A dataSheet column with a width of 0 cannot be edited in Browse mode.
  10345. The width of a window is read-only from within a script
  10346. you cannot set a window's width.TAIL
  10347. E+TXT
  10348. Changing the width of a shape can have interesting effects for animation.  Go to a blank card and create a filled oval shape named 
  10349. test".  Now, create a button with the following script: 
  10350. on mouseUp 
  10351.   repeat with i = 1 to 200 
  10352.     set the width of shp "test" to i 
  10353.   end repeat 
  10354. end mouseUp 
  10355. Return to Browse mode and click on the button.TAIL
  10356. PURE+TXT
  10357. /data
  10358. Applies to all objects, backgrounds, cards, card windows, message box, toolbar
  10359. PURE>LST
  10360. MOCELL10
  10361. ColWidth Propertyerty
  10362. Rectangle Propertyerty
  10363. Location (Loc) Property
  10364. Height Propertyerty 
  10365. 6INFO
  10366. Unlock Screen CommandPROP
  10367. popupnum
  10368. 104bkgd
  10369.     data
  10370. Unlock Screen CommandTAIL
  10371. +TX+TXT
  10372. unlock screen [with visual effect 
  10373.      <effectname> [on the rect of <object>]]ADDD
  10374. URE+TXT
  10375. The unlock screen command removes the screen lock and allows the screen to be updated. (Lock screen suspends updating of the screen display. )  Unlock Screen is functionally identical to setting the lockScreen property to false.   
  10376. The <effectname> option causes updates to the screen since the last lock screen command was issued to be drawn using the specified visual effect.  The optional specification of rect allows the visual effect to be localized to the rectangle specified:
  10377. unlock screen with visual effect dissolve in 
  10378.     200 msecs on the rect of shp 1TAIL
  10379. PURE+TXT
  10380. The following example, when added to the script of an object, unlocks a screen that has been locked with repeated executions of the lock screen command.
  10381. on mouseUp
  10382.   repeat until the lockScreen is false
  10383.     unlock screen
  10384.   end repeat
  10385. end mouseUp
  10386. PURE>LST
  10387. MOCELL10
  10388. LockMessages Propertyerty
  10389. Lock Messages Commandndnd
  10390. Unlock Messages Commandmand
  10391. Visual Effect  Commandand  
  10392. LockScreen Propertyerty
  10393. Lock Screen Commandndnd
  10394. FullScreen PropertyPROP
  10395. popupnum
  10396. 48bkgd
  10397.     data
  10398. FullScreen PropertyTAIL
  10399. +T+TXT
  10400. For global setting:
  10401. set the fullScreen to <boolean>
  10402. For stacks:
  10403. set the fullScreen of <stack> to <boolean>ADDD
  10404. PURE+TXT
  10405. The fullScreen property determines whether Oracle Media Objects is displayed in a window or takes over the entire screen.  When fullScreen is set to true there is no title bar, menu bar, or Message Box displayed.  
  10406. Similarly for stacks, if fullScreen is true, then the current stack will take over the entire screen.  If fullScreen is false, then the current stack is displayed in a window.  If your stack is designed to run in a window, then set fullScreen to false; if your stack is designed to use the entire screen, then set fullScreen to true.
  10407. When you set the fullScreen of a stack to true, the application's fullScreen is automatically set to true.  If you then turn fullScreen off globally, the stack's fullScreen remains true.
  10408. To return to normal view:  press Ctrl-M (Command-M on the Macintosh) to reveal the menu bar, then deselect the "Full Screen" option from the "Navigation" menu.  
  10409. Notes:
  10410. The global fullScreen property can be set to true or false by selecting or deselecting the "Full Screen" option from the "Navigation" menu.TAIL
  10411. PURE+TXT
  10412. Create a button with the following script: 
  10413. on mouseUp 
  10414.   get the fullScreen 
  10415.   if it = false then 
  10416.     set the fullScreen to true 
  10417.   end if 
  10418.   wait 3 seconds 
  10419.   set the fullScreen to false 
  10420. end mouseUpTAIL
  10421. E+TXT
  10422. /data
  10423. Applies to card windows (global), stacks
  10424. URE>LST
  10425. MOCELL10
  10426. There are no related topics
  10427.  INFO
  10428. Ticks FunctionPROP
  10429. popupnum
  10430. 62bkgd
  10431.     data
  10432. Ticks FunctionTAIL
  10433. +T+TXT
  10434. the ticks 
  10435. ticks()ADDD
  10436. The tick+TXT
  10437. The ticks function returns a measure of time in 1/60s of a second, since the last system startup.TAIL
  10438. Create a+TXT
  10439. Create a button called "Ticks" and place the following handler into its script:
  10440. on mouseDown
  10441.   put the ticks into starticks
  10442.   repeat until the mouse is up
  10443.   end repeat
  10444.   put the ticks into endticks
  10445.   put endticks - starticks into totalticks
  10446.   put "You held the mouse down for" 
  10447.     && totalticks/60 && "seconds"
  10448. end mouseDown
  10449. Now click and hold down the mouse for a few seconds.  When you release the mouse, a dialog appears telling you how long you held the mouse down.TAIL
  10450. LL10>LST
  10451. MOCELL10
  10452. Milliseconds (Msecs) Function
  10453. Seconds Functionecs) Fun
  10454. Wait Commandmand 
  10455. !INFO
  10456. Time FunctionPROP
  10457. popupnum
  10458. 63bkgd
  10459.     data
  10460. Time FunctionTAIL
  10461. +T+TXT
  10462. the [short | abbreviated | long] time
  10463. time()ADDD
  10464. URE+TXT
  10465. The time function returns the current time.  The following lists the two different formats for the time function.
  10466. Form: the time, the short time, the abbreviated time
  10467. Format:  1:21 PM
  10468. Form:  the long time
  10469. Format:  1:21:17 PM
  10470. Notes:
  10471. The time() format cannot be used with an adjective. 
  10472. The time string returned by the time function can be in either 24-hour format (e.g., 13:21) or AM/PM format, as displayed above depending on the time format set in your machine's control panel. 
  10473. You must restart Oracle Media Objects after changing control panel settings.TAIL
  10474. PURE+TXT
  10475. You can use the time function to implement a clock display on a card.  Create a new field named 
  10476. Clock".  Put the following handler into the script of the card that contain the 
  10477. Clock" field:
  10478. on idle
  10479.   put the time into fld "Clock"
  10480. end idleTAIL
  10481. PURE>LST
  10482. MOCELL10
  10483. There are no related topics
  10484. PINFO
  10485. Write To File CommandPROP
  10486. popupnum
  10487. 108bkgd
  10488.     data
  10489. Write To File CommandTAIL
  10490. +TX+TXT
  10491. write <text> to file <filename>ADDD
  10492. URE+TXT
  10493. The write to file command writes text to a text file.  The first write  to file command executed after a file has been opened replaces that file's contents.  Subsequent write to file commands append text to the file's contents.  The write to file command must be preceded by an open file command and followed by a close file command.   
  10494. The <filename> must supply the name of the text file.  The path must also be specified unless the file is located in the same directory as Oracle Media Objects.TAIL
  10495. PURE+TXT
  10496. Create a button with the following script: 
  10497. on mouseUp 
  10498.   put "c:¥temp¥junk.txt" into test 
  10499. --Use this line for Windows
  10500.  put "c:temp:junk.txt" into test 
  10501. --Use this line for the Macintosh
  10502.   open file test
  10503.   write "Hello, world" & return to file test 
  10504.   write "All Done" to file test
  10505.   close file test 
  10506. end mouseUp 
  10507. If the file test does not exist, Oracle Media Objects creates it.  If the file does exist, the write to file command overwrites its contents.TAIL
  10508. RE>LST
  10509. MOCELL10
  10510. Close File Commanded topics
  10511. Open File Command
  10512. Read From File Command
  10513. OINFO
  10514. WordWrap PropertyPROP
  10515. popupnum
  10516. 150bkgd
  10517.     data
  10518. WordWrap PropertyTAIL
  10519. +TX+TXT
  10520. set the wordWrap of <object> to <boolean>ADDD
  10521. The word+TXT
  10522. The wordWrap property determines whether the value in a field, cell of a dataSheet, or row of a pickList or dataSheet is "wrapped" onto multiple lines so that the full text is visible.  If wordWrap is true, the value is automatically wrapped to the next line at the last character that fits on the current line.  If wordWrap is false, the value is displayed on a single line and some portions may be invisible.  While wordWrap is false, carriage returns will still move to the next row, although carriage returns are not allowed in dataSheet cells.
  10523. The default wordWrap value is true.TAIL
  10524. e a+TXT
  10525. Create a field called "test" and type the following text into it:
  10526. "An example of a sentence that spans more than one line in a field."
  10527. Now resize the field such that the sentence spans more than one line.  Create a button called "Wordwrap" and place the following handler into its script:
  10528. on mouseUp
  10529.   set the wordWrap of fld "test" to 
  10530.     (not the wordWrap of fld "test")
  10531. end mouseUp
  10532. Click on the button and notice how the wordwrap of the sentence in the field changes.TAIL
  10533. Applies +TXT
  10534. /data
  10535. Applies to datasheets, 
  10536. LL10>LST
  10537. MOCELL10
  10538. There are no related topics
  10539. !INFO
  10540. MatchedCols FunctionPROP
  10541. popupnum
  10542. 26bkgd
  10543.     data
  10544. MatchedCols FunctionTAIL
  10545. +T+TXT
  10546. the matchedCols of <dataSheet> 
  10547.      where "condition"ADDD
  10548. The matc+TXT
  10549. The matchedCols function is a query function that returns a comma-delimited list of numbers that correspond to the columns of a dataSheet that satisfy the given constraints.  The constraints are specified using a string expression.  You can use several constraints joined by logical operators.  Each constraint must use the following format:
  10550. [not] <row> [= | > | < | etc.] valueTAIL
  10551.  +TXT
  10552. You can use the matchedCols function to find matching data with spaces in it.  For example, 
  10553. the matchedCols of dataSheet 1 where 
  10554.      "row 1 = " & QUOTE  & 
  10555.      
  10556. Hello World" & QUOTE
  10557. matches a cell containing Hello World.
  10558. put the matchedCols of datasheet 
  10559.      
  10560. EmployeeSalaries" where 
  10561.      
  10562. row 2 > Smith and row 5 > 32000" 
  10563.       into selectedColVar 
  10564. Row 2 will be searched for values that are greater than Smith and row 5 will be searched for values greater than 32000.  The resulting string of matching column numbers will be put into the variable selectedColVar.
  10565. Applies +TXT
  10566. /data
  10567. Applies to datasheets
  10568. CELL10>LST
  10569. MOCELL10
  10570. MatchedRows FunctiontionADDD
  10571. DoMenu MessagePROP
  10572. popupnum
  10573. 11bkgd
  10574.     data
  10575. DoMenu MessageTAIL
  10576. +T+TXT
  10577. on doMenu [<menuItem> [,<menuName>]]
  10578. end doMenuADDD
  10579. URE+TXT
  10580. Oracle Media Objects generates the doMenu message whenever the user selects an item from a menu.  Every doMenu handler must contain a menu command so that the doMenu message continues along the message hierarchy until it reaches Oracle Media Objects and is executed. 
  10581. The optional <menuItem> parameter identifies the name of the item that was selected, and the optional <menuName> parameter identifies the name of the menu from which the item was selected.
  10582. Notes:
  10583. It is extremely important that you remember to include pass doMenu in any doMenu handler.  Otherwise, you may find that menu selections have no effect, and it will be very difficult to edit the doMenu handler that caused the problem!  If this situation arises, issue the edit script command in the Message Box to edit the script containing the doMenu handler.TAIL
  10584. URE+TXT
  10585. Add the following handler to the script of a card.  This handler displays a dialog box that displays the name of the chosen command whenever the user selects an item from a menu.
  10586. on doMenu the_item, the_menu
  10587. answer "You selected the menu item" && 
  10588.   quote & the_item & quote && "of the" 
  10589.   && quote & the_menu & quote && "menu" 
  10590.   with "OK"
  10591. pass doMenu
  10592. end doMenu
  10593. on doMenu the_item, the_menu
  10594.     answer "You selected the menu item" 
  10595.       && quote & the_item & quote && 
  10596.       "of the" && quote & the_menu & 
  10597.         quote && "menu" with "OK"
  10598.     pass doMenu
  10599. end doMenuTAIL
  10600. PURE+TXT
  10601. /data
  10602. Sent to the current cardTAIL
  10603. PURE>LST
  10604. MOCELL10
  10605. Clear  Commandand
  10606. Copy  Command as <filena
  10607. Copy Card  Commandfilena
  10608. Create Card Commanddmman
  10609. Cut Commandmand
  10610. Paste Card  Commandd
  10611. 4INFO
  10612. Units PropertyPROP
  10613. popupnum
  10614. 141bkgd
  10615.     data
  10616. Units PropertyTAIL
  10617. +TX+TXT
  10618. For paths and timers:
  10619. set the units of <path | timer> to 
  10620.      <milliseconds | seconds | ticks>
  10621. For movies:
  10622. set the units of <movie> to 
  10623.      <milliseconds | seconds | ticks |
  10624.      asComposed>  
  10625. For sounds:
  10626. set the units of <sound> to <milliseconds |
  10627.     seconds | ticks | samples>ADDD
  10628. PURE+TXT
  10629. The units property determines the units of time used by the specified object.  You can specify that units should be counted in either seconds, milliseconds, or ticks (one-sixtieths of a second).  The default setting of the units property is ticks.
  10630. For movies, a units setting of asComposed uses the units defined in the movie description.  Use the unitRate property to figure out the setting.
  10631. For sounds, a units setting of samples uses the sampling rate at which the sound was recorded; samples is synonymous with asComposed.
  10632. Notes:
  10633. For timers, the setting of this property is overriden if you start the timer in single fire mode (by specifying the expire option on the start command, and specifying a value for units).TAIL
  10634. PURE+TXT
  10635. The following handler uses the units property in the script of a card to specify that units for the TimeAttack timer should be counted in seconds and that the timer will count 30 seconds before going off.
  10636. on openCard
  10637.   start timer "TimeAttack" expire in 30 seconds
  10638. end openCardTAIL
  10639. PURE+TXT
  10640. /data
  10641. Applies to movies, paths, sounds, timers
  10642. URE>LST
  10643. MOCELL10
  10644. Start Commandmand
  10645. UnitRate Propertyerty
  10646. "INFO
  10647. TimerExpired MessagePROP
  10648. popupnum
  10649. 47bkgd
  10650.     data
  10651. TimerExpired MessageTAIL
  10652. +T+TXT
  10653. on timerExpired 
  10654. end timerExpiredADDD
  10655. E+TXT
  10656. When a timer is started in single fire mode, the timerExpired message is sent to the timer when the timer goes off. 
  10657. The timerExpired message fires synchronously and never interrupts another script.TAIL
  10658. PURE+TXT
  10659. Create a timer 
  10660. Test" and place the following handler in the script so that when the timer expires, your computer beeps:
  10661. on timerExpired
  10662.    beep  
  10663. end timerExpired
  10664. Now type the following into the Message Box:
  10665. start timer "Test" expire in 10 secondsTAIL
  10666. E+TXT
  10667. /data
  10668. Applies to timers
  10669. PURE>LST
  10670. MOCELL10
  10671. Start Commandmand
  10672. Stop  Commandand
  10673. Messages Propertyertyy
  10674. UnitRate Propertyerty
  10675. Units Propertyerty
  10676. ScaleToFit PropertyPROP
  10677. popupnum
  10678. 103bkgd
  10679.     data
  10680. ScaleToFit PropertyTAIL
  10681. +TX+TXT
  10682. set the scaleToFit of <bitmap> to <boolean>ADDD
  10683. PURE+TXT
  10684. The scaleToFit property controls the scaling of an image in a bitmap.  If the scaleToFit property is set to true, then the image in the bitmap scales to the size and aspect ratio of the bitmap size.  
  10685. If scaleToFit is set to false, the image is displayed at full size and aspect ratio and is cropped to fit inside the bitmap. 
  10686. Notes:
  10687. ScaleToFit affects only the display of the bitmap on the screen; it does not change the bitmap as it is stored in the stack file or database.
  10688. ScaleToFit affects only the display of the bitmap on the screen; it does not change the bitmap as it is stored in the stack file or database.TAIL
  10689. Create a bitmap and name it 
  10690. test".  Open the bitmap's Info dialog box and click on Import Graphic.  Select a graphic smaller than the bitmap and click on OK.  The graphic appears in the bitmap.  Resize the bitmap to crop the object.
  10691. set the scaleToFit of bmp "test" to true
  10692. The graphic scales to the bitmap. Now type this line in the Message Box and press Enter: 
  10693. set the scaleToFit of bmp "test" to false 
  10694. The graphic appears at full size and is cropped to fit inside the bitmap.TAIL
  10695. PURE+TXT
  10696. /data
  10697. Applies to bitmaps
  10698. PURE>LST
  10699. MOCELL10
  10700. AutoResize Propertyerty
  10701. EINFO
  10702. Wait CommandPROP
  10703. popupnum
  10704. 107bkgd
  10705.     data
  10706. Wait CommandTAIL
  10707. wait for <number> 
  10708.      [ticks | seconds | milliseconds ] 
  10709. wait {while | until} <condition>ADDD
  10710. PURE+TXT
  10711. The wait command causes Oracle Media Objects to pause before executing the rest of the handler, either for a specified length of time, until a specified condition becomes true, or while a specified condition exists. 
  10712. The condition must supply a true or false value and is typically a logical or relational expression. 
  10713. Notes:
  10714. If a unit of time is not specified, Oracle Media Objects uses ticks (1/60 second) which can also be specified explicitly.TAIL
  10715. PURE+TXT
  10716. Create a field named 
  10717. number" and a button named 
  10718. WaitTest".  Put the following script into 
  10719. WaitTest". 
  10720. on mouseDown 
  10721.   repeat with i = 1 to 25 
  10722.     put i into field "number" 
  10723.     wait while the mouse is up 
  10724.   end repeat 
  10725. end mouseDown 
  10726. Return to Browse mode and click and hold the mouse button down on top of the button.  If you release the mouse button before the counter gets to 25, it waits until you press the mouse button down again to continue the count.TAIL
  10727. PURE>LST
  10728. MOCELL10
  10729. There are no related topics
  10730. & OperatorSCRP
  10731. on openCard
  10732.   global gMediaTalkReference
  10733.   set the cursor to watch
  10734.   if gMediaTalkReference is "Media Talk Reference" then
  10735.     set the globalRowNum of this stack to 1
  10736.     put "Alphabetical" into bg fld "category" 
  10737.     put card datasheet "Alpha" of card "data" into bg lst "list" of bg "topic background" 
  10738.     set the alpha of this stack to true
  10739.     dehilite bg lst "list" 
  10740.     dehilite bg lst "category" 
  10741.     hilite row 1 of bg lst "category" of bg "topic background"
  10742.     set the vertical scrollline of bg lst "list" to 1
  10743.     hilite row 1 of bg lst "list"
  10744.   else if gMediaTalkReference is "Operators" then
  10745.     set the globalRowNum of this stack to 1
  10746.     put "Operators" into bg fld "category" 
  10747.     put card fld "operators" of card "data" into bg lst "list" of bg "topic background" 
  10748.     set the alpha of this stack to false
  10749.     dehilite bg lst "list" 
  10750.     dehilite bg lst "category" 
  10751.     hilite row 6 of bg lst "category" 
  10752.     set the vertical scrollline of bg lst "list" to 1
  10753.     hilite row 1 of bg lst "list"   
  10754.   end if
  10755.   set the cursor to arrow  
  10756.   put empty into gMediaTalkReference
  10757. end openCard
  10758. popupnum
  10759. 1bkgd
  10760.     data
  10761. & OperatorTAIL
  10762. <expression1> & <expression2>
  10763. <expression1> && <expression2>ADDD
  10764. The ampersand (&) operator is a text concatenation symbol; it joins the expressions to its left and right to form a single expression.
  10765. When the ampersand is used singly, the expressions are concatenated without any intervening characters.  When a double ampersand (&&) is used, the expressions are joined with a single intervening space.
  10766. Notes:
  10767. For readability purposes, you can optionally delimit a single ampersand or double ampersands with spaces.  If you place a space between two ampersands, however, the error message "no operand found" is returned because Oracle Media Objects evaluates each ampersand separately, not as a double ampersand.TAIL
  10768. The following examples show the results obtained by different uses of the ampersand operator:
  10769. Example:  "Good" & "Morning"
  10770. Result:  GoodMorning
  10771. Example:  "Good" && "Morning"
  10772. Result:  Good Morning
  10773. Example:  "January" && 3+4
  10774. Result:  January 7
  10775. Example:  "The visible property is" &&
  10776. thevisible of fld 1 & "." 
  10777. Result:  The visible property is true.
  10778. Example:  3 & 4*2
  10779. Result:  38
  10780. Example:  (3 & 4)*2
  10781. Result:  68
  10782. Example:  (3 && 4)*2
  10783. Result:  error-number expected
  10784. %data
  10785. 40TAIL
  10786. MOCELL10
  10787. There are no related topics
  10788. iINFO
  10789. CloseCard MessagePROP
  10790. popupnum
  10791. 4bkgd
  10792.     data
  10793. CloseCard MessageTAIL
  10794. Sent to+TXT
  10795. on closeCard 
  10796. end closeCardADDD
  10797. PURE+TXT
  10798. Oracle Media Objects sends the closeCard message to the current card just before the user leaves the current card. This message can be used to carry out certain activities when leaving a card.TAIL
  10799. PURE+TXT
  10800. The following handler in the script of the current card 
  10801. cleans up" the fields on a particular card once the user leaves the card: 
  10802. on closeCard
  10803.   repeat with i = 1 to the number of flds of 
  10804.      this card 
  10805.     put empty into fld i 
  10806.   end repeat 
  10807. end closeCardTAIL
  10808. PURE+TXT
  10809. /data
  10810. Sent to the current cardTAIL
  10811. PURE>LST
  10812. MOCELL10
  10813. CloseBackground Messagesage
  10814. LockMessages Propertyerty 
  10815. OpenBackground Messagesage
  10816. CloseStack Messagesage
  10817. OpenCard Messagesage
  10818. OpenStack Messagesage 
  10819. ZINFO
  10820. Character Text ChunkPROP
  10821. popupnum
  10822. 2bkgd
  10823.     data
  10824. Character Text ChunkTAIL
  10825. ++TXT
  10826. char[acter] <integer1> [to <integer2>] {of | in}
  10827.      <expression>
  10828. the <ordinal> char[acter] {of | in} <expression>ADDD
  10829. The char+TXT
  10830. The character chunk yields a substring of an expression by extracting a specified character or range of characters from the expression.
  10831. The expression can be any valid text string, including a container reference, a property reference, a function that returns text, a literal string, or a combination of these.
  10832. Notes:
  10833. You can specify chunks of chunks, as in the following example:
  10834. char 1 of word 1 of the short name of button 4
  10835. You can also specify ranges of chunks, as in the following example:
  10836. char 5 to 20 of field "LAST NAME"
  10837. You can use text chunk expressions with tabular chunk expressions by enclosing the tabular chunk expression in parentheses, as in the following example:
  10838. put char 1 to 5 of (col 2 of pickList 3)
  10839. Attention:  You can use a combination of text and tabular chunk expressions to retrieve values, but not to insert values into containers.
  10840. Oracle Media Objects  evaluates the following expressions as shown below:
  10841. Expression:  char 1 of "hello"
  10842. Result:  h
  10843. Expression:  char  2 to 3 in "goodbye"
  10844. Result:  oo
  10845. Expression:  character 2 of character 2 to 3 of "hello"
  10846. Result:  l
  10847. Expression:  char 1 to 3 of word 4 of "How are you today?"
  10848. Result:  tod
  10849. Expression:  char 1 to 5 of my_variable
  10850. Result:  Oracl
  10851. Expression:  the last character in card field 1
  10852. Result:  6
  10853. Expression:  char 1 of the name of cd fld 1
  10854. Result:  c TAIL
  10855. oll+TXT
  10856. The following examples demonstrate various chunk expressions and the values they return.  For the examples, assume these conditions:
  10857. put "Oracle Media Objects" into my_variable
  10858. put "The number 176" into field 1
  10859. OCELL10>LST
  10860. MOCELL10
  10861. Item Text Chunkhunk
  10862. Line Text Chunkhunk
  10863. Word Text Chunkhunk
  10864. Repeat WithPROP
  10865. popupnum
  10866. 15bkgd
  10867.     data
  10868. Repeat WithTAIL
  10869. T+TXT
  10870. repeat with <variable> = [<startNumber> 
  10871.      to <endNumber>] | [<start> down to <end>]
  10872. end repeatADDD
  10873. The repeat with control statement executes part of a script <endNumber>-<startNumber>+1 times, starting with <variable>=<startNumber> and adding 1 to <variable> for each execution of the loop until <variable>=<endNumber> .  
  10874. The loop can also be exited via the exit repeat, exit messageName, exit to top, or pass messageName command.  
  10875. The repeat...down to option decrements the variable after each pass through the loop.TAIL
  10876. PURE+TXT
  10877. The following handler, when issued from within a script, deletes the contents of all text fields located on a card: 
  10878. repeat with x=1 to the number of fields 
  10879.   put empty into field x 
  10880. end repeatTAIL
  10881. PURE>LST
  10882. MOCELL10
  10883. Next Repeat Control Statementment
  10884. Exit Repeat Control Stat@
  10885. ement
  10886. Repeat Control Statement
  10887. Repeat Forever
  10888. Repeat Until
  10889. Repeat While
  10890. 1INFO
  10891. Unhilite CommandPROP
  10892. popupnum
  10893. 102bkgd
  10894.     data
  10895. Unhilite CommandTAIL
  10896. +TX+TXT
  10897. unhilite <button | shape | bitmap | 
  10898.      [row <number> [to <number2>] of] 
  10899.      pickList | dataSheet>
  10900. bitmap |ADDD
  10901. RE+TXT
  10902. The unhilite command sets the hilite property of a button, dataSheet, shape object, bitmap, or pickList to false.  You can also use the unhilite command to set the hilite property of specific pickList or dataSheet rows to false.
  10903. Notes:
  10904. Unhilite is synonymous with dehilite.TAIL
  10905. PURE+TXT
  10906. Create two buttons and name them "b1" and "b2".  Set the buttons' autoHilite property to false and their style property to gray.  Add the following handler to "b1": 
  10907. on mouseUp
  10908.   hilite me
  10909.   unhilite button "b2"
  10910. end mouseUp
  10911. Add the following handler to "b2":
  10912. on mouseUp
  10913.   hilite me
  10914.   unhilite button "b1"
  10915. end mouseUp
  10916. When the user clicks a button, it is highlighted and the other button is unhighlighted.
  10917. You can use the unhilite command to clear all selections from a pickList.  Create a new pickList named 
  10918. Answers" and give it some data by entering the following line into the Message Box and pressing Enter:
  10919. put "A" & return & "B" & return & "C" & 
  10920.    return & "D" into lst "Answers"
  10921. Create a new button named 
  10922. Clear Answers" and place the following handler into its script:
  10923. on mouseUp
  10924.   unhilite lst "Answers"
  10925. end mouseUp
  10926. Switch to Browse mode and select rows of the pickList.  To clear your selections, click on the 
  10927. Clear Answers" button.
  10928. /data
  10929. Applies to bitmaps, 
  10930. PURE>LST
  10931. MOCELL10
  10932. Hilite Commandyperty
  10933. Hilite Propertydnd
  10934. AutoHilite Propertyerty
  10935. <INFO
  10936. AutoTab PropertyPROP
  10937. popupnum
  10938. 7bkgd
  10939.     data
  10940. AutoTab PropertyTAIL
  10941. ++TXT
  10942. set the autoTab of <field> to <boolean>ADDD
  10943. The auto+TXT
  10944. The autoTab property enables the automatic tabbing feature.  When the autoTab property is true, pressing the Return key on the Macintosh or the Enter key on Windows while in the last line of a field moves the insertion point to the next field on that card.  When autoTab is false, pressing the Enter key (Windows) or the Return key (Macintosh) on the last line inserts a carriage return.
  10945. AutoTab follows the numeric sequence of the fields.  Oracle Media Objects navigates from field to field on a card in the following order: if the current field is a field, the insertion point moves to the next-highest numbered field.  If no other fields exist, the insertion point moves to the lowest-numbered background field. If you are currently in a background field, the insertion point moves to the next-highest numbered background field.  If no more background fields exist, the insertion point goes to the lowest numbered field. 
  10946. The default value of autoTab is false.
  10947. Notes:
  10948. Hidden fields (those hidden from view using the hide command), locked fields, and dataSheets are not in the tabbing order.TAIL
  10949. the +TXT
  10950. Try the following example,which illustrates the autoTab property.
  10951. 1.  Create two fields named 
  10952. test1" 
  10953. test2".
  10954. 2.  Resize the two fields so each can display only two lines of text.  
  10955. 3.  Open the Info dialog box of field 
  10956. test1" and select the autoTab option.  Click on OK to close the dialog box.
  10957. 4.  Select the Browse tool and click on field 
  10958. test1".  
  10959. 5.  Press the Enter key twice for Windows.  For the Macintosh, press the Return key twice.
  10960. The cursor moves to field 
  10961. test2". 
  10962. 6.  With the cursor in field 
  10963. test2," press the Enter key or Return Key several times.  
  10964. The cursor remains in field 
  10965. test2".
  10966. ies +TXT
  10967. /data
  10968. Applies to fields
  10969. MOCELL10>LST
  10970. MOCELL10
  10971. TabKey Messagesage
  10972. Hide {screen element}  C@
  10973. ommand
  10974. ,INFO
  10975. Type CommandPROP
  10976. popupnum
  10977. 100bkgd
  10978.     data
  10979. Type CommandTAIL
  10980. type <text> [with shiftKey] | [with OptionKey] | 
  10981.      [with commandKey]ADDD
  10982. The type+TXT
  10983. The type command simulates typing at the keyboard by typing characters at the insertion point.  
  10984. When using the type command from a script, choose the text tool before selecting an insertion point.   
  10985. If the [with commandKey] option is used, no text is typed, but rather the equivalent keyboard shortcut is performed. 
  10986. Notes:
  10987. The text insertion point is placed by clicking in an unlocked field or dataSheet with the Browse tool or by sending the tabKey message. 
  10988. Paint text can be typed at the text insertion point on a card or background by selecting the Paint Text tool before using the type commandTAIL
  10989. Go to a +TXT
  10990. Go to a blank card and create a button with the following script: 
  10991. on mouseUp 
  10992.   choose text tool 
  10993.   click at 100,100 
  10994.   type "Oracle Media Objects" 
  10995.   choose browse tool 
  10996. end mouseUp 
  10997. Return to Browse mode and click on the button.TAIL
  10998. L10>LST
  10999. MOCELL10
  11000. There are no related topics
  11001. wINFO
  11002. Play File CommandPROP
  11003. popupnum
  11004. 69bkgd
  11005.     data
  11006. Play File CommandTAIL
  11007. +T+TXT
  11008. play file <sound_filename> [blocking]ADDD
  11009. The play+TXT
  11010. The play file command is actually a special instance of the play command.  In this usage, play plays the specified sound file, directly from the operating system,  through the computer's speaker.   To play sound continuously while navigating between cards on different backgrounds, you must use the play file command.  
  11011. On the PC, the <filename> parameter must be the full pathname of a .WAV sound file.  For example: C:¥sounds¥wav¥bell.wav>.  
  11012. Replace the components of the full pathname example with the names of the directories in which your sound file is stored, and the specific name of the .WAV sound file.
  11013. On the Macintosh, the <filename> parameter must be the full pathname of an .AIFF sound file.  For example: 
  11014. <MacintoshHD>:sounds:aiff:<Sound file.aiff>.  
  11015. Replace the components of the full pathname example with the name of your Macintosh hard disk, each folder name, and the specific name of the .aiff sound file.
  11016. If the blocking option is not specified, the sound is played asynchronously; the system does not wait for the sound to finish playing before returning control to the script.   If blocking is specified, the sound must finish playing before control is returned to the script.  The asynchronous playback is the default.
  11017. If the sound played successfully, the value true is returned to it.  If the sound did not play successfully, for example because the specified <filename> was not in the correct format, false is returned to it.
  11018. For sound files to be played on a PC, the machine must be equipped with a sound card.
  11019. Notes:
  11020. On Windows, if a sound object is playing a sound when the play file command is executed, play file fails.  This is due to the fact that on Windows, only one sound can be played at a time.
  11021. If you want to play sound continuously while navigating between cards on the same background, use the play file command with no option specified as an alternative to placing a sound object on the background.
  11022. If you are playing sound from a file while navigating to a different card, your machine will be trying to access both the audio data and the stack data simultaneously.  If your storage device is slow, or the card to which you are navigating contains a lot of data, the sound is likely to stutter or cut out until the new card is read completely into memory.  There are a few possible actions you can take to avoid this:  never play sounds while moving between cards; where possible, replace navigation in your application with context changes on the same card; import your audio files instead of linking to them (this is only possible if you are using sound objects); modify the bufferSize property of your sound object(s).  Note that the last two actions are not options if you are navigating between different backgrounds.TAIL
  11023. l+TXT
  11024. The following button handler lets the user choose a sound from the operating system, then plays the chosen sound.
  11025. on mouseUp
  11026.   ask file "Choose a sound to play:" of 
  11027.     type "WAV"
  11028.   if it is not empty then
  11029.     put it into the_sound
  11030.     play file the_sound
  11031.   end if
  11032. end mouseUpTAIL
  11033. ELL10>LST
  11034. MOCELL10
  11035. Play File Command
  11036. Popup CommandPROP
  11037. popupnum
  11038. 71bkgd
  11039.     data
  11040. Popup CommandTAIL
  11041. +T+TXT
  11042. popup <card> 
  11043.     [titled <string>]
  11044.     [with <expr>] 
  11045.     [as {dialog | moveabledialog}]
  11046.     [at <x,y>]ADDD
  11047. The popu+TXT
  11048. The popup command displays the indicated <card> in a new modal dialog window that overlays the card that was previously displayed.  The new window becomes the focus of all user and script activity: when the user navigates to another card, that card is also displayed in the new window.  The new window is dismissed by issuing the dismiss command.
  11049. The dimensions of the new window are determined by the size of the background of <card>.  
  11050.    The titled <string> clause specifies the text to appear in the window title bar.  The title is only visible on moveable dialog windows.
  11051.    The with <expr> clause specifies the default return value from the dialog card if the card is dismissed by pressing the Escape key or using the system close box, or if no return value is specified by the dismiss command.  The return value is stored in the local variable it.  <with> can also be used with the dismiss command. 
  11052.   The as clause specifies the window type, which can be moveabledialog (the default) or dialog.
  11053.      
  11054.   The at clause specifies the top-left coordinates of the popup card's initial position.  By default, the popup card is centered on top of the current card window.  If you specify coordinates that place the card off of the screen, Oracle Media Objects will override your coordinates and place the card entirely on the screen, because it is not possible to pop up a dialog window at an off-screen position.
  11055. The previous window, or parent window, is no longer active until dismiss is issued.  All messages, including idle, are sent to the dialog, or child window.  A child window can issue popup as well, to a maximum of 10 simultaneously displayed windows.
  11056. The handler that issues the popup command pauses in its execution until a dismiss command has been issued.
  11057. When a popup card is displayed, the toolbar, script windows, menus, and message box are all unavailable until dismiss has been issued.  The cursor displays as a standard dialog pointer.
  11058. The same card cannot be displayed in two different windows at once.
  11059. Notes:
  11060. The popup command is useful for displaying custom dialog boxes.
  11061. Usually, <card> will be a different size from other cards in the stack and thus requires its own background.TAIL
  11062. opup th+TXT
  11063. popup the next card of this stack
  11064. popup card id 1007 as moveabledialog
  11065. popup card "Dialog 1" of stack "Dialogs"TAIL
  11066. Applies +TXT
  11067. /data
  11068. Applies to cards
  11069. MOCELL10>LST
  11070. MOCELL10
  11071. Dismiss Commandmand
  11072. WindowType Propertyerty
  11073. eINFO
  11074. ClickLoc FunctionPROP
  11075. popupnum
  11076. 7bkgd
  11077.     data
  11078. ClickLoc FunctionTAIL
  11079. ++TXT
  11080. the clickLoc 
  11081. clickLoc()ADDD
  11082. PURE+TXT
  11083. The clickLoc function returns the point on the window where the cursor was located the last time the mouse was clicked. 
  11084. Oracle Media Objects returns the location in x and y screen coordinates representing the horizontal offset followed by the vertical offset.  The locations are measured in pixels from the top left corner of the card.   
  11085. Notes:
  11086. ClickLoc is determined as the point where the mouse was clicked just before the present handler began to be executed.TAIL
  11087. PURE+TXT
  11088. Move the cursor to the upper left corner of the window and click.  Type the following in the Message Box and press Enter: 
  11089. the clickLoc 
  11090. The following handler selects an entire line from a locked field when the user clicks on the line.  It then displays the line in the Message Box: 
  11091. on mouseUp 
  11092.   set the lockText of me to false 
  11093.   click at the clickLoc 
  11094.   get the selection 
  11095.   put it into clickVar 
  11096.   put "You picked" && quote & clickVar & quote 
  11097.   set the lockText of me to true 
  11098. end mouseUpTAIL
  11099. PURE>LST
  11100. MOCELL10
  11101. ClickH Functiontion
  11102. ClickV Functiontion
  11103. Click At Commandd  
  11104. #INFO
  11105. Add Property CommandPROP
  11106. popupnum
  11107. 4bkgd
  11108.     data
  11109. Add Property CommandTAIL
  11110. ++TXT
  11111. add property <property> to <object>ADDD
  11112. The add +TXT
  11113. The add property command associates a custom property with an object.  <property> must be a character string containing no spaces of up to 255 characters in length.  The property is created empty.
  11114. Once created, a custom property can have a value consisting of any string of up to 255 characters in length.
  11115. If a custom or standard property named <property> already exists, add property has no effect.TAIL
  11116. To add t+TXT
  11117. To add the custom property 
  11118. vocation" to a bitmap called 
  11119. my bitmap", type the following in the Message Box and press Enter:
  11120. add property vocation to bmp "my bitmap"
  11121. After you add a property to an object, you can assign a value to the property using the set command.
  11122. You can specify the contents of a variable for <property> using the do command in a statement like the following:
  11123. do "add property" && the_property && "to the_object"TAIL
  11124. OCELL10>LST
  11125. MOCELL10
  11126. Remove Property Commandmand
  11127. Do Commandeed  Command <
  11128. Properties Propertyerty
  11129. Set Commanded  Command
  11130. ,INFO
  11131. Answer CommandPROP
  11132. popupnum
  11133. 8bkgd
  11134.     data
  11135. Answer CommandTAIL
  11136. ++TXT
  11137. answer <question> [with <reply> [or <reply2> 
  11138.      [or <reply3>]]] [at <x,y>]ADDD
  11139.  answ+TXT
  11140. The answer command creates a dialog box that prompts the user to choose from one, two, or three button replies.  If you do not specify any button replies, Oracle Media Objects automatically provides an OK reply button.  The last button specified is the default reply, and can be selected by clicking on it or by pressing Enter.
  11141. The text of the selected button reply is stored in the local variable it.  From there it can be manipulated through scripts. The <question> size limit varies by font type and by platform.  You can designate the location of the dialog box on the screen by specifying the x and y coordinates of the top-left of the dialog box in relation to the top-left corner of the Oracle Media Objects window.TAIL
  11142. Type the+TXT
  11143. Type the following lines in the Message Box.  After you have answered each question, type it in the Message Box to see the stored value. 
  11144. answer "Have you found what you're 
  11145.      searching for?" with  "No" or "Yes"
  11146. answer "Continue Searching?" with "OK" 
  11147.      or "Cancel" at 50,50 
  11148. Now, create a button and name it "Test".  Add the following handler to the button's script: 
  11149. on mouseUp 
  11150.   answer "Pick a number" with "One" or 
  11151.       "Two" or "Three" 
  11152.   if it is "One" then answer "You picked One."
  11153.   else if it is "Two" then answer 
  11154.       "You picked Two." 
  11155.   else if it is "Three" then answer 
  11156.       "You picked Three." 
  11157. end mouseUpTAIL
  11158. Applies +TXT
  11159. /data
  11160. Applies to global
  11161. MOCELL10>LST
  11162. MOCELL10
  11163. Ask Commandd Command
  11164. Pick Commandmand  
  11165. Popup Commandmand
  11166. It Special ContainerinerADDD
  11167. >INFO
  11168. BackColor  PropertyPROP
  11169. popupnum
  11170. 8bkgd
  11171.     data
  11172. BackColor  PropertyTAIL
  11173. ++TXT
  11174. set the backColor of [<part> of] 
  11175.      <object> to <color>ADDD
  11176. The back+TXT
  11177. The backColor property sets the background color of an object.  The backColor is displayed only when certain object style values are set.  For example, if a shape's or field's style is set to opaque, the backColor is displayed, but if its style is set to transparent, the backColor is not displayed.
  11178. For shapes, backColor sets the fill color of rectanglestyle
  11179. shapes, and the first color used for patterns.
  11180. The optional [<part> of] can be replaced by the colLabels part of a pickList or dataSheet, or by the label part of a bitmap or field.
  11181. The backColor property color values range from 0 to 255 for a named color.  For a list of named colors, see the entry for the textColor property.
  11182. When you select an object, Oracle Media Objects displays the backColor in the toolbar palette labeled "B".TAIL
  11183. Create a+TXT
  11184. Create a shape object and name it 
  11185. test".  Then type the following in the Message Box and press Enter: 
  11186. put the backColor of shape "test" 
  11187. The line above returns the number of the backColor. 
  11188. You can also use the set command to modify the background color.  Type the following in the Message Box and press Enter: 
  11189. set the backColor of shape "test" to 229
  11190. set the backColor of shape "test" to greenTAIL
  11191. plies +TXT
  11192. /data
  11193. Applies to bitmaps, buttons, datasheets, fields, groups, picklists, shapes
  11194. 0>LST
  11195. MOCELL10
  11196. AutoHilite Propertyy
  11197. ForeColor  Property
  11198. Hilite Property
  11199. InkColor Property
  11200. oINFO
  11201. CloseStack MessagePROP
  11202. popupnum
  11203. 7bkgd
  11204.     data
  11205. CloseStack MessageTAIL
  11206. ++TXT
  11207. on closeStack 
  11208. end closeStackADDD
  11209. PURE+TXT
  11210. Oracle Media Objects sends the closeStack message to the current card just before the user exits the current stack.  This message can be used to carry out "housekeeping" activities when exiting a stack.TAIL
  11211. RE+TXT
  11212. When placed in the script of a stack, the following handler empties the field "status" on every card just before the stack is closed.  The fields will be empty when the stack is reopened. 
  11213. on closeStack 
  11214.   repeat with i = 1 to the number of cards in 
  11215.     this stack
  11216.     put empty into fld "status" of card i 
  11217.   end repeat 
  11218. end closeStackTAIL
  11219. PURE+TXT
  11220. /data
  11221. Sent to the current cardTAIL
  11222. PURE>LST
  11223. MOCELL10
  11224. CloseBackground Messagesage
  11225. LockMessages Propertyerty 
  11226. OpenBackground Messagesage
  11227. CloseCard Messagesage
  11228. OpenCard Messagesage
  11229. OpenStack Messagesage 
  11230. Create CommandPROP
  11231. popupnum
  11232. 29bkgd
  11233.     data
  11234. Create CommandTAIL
  11235. +T+TXT
  11236. create [<layer>] <object> [of <layer> 
  11237.      {id <id> | <number> | <name>}] 
  11238.      [of stack <name>]ADDD
  11239. The create command dynamically creates an object of the specified type.  The object is created hidden
  11240. that is, the visible property of the created object is automatically set to false, so that the object can be positioned before being shown.  The new object's position is in the upper left corner of the card.
  11241. Unlike the New command on the Object menu, the create command does not switch Oracle Media Objects into Edit mode.   
  11242. The reference of the created object is returned in it.TAIL
  11243. PURE+TXT
  11244. The following button script creates a new button on the current card, names the new button 
  11245. hello", moves the new button to another location and finally, makes the new button visible:
  11246. on mouseUp
  11247.   create button
  11248.   put it into buttonRef
  11249.   set the name of buttonRef to "hello"
  11250.   set the location of buttonRef to 100,50
  11251.   show buttonRef
  11252. end mouseUpTAIL
  11253. URE+TXT
  11254. /data
  11255. Applies to all objects
  11256. PURE>LST
  11257. MOCELL10
  11258. Delete {row/col} Command
  11259. Reference Propertyerty
  11260. CurveType  PropertyPROP
  11261. popupnum
  11262. 32bkgd
  11263.     data
  11264. CurveType  PropertyTAIL
  11265. +T+TXT
  11266. set the curveType [of leg <number>] of <path> 
  11267.      to <straight | circular | bezier>ADDD
  11268. The curv+TXT
  11269. The curveType property determines the geometric motion of an object along a leg of a path.  Motion along a leg can be set to straight, to circular, or to follow a Bezier curve by supplying the keywords straight, circular, and bezier, respectively.  For the bezier curve type, the controlPoint property is used to generate the actual curve.  For circular curves, the centerPoint property is used to generate the actual curve.
  11270. Notes:
  11271. You can specify a path only, rather than the specific leg of that path, when you set the curveType property.  The result sets the curveType of leg 1 only even if there is more than one leg in the path.TAIL
  11272. s +TXT
  11273. /data
  11274. Applies to paths, legs of a path
  11275. MOCELL10>LST
  11276. MOCELL10
  11277. ControlPoint  Propertyrty
  11278. CenterPoint  PropertyrtyADDD
  11279. Dehilite CommandPROP
  11280. popupnum
  11281. 33bkgd
  11282.     data
  11283. Dehilite CommandTAIL
  11284. +T+TXT
  11285. dehilite <button> | <shape> | bitmap | 
  11286.      [row <number> of] {<pickList> | <dataSheet>}
  11287. bitmap |ADDD
  11288. The dehi+TXT
  11289. The dehilite command sets the hilite property of a button, shape, dataSheet, or pickList to false.  You can also use the dehilite command to set the hilite property of specific pickList or dataSheet rows to false.
  11290. Notes:
  11291. Dehilite is synonymous with unhilite.TAIL
  11292. Create t+TXT
  11293. Create two buttons and name them "b1"and "b2".  Set the buttons' autoHilite property to false and their style property to gray.  Add the following handler to "b1": 
  11294. on mouseUp
  11295.   hilite me
  11296.   dehilite button "b2"
  11297. end mouseUp
  11298. Add the following handler to "b2":
  11299. on mouseUp
  11300.   hilite me
  11301.   dehilite button "b1"
  11302. end mouseUp
  11303. Whenever the user clicks on one button, it is highlighted and the other button is unhighlighted.TAIL
  11304. Applies +TXT
  11305. /data
  11306. Applies to buttons, shapes, datasheets, picklists
  11307. MOCELL10>LST
  11308. MOCELL10
  11309. AutoHilite Propertyerty
  11310. Hilite Commandndnd
  11311. Hilite Propertyperty
  11312. Unhilite Commandmand
  11313. Dismiss CommandPROP
  11314. popupnum
  11315. 41bkgd
  11316.     data
  11317. Dismiss CommandTAIL
  11318. +T+TXT
  11319. dismiss [with <return_value>]ADDD
  11320. PURE+TXT
  11321. The dismiss command dismisses a popup window that has been displayed using the popup command.  One dismiss command is required for each popup command issued.
  11322. The dismiss command can carry a single parameter, which returns a value in it to the handler from which popup was issued.
  11323. The dismiss command has no effect on a window not created with the popup command.
  11324. Notes:
  11325. The dismiss command cannot be used within an openCard handler. 
  11326. If you popup a card that is in another stack, the popped-up card will receive a closeStack message when it is dismissed.TAIL
  11327. PURE+TXT
  11328. The following button handler could be added to an OK button on a card that serves as a dialog box.  When clicked, the button dismisses the dialog box, returning a value it obtains from a text field (where the user might have typed text in response to a prompt, such as "Enter a new name for this card:"). 
  11329. on mouseUp
  11330.   dismiss with field "Response"
  11331. end mouseUpTAIL
  11332. URE+TXT
  11333. /data
  11334. Applies to global
  11335. PURE>LST
  11336. MOCELL10
  11337. Popup Commandmand
  11338. Do CommandPROP
  11339. popupnum
  11340. 43bkgd
  11341.     data
  11342. Do CommandTAIL
  11343. +T+TXT
  11344. do <expression> 
  11345. do "<command>"ADDD
  11346. URE+TXT
  11347. The do command causes Oracle Media Objects to evaluate the <expression> and then execute the resulting string as an Oracle Media Talk command.  The do command is useful for building commands whose operands are determined dynamically.  <expression> is any valid Oracle Media Talk expression, handler name, container, or chunk expression, and <command> is any valid Oracle Media Talk command. 
  11348. Please note that the do command will be removed from the product in the future.
  11349. Notes:
  11350. Do treats one specific line as a script and can be used to start a program, execute a command, or carry out any single line of Oracle Media Objects operations.TAIL
  11351. PURE+TXT
  11352. Create a field and name it 
  11353. test".  Return to the Browse mode and type the following lines in the field: 
  11354. choose text tool 
  11355. beep 3 
  11356. put 4 + 5 into msg 
  11357. Next, type the following lines in the Message Box and press Enter after each: 
  11358. do line 1 of field "test" 
  11359. do line 2 of field "test" 
  11360. do line 3 of field "test" 
  11361. You can use the do command to create navigation functionality.  Create four buttons named 
  11362. First", 
  11363. Last", 
  11364. Next", and 
  11365. Previous".  Put the following handler into the card script:
  11366. on mouseUp
  11367.   if the class name of the target is "button" then
  11368.     do "go" && the short name of the 
  11369.       target && "cd"
  11370.   else
  11371.     pass mouseUp
  11372.   end if
  11373. end mouseUpTAIL
  11374. PURE>LST
  11375. MOCELL10
  11376. There are no related topics
  11377. Duration  PropertyPROP
  11378. popupnum
  11379. 36bkgd
  11380.     data
  11381. Duration  PropertyTAIL
  11382. +T+TXT
  11383. For movies and sounds:
  11384. the duration of <movie | sound>
  11385. For paths:
  11386. set the duration of [leg <number> of] 
  11387.     <path> to <integer>ADDD
  11388. E+TXT
  11389. For movies and sounds, the duration property describes the movie or sound length, measured in units.  The duration property is read-only for movies and sounds.
  11390. For paths, the duration property determines how long the animation will last on a selected path or leg of a path.  The duration is measured in the current units setting, and the default is 60 ticks (one second).
  11391. You can set the value of the duration property to apply to either an entire path or to each leg of a path.  You can specify a different duration for each leg of a path; you must then set the path's playStyle property to useLegTiming to enable the different durations.TAIL
  11392. PURE+TXT
  11393. Create a field called 
  11394. Status" and then place the following handler into the script of a movie object.
  11395. on idle
  11396.   prepare movie 1
  11397.   put the duration of movie 1 into totLength
  11398.   put ((the playCounter of movie 1)/totLength) 
  11399.       
  11400.      * 100  into percentDone
  11401.   put percentDone & "% done..." into field status
  11402. end idle
  11403. Play the movie by typing play mov 1 into the Message Box.  The 
  11404. Status" field displays the running count of the percentage of the movie that has played.
  11405. Play the movie by typing play mov 1 into the Message Box.  The "Status" field displays the running count of the percentage of the movie that has played.TAIL
  11406. PURE+TXT
  11407. /data
  11408. Applies to movies, paths, legs of paths, sounds
  11409. PURE>LST
  11410. MOCELL10
  11411. PlayDuration  Propertyrty
  11412. UseLegTiming  Propertyrty
  11413. PlayStyle  Propertyrty
  11414. LibraryStack MessagePROP
  11415. popupnum
  11416. 19bkgd
  11417.     data
  11418. LibraryStack MessageTAIL
  11419. +T+TXT
  11420. on libraryStack
  11421. end libraryStackADDD
  11422. RE+TXT
  11423. The libraryStack message is generated whenever a library stack is made active through the issuance of the library command.
  11424. Notes:
  11425. A libraryStack handler should verify that the stack in which the handler resides is the intended recipient of the message.  If the newly activated library stack does not handle the libraryStack message, the message is passed up the hierarchy and will be sent to other active library stacks until it is handled.TAIL
  11426. URE+TXT
  11427. Enter the following code into the script of a stack:
  11428. on libraryStack
  11429.     if the name of the target is the name of me
  11430.         -- library initialization code here
  11431.     else pass libraryStack
  11432. end libraryStackTAIL
  11433. PURE+TXT
  11434. /data
  11435. Sent to the most recently activated 
  11436. library stackTAIL
  11437. PURE>LST
  11438. MOCELL10
  11439. Release Library Commandmand
  11440. Library Command Command
  11441. Repeat Control StatementPROP
  11442. popupnum
  11443. 11bkgd
  11444.     data
  11445. Repeat Control StatementTAIL
  11446. +T+TXT
  11447. repeat for <number> times
  11448. end repeatADDD
  11449. The repe+TXT
  11450. The repeat for control statement causes the block of Oracle Media Talk statements between its first and last lines to execute <number> times, unless an exit, exit to top, exit repeat, or pass statement is encountered. 
  11451. The next repeat control statement causes the code to jump immediately to the beginning of the repeat loop, incrementing the loop counter.
  11452. Notes:
  11453. You can exit any loop by pressing Ctrl-(period) on Windows and Command-(period) on the Macintosh.TAIL
  11454. The foll+TXT
  11455. The following script, when placed in a button, prompts the user to enter five numbers, which are summed and returned: 
  11456. on mouseUp 
  11457.   put 0 into total 
  11458.   repeat for 5 times 
  11459.     ask "Please enter a number..." 
  11460.     put total + it into total 
  11461.   end repeat 
  11462.   type total 
  11463. end mouseUpTAIL
  11464. LL10>LST
  11465. MOCELL10
  11466. Exit Repeat Control Statement
  11467. Next Repeat Control Statement
  11468. Repeat Forever
  11469. Repeat Until
  11470. Repeat While
  11471. Repeat With
  11472. Repeat ForeverPROP
  11473. popupnum
  11474. 12bkgd
  11475.     data
  11476. Repeat ForeverTAIL
  11477. +T+TXT
  11478. repeat forever
  11479. end repeatADDD
  11480. The repe+TXT
  11481. The repeat forever control statement creates an infinite loop.  To exit a repeat loop, Oracle Media Objects must execute one of the following commands:  exit <messageName>, pass <messageName>, exit to top, or exit repeat.TAIL
  11482. The foll+TXT
  11483. The following button script continuously adds 1 to an amount in a variable named 
  11484. total":
  11485. on mouseUp 
  11486.   put 0 into total 
  11487.   repeat forever 
  11488.     add 1 to total 
  11489.     put total 
  11490.   end repeat 
  11491. end mouseUp 
  11492. To exit press Ctrl-(period) in Windows, Command-(period) on the Macintosh.TAIL
  11493. CELL10>LST
  11494. MOCELL10
  11495. Exit Repeat Control Statement
  11496. Next Repeat Control Statement
  11497. Repeat Control Statement
  11498. Repeat Until
  11499. Repeat While
  11500. Repeat With
  11501. Repeat UntilPROP
  11502. popupnum
  11503. 13bkgd
  11504.     data
  11505. Repeat UntilTAIL
  11506. repeat until <condition>
  11507. end repeatADDD
  11508. The repe+TXT
  11509. The repeat until control statement repeats a part of a script until a specific condition is true.  The condition must supply a value of true or false. 
  11510. Notes:
  11511. Repeat until <condition> produces the same result as repeat while not <condition>.TAIL
  11512. The foll+TXT
  11513. The following script continuously asks the user to enter a number to be added to an amount contained within a variable named 
  11514. total."  When the total is greater than 50, the condition of the repeat until statement is met and the remainder of the script is executed after end repeat.
  11515. on mouseUp 
  11516.   put 0 into total 
  11517.   repeat until total >50 
  11518.     ask "enter next number" 
  11519.     add it to total 
  11520.     put total 
  11521.   end repeat 
  11522. end mouseUpTAIL
  11523. MOCELL10>LST
  11524. MOCELL10
  11525. Exit Repeat Control Statement
  11526. Next Repeat Control Statement
  11527. Repeat Control Statement
  11528. Repeat Forever
  11529. Repeat While
  11530. Repeat With
  11531. Entry ChunkPROP
  11532. popupnum
  11533. 4bkgd
  11534.     data
  11535. Entry ChunkTAIL
  11536. entry <integer> of <palette>ADDD
  11537. PURE+TXT
  11538. The entry chunk yields a particular RGB triplet from the entries of the specified palette.  You can use the entry chunk to set or retrieve a particular RGB triplet.
  11539. The value of <integer> can range from 1 to 256.
  11540. Notes:
  11541. When setting a palette entry as in the previous example, you must quote the RGB triplet.
  11542. If you put a value into an uninitialized entry of a palette, entries between the last initialized entry and the one you are setting will be set to the corresponding Mac system palette color for that entry.  For example, if you have five entries in a palette and then try to set entry fifteen, entries six through fourteen will be set to Mac system palette colors six through fourteen.
  11543. Remember to follow rules of Macintosh and Windows palettes while developing your application.  For the Macintosh, the first entry must be white and the last entry black.  For Windows, the first 8 and the last 8 entries must be blank.
  11544. You cannot specify ranges with the entry chunk. For example, the following is incorrect:
  11545. entry 5 to 20 of palette "Blues"
  11546. New entries set using the entry chunk expression are not displayed until the palette has been realized.
  11547. put "140, 99, 74" into entry 15 of palette 
  11548.    "Spectrum" 
  11549. entry 30 of palette "Test"
  11550. PURE+TXT
  11551. /data
  11552. Applies to palettes
  11553. PURE>LST
  11554. MOCELL10
  11555. Realize Commandmand
  11556. Show {screen elements}  CommandPROP
  11557. popupnum
  11558. 92bkgd
  11559.     data
  11560. Show {screen elements}  TAIL
  11561. c+TXT
  11562. show <screen element> [at <x,y>]ADDD
  11563. RE+TXT
  11564. The show command displays screen elements, and makes the visible property of a screen element true, thereby bringing that screen element into view. 
  11565. Possible screen elements are the following:
  11566. card window
  11567. cursor
  11568. menubar
  11569. message
  11570. rulers
  11571. scrollbars
  11572. sizeBox
  11573. titlebar
  11574. toolbar
  11575. {background | bkgnd} picture
  11576. {card | cd} picture
  11577. {horizontal | vertical} scrollbar
  11578. The show {cd|bg} picture form of the show command has the same effect as setting the showPict property of the card or background to true.
  11579. <x,y> specifies the distance from the upper-left corner of the card window to the center of any <screen element> except menu bars, rulers, card pictures, and background pictures.
  11580. Notes:
  11581. If the menu bar is hidden and the screen is locked, the show menubar command has no effect.  See the lock screen and unlock screen commands and lockScreen property for more information. 
  11582. Hide cursor commands may be nested.  As with the lock screen and unlock screen commands, an equivalent show cursor command is required for each hide cursor command that has been issued.
  11583. Showing the sizeBox has no effect in Microsoft Windows.
  11584. You cannot show screen elements in the player, only in the development version.TAIL
  11585. RE>LST
  11586. MOCELL10
  11587. Hide {screen element}  Commands in the player, only in the development version.
  11588. Location (Loc) Property
  11589. RulerStyle Property
  11590. Visible Property
  11591. SnapToGrid PropertyPROP
  11592. popupnum
  11593. 123bkgd
  11594.     data
  11595. SnapToGrid PropertyTAIL
  11596. +TX+TXT
  11597. set the snapToGrid to <boolean>ADDD
  11598. URE+TXT
  11599. NOT AVAILABLE IN THE PLAYER
  11600. The snapToGrid property determines whether objects and painting on cards and backgrounds are aligned to an invisible grid when created, resized, or moved. 
  11601. If snapToGrid is set to true, objects that are subsequently created, resized, or moved are automatically aligned to a grid whose size is determined by setting the gridSize and rulerStyle properties. 
  11602. If snapToGrid is false (the default), objects that are created, resized, or moved can be adjusted to any screen position.TAIL
  11603. Create a button and then type the following into the Message Box and press Enter:
  11604. set the snapToGrid to true
  11605. Try moving the button.  Note that it moves in steps (that correspond to the gridSize property).  Now type the following into the Message Box and press Enter:
  11606. set the snapToGrid to false
  11607. Try moving the button again and notice that it moves freely to any location.TAIL
  11608. PURE+TXT
  11609. /data
  11610. Applies to global
  11611. PURE>LST
  11612. MOCELL10
  11613. GridSize Propertyerty
  11614. RulerStyle Propertyerty
  11615. Style PropertyPROP
  11616. popupnum
  11617. 128bkgd
  11618.     data
  11619. Style PropertyTAIL
  11620. +TX+TXT
  11621. set the style of <object> to <attribute>ADDD
  11622. The styl+TXT
  11623. The style property determines the appearance of an object.  For some types of objects, the style property can make available or hide object controls, as in the case of field scrollbars or movie controls. Only one style property can be in effect at any one time.  Valid <attribute> values are listed below.
  11624. Fields:  transparent; opaque; rectangle; shadow, gray
  11625. Buttons:  transparent; opaque; rectangle; native; default; gray; checkbox; radiobutton; shadow
  11626. Shapes:  roundRect; rectangle; oval; upLine; downLine; horizontalLine; verticalLine
  11627. Bitmaps:  transparent; opaque; rectangle; shadow, gray
  11628. Cards:  plain, gray
  11629. Movies:  rectangle; opaque; control; transparent; shadow, etched
  11630. PickLists:  transparent; opaque; rectangle; shadow, gray
  11631. Backgrounds:  plain, gray
  11632. Groups:  rectangle; opaque; frame; transparent
  11633. DataSheets:  transparent; opaque; rectangle; shadow, gray 
  11634. Notes:
  11635. Setting the style of a card actually sets the style of its background.TAIL
  11636. Some examples include:
  11637. set the style of button "Ghost" to transparent 
  11638. set the style of bmp id 4 to opaque
  11639. /data
  11640. Applies to backgrounds, bitmaps, buttons, cards, datasheets, fields, groups, movies, picklists, shapes
  11641. ELL10>LST
  11642. MOCELL10
  11643. AutoHilite Propertyerty the chartStyle property
  11644. Hilite Propertyperty
  11645. Type Propertyoperty
  11646. TextSize PropertyPROP
  11647. popupnum
  11648. 134bkgd
  11649.     data
  11650. TextSize PropertyTAIL
  11651. +TX+TXT
  11652. For the text tool:
  11653. set the textSize to <pointSize>
  11654. For objects:
  11655. set the textSize of [<chunk> of | <part> of] 
  11656.      <object> to <pointSize>ADDD
  11657. PURE+TXT
  11658. The textSize property determines the size of the font in an item of text, or text typed at an insertion point selected with the text tool. Object parts are listed in the following table:
  11659. Bitmap and field parts:  label
  11660. DataSheet and pickList parts:  colLabel, column (col)
  11661. Field chunks:  char, item, line, word
  11662. With the exception of movies, if you do not specify a part, textSize will affect the entire object; however, setting textSize on a field, pickList, or dataSheet affects only the data contained in the object.  
  11663. The font size is measured in pixels from the top of the tallest uppercase letter to the bottom of the longest lowercase descender.  
  11664. The textSize can be any integer from 1 to 255, but the sizes installed and available in your computer's system produce the best results.  The textSize property can be changed by using the set command and retrieved by using the get command.   
  11665. Notes:
  11666. If you wish to change the textSize of a chunk of a field, the field's multiFont property must be set to true.  You must also exactly specify the text whose size you wish to change:
  11667. set the textSize of char 5 to 10 of fld 2 to 18
  11668. If the multiFont property is not true then the preceding line sets the entire field to size 18.TAIL
  11669. PURE+TXT
  11670. Create a multifont field and name it "test".  Type two words into the field and assign them different sizes using the "Size" option from the "Text" menu.  Now, type the following into the Message Box and press Enter after each: 
  11671. get the textSize of word 1 of fld "test" 
  11672. set the textSize of word 2 of fld "test" to itTAIL
  11673. PURE+TXT
  11674. /data
  11675. Applies to bitmaps, buttons, datasheets, fields, groups, movies, picklists, shapes, the text tool (global painting)
  11676. PURE>LST
  11677. MOCELL10
  11678. MultiFont Propertyerty
  11679. TextColor Propertyerty
  11680. TextFont Propertyerty
  11681. TextHeight Propertyerty
  11682. TextStyle Propertyerty  ADDD
  11683. Abs FunctionSCRP
  11684. on openCard
  11685.   global gMediaTalkReference
  11686.   set the cursor to watch
  11687.   if gMediaTalkReference is "Functions" then
  11688.     set the globalRowNum of this stack to 1
  11689.     put "Functions" into bg fld "category" 
  11690.     put card fld "Functions" of card "data" into bg lst "list" of bg "topic background" 
  11691.     set the alpha of this stack to false
  11692.     dehilite bg lst "list" 
  11693.     dehilite bg lst "category" 
  11694.     hilite row 5 of bg lst "category" of bg "topic background"
  11695.     set the vertical scrollline of bg lst "list" to 1
  11696.     hilite row 1 of bg lst "list"
  11697.   end if
  11698.   set the cursor to arrow 
  11699.   put empty into gMediaTalkReference 
  11700. end openCard
  11701. popupnum
  11702. 1bkgd
  11703.     data
  11704. Abs FunctionTAIL
  11705. abs (<number>)
  11706. the abs of <number>ADDD
  11707. abs is a mathematical function that returns the absolute value of a number; that is, the displacement of a number from the origin, expressed as a positive number.  The following list gives some examples:
  11708. Typing:  abs (-1)
  11709. Return:  1
  11710. Typing:  abs (1)
  11711. Returns:  1
  11712. Typing:  abs (-2.3)
  11713. Returns:  2.3
  11714. Typing:  abs (2.3)
  11715. Returns:  2.3TAIL
  11716. To put the absolute values of -5 and 5 into two variables and add them together, type the following statements into the Message Box and press Enter after each:
  11717. put abs (-5) into factor1
  11718. put abs (5) into factor2
  11719. put factor1 + factor2 into my_result
  11720. my_result
  11721. The result of these calculations (10) is displayed in the Message Box.TAIL
  11722. MOCELL10
  11723. There are no related topics
  11724. Disable CommandPROP
  11725. popupnum
  11726. 39bkgd
  11727.     data
  11728. Disable CommandTAIL
  11729. +T+TXT
  11730. For buttons, fields, dataSheets, and pickLists:
  11731. disable <button | field | pickList | dataSheet>ADDD
  11732. URE+TXT
  11733. The disable command sets the enable property of the target object to false.  If enable is set to false, the object's text and icon are dimmed and no mouse-related messages are sent.  If enable is set to true (the default), the object appears and responds normally.TAIL
  11734. PURE+TXT
  11735. Add the following handler to a button:
  11736. on mouseUp
  11737.   disable me
  11738.   answer "I have been disabled." with "OK"
  11739. end mouseUp
  11740. The button containing this script may be clicked only once.  When clicked, it disables itself and displays a dialog box informing the user that the button has been disabled.TAIL
  11741. PURE+TXT
  11742. /data
  11743. Applies to buttons, datasheets, fields, picklists
  11744. PURE>LST
  11745. MOCELL10
  11746. Disable MenuItem Commandmand
  11747. Enable MenuItem Command
  11748. Enable Propertyerty
  11749. Lock Messages CommandPROP
  11750. popupnum
  11751. 58bkgd
  11752.     data
  11753. Lock Messages CommandTAIL
  11754. +T+TXT
  11755. lock messagesADDD
  11756. PURE+TXT
  11757. The lock messages command sets the lockMessages property to true.TAIL
  11758. PURE+TXT
  11759. The following handler uses the lock messages command in the script of a button to display every card in the stack without triggering any openCard or closeCard messages.  The unlock messages command is used to resume the transmission of system messages.  Try the handler without the lock messages command at the beginning to see the time difference. 
  11760. on mouseUp 
  11761.   lock messages
  11762.   repeat with i = 1 to the number of cards of this stack
  11763.     go to next card
  11764.     wait 2 seconds
  11765.   end repeat
  11766.   unlock messages 
  11767. end mouseUpTAIL
  11768. PURE>LST
  11769. MOCELL10
  11770. LockMessages Propertyerty
  11771. Unlock Messages Commandmand  
  11772. Read From File CommandPROP
  11773. popupnum
  11774. 78bkgd
  11775.     data
  11776. Read From File CommandTAIL
  11777. +T+TXT
  11778. read from file <filename> until <character> 
  11779. read from file <filename> for <integer>ADDD
  11780. The read+TXT
  11781. The read from file command imports text or data handled as text from a text file until a specific character is located or until <integer> characters have been imported.  The imported text is put into the variable it.  Executing an open file command sets the read from file position to the beginning of the file.  The read from file command reads the file until the end of file is reached.  
  11782. If you execute several read from file commands, i.e.:
  11783. open file fname
  11784. read from file fname until return
  11785. then the the first read from file command reads the fist line of the file.  The second read from file command reads the second line of the file.
  11786. Notes:
  11787. To read a line of a text file whose lines are delimited by carriage returns, use the following syntax:
  11788. read from file <filename> until return
  11789. To read a file until the end of file is reached, you can use the following syntax:
  11790. read from file fname until EOF
  11791. Note though that the read from file command will by default read  until the end of the file.TAIL
  11792. a+TXT
  11793. This example reads an ASCII file called "Test".  To try it, you must have an appropriate file available.  Create a field named "File Info".  Create a button named "Get Info" with the following script: 
  11794. on mouseUp
  11795.   ask file "Text file to open?" for open 
  11796.       with "Test.txt"
  11797.   put it into fname
  11798.   open file fname
  11799.   read from file fname for 100
  11800.   put it into fld "File Info"
  11801.   close file fname
  11802. end mouseUp 
  11803. Return to Browse mode and press the button.  A dialog box appears, prompting you to specify the name of a file to open.  The handler then opens the file, reads 100 characters from the file, and puts the text into the field "File Info".TAIL
  11804. CELL10>LST
  11805. MOCELL10
  11806. Write To File Commandmand 
  11807. Open [<doc> with] <app> 
  11808. Close File Commandmand
  11809. Commandtion> Command
  11810. Stop  CommandPROP
  11811. popupnum
  11812. 95bkgd
  11813.     data
  11814. Stop  CommandTAIL
  11815. +T+TXT
  11816. stop <movie | path | sound | timer>ADDD
  11817. For movi+TXT
  11818. For movies, the stop command halts the playback of a movie and blanks the movie image.
  11819. For paths, the stop command halts the currently executing animation.  Animation cannot be resumed from this point, but must be restarted from the beginning.
  11820. For sounds, the stop command stops the playback of the sound.
  11821. For timers, the stop command stops the timer from going off by clearing the timer of all pending expiration times.TAIL
  11822. ate a+TXT
  11823. Create a movie object and associate a movie file with it.  Now create a button and name it 
  11824. Stop".  Put the following handler into the script of the button: 
  11825. on mouseUp
  11826.   if the isPlaying of movie 1 is true then
  11827.     stop movie 1
  11828.   end if
  11829. end mouseUp  
  11830. Create a button and name it "Play".  Put the following handler into the script of the button:
  11831. on mouseUp
  11832.   prepare mov 1
  11833.   play mov 1
  11834. end mouseUp
  11835. Create a timer object and place the following handler into the script:
  11836. on timerExpired
  11837.   beep
  11838.   put 
  11839. Wake Up!"
  11840. end timerExpired
  11841. Create a button 
  11842. Starttimer" with the following handler:
  11843. on mouseDown 
  11844.   start timer 1 expire in 10 seconds
  11845. end mouseDown
  11846. Now, create a button 
  11847. Stoptimer" and place the following handler into the script of the button:
  11848. on mouseDown 
  11849.   stop timer 1
  11850. end mouseDown 
  11851. Applies +TXT
  11852. /data
  11853. Applies to movies, paths, sounds, timers
  11854. L10>LST
  11855. MOCELL10
  11856. EndPlay  Commandand
  11857. Pause  Commandand
  11858. Play File Command
  11859. PlayStopped  Messageage
  11860. Start Commandmand
  11861. Messages Propertyertyy
  11862. Disable MenuItem CommandPROP
  11863. popupnum
  11864. 40bkgd
  11865.     data
  11866. Disable MenuItem CommandTAIL
  11867. +T+TXT
  11868. For menu items:
  11869. disable menuItem <item> of [menu     
  11870.      <submenu_name> of] menu <menu_name>
  11871. For menus:
  11872. disable menu <menu_name>ADDD
  11873. The disa+TXT
  11874. The disable menuItem command makes the specified menu item unselectable, or dimmed.  If the target is a menu, the disable  menuItem command disables every menu item and, on the Macintosh only, the menu itself.  The disable menuItem command applies only to user-defined menus.
  11875. A menu item can be created disabled when setting the menuItems property.  Place an open parenthesis before the name of the item to create it disabled.
  11876. You cannot modify anything on the existing File or Edit menus.TAIL
  11877. h+TXT
  11878. Enter the following statements in the Message Box and press Enter after each:
  11879. create menu "Colors"
  11880. add menuItem "Transparent" to "Colors"
  11881. To disable the menu item, type the following in the Message Box and press Enter:
  11882. disable menuItem "Transparent" of menu "Colors"TAIL
  11883. MOCELL10>LST
  11884. MOCELL10
  11885. Enable MenuItem Commandmand
  11886. Disable MenuItem Command
  11887. Enable Propertyerty
  11888. wINFO
  11889. Column Tabular ChunkPROP
  11890. popupnum
  11891. 3bkgd
  11892.     data
  11893. Column Tabular ChunkTAIL
  11894. ++TXT
  11895. col[umn] <integer1> [to <integer2>] 
  11896.      {of | in} <pickList | dataSheet>
  11897. the <ordinal> col[umn] {of | in} <pickList | dataSheet>ADDD
  11898. The colu+TXT
  11899. The column chunk yields all of the values in a particular column or range of columns in a pickList or dataSheet.  In the returned value, each row is delimited by returns; each column is delimited by tabs.
  11900. You can use the colDelim and rowDelim properties to specify the character to be used as a column or row delimiter, respectively, for data imported into a pickList or dataSheet.
  11901. Attention:  You can use a combination of text and tabular chunk expressions to retrieve values, but not to insert values into containers.  TAIL
  11902.  +TXT
  11903. You can specify chunks of chunks:
  11904. row 1 of col 1 of pickList "Movies"
  11905. You can also specify ranges of chunks:
  11906. col 1 to 2 of pickList "Movies"
  11907. You can use text chunk expressions with tabular chunk expressions by enclosing the tabular chunk expression in parentheses, as in the following example:
  11908. put word 1 of (col 2 of pickList 3)TAIL
  11909. Applies +TXT
  11910. /data
  11911. Applies to datasheets, picklists
  11912. MOCELL10>LST
  11913. MOCELL10
  11914. Cell Tabular Chunkhunk
  11915. ColDelim Propertyerty
  11916. RowDelim Propertyerty
  11917. Row Tabular Chunkhunk
  11918. mINFO
  11919. Close File CommandPROP
  11920. popupnum
  11921. 21bkgd
  11922.     data
  11923. Close File CommandTAIL
  11924. +T+TXT
  11925. close file <filename>ADDD
  11926. The clos+TXT
  11927. The close file command closes a text file that was previously opened for reading or writing.  The filename, including path, must be supplied if the file is in a different disk or directory than Oracle Media Objects.  The filename must be same as the name you supplied with the open file command or you will receive a "file not open" error.TAIL
  11928. The foll+TXT
  11929. The following example opens a text file specified by the user, reads the first 100 characters of the file into a field, and closes the file again. 
  11930. on mouseUp 
  11931.   ask "What file?" 
  11932.   put it into fname 
  11933.   open file fname 
  11934.   read from file fname for 100 
  11935.   put it into field "Text" 
  11936.   close file fname 
  11937. end mouseUpTAIL
  11938. LL10>LST
  11939. MOCELL10
  11940. Read From File Commandmand
  11941. Write To File Commandmand 
  11942. Open [<doc> with] <app> @
  11943. Commandtion> Command
  11944. AINFO
  11945. MultiFont PropertyPROP
  11946. popupnum
  11947. 73bkgd
  11948.     data
  11949. MultiFont PropertyTAIL
  11950. +T+TXT
  11951. set the multiFont of <field> to <boolean>ADDD
  11952. When set+TXT
  11953. When set to true, the multiFont property allows fields to contain multiple text fonts, colors, sizes, and styles.
  11954. Notes:
  11955. If a field's multiFont property is set to true, information about that field's text properties is stored only during the current session.  Thus, if the multiFont property is set to false in a future session, the field will assume the default text characteristics of a newly created field.TAIL
  11956.  a+TXT
  11957. Create a new field, name it 
  11958. test" and type 
  11959. The quick brown fox jumps over the lazy dog." in it.  Select the word 
  11960. jumps" and try to change its font from the Font submenu of the Text menu.  Note that the font of the entire field changes.  Try changing the word's color, size, and style; you should get similar results.  Now enter the following line in the Message Box and press Return:
  11961. set the multiFont of fld "test" to true
  11962. Note that the contents of the field assume the font named in the field's textFont property.  Try selecting text in the field and changing the font again. Do the same for other words or parts of words, and experiment with color, size, and style.  Finally, enter the following line in the Message Box and press Return:
  11963. set the multiFont of fld "test" to false
  11964. All text in the field assumes the text properties that were current when the property was set to true.TAIL
  11965.  +TXT
  11966. /data
  11967. Applies to fields
  11968. MOCELL10>LST
  11969. MOCELL10
  11970. There are no related topics
  11971. *INFO
  11972. MessageDropTime  PropertyPROP
  11973. popupnum
  11974. 70bkgd
  11975.     data
  11976. MessageDropTime  PropertyTAIL
  11977. +T+TXT
  11978. set the messageDropTime of <movie | 
  11979.     path | sound | timer> to <integer>ADDD
  11980. PURE+TXT
  11981. The messageDropTime allows you to specify the maximum acceptable latency for messages defined in the messages property.  Any message which cannot be sent within the latency limit is discarded.  This property takes a non
  11982. negative integer expressed in the time units specified with the units property.
  11983. The messageDropTime property only takes effect if the dropMessages property is true.
  11984. Notes:
  11985. For sounds, be careful about setting the messageDropTime property to unexpected values.  If there is not a sound file associated with your sound object, you can still modify messageDropTime if the units property is set to milliseconds, ticks, or seconds.  If the units property is set to samples, however, then you should not attempt to get or set the messageDropTime property.  If you try to get or set messageDropTime in this situation while working in the authoring environment of Oracle Media Objects, then you will get an error message.  If you attempt to modify messageDropTime under these circumstances while working in the runtime player, the default rate of 22KHz will be used to calculate the value of messageDropTime.TAIL
  11986. PURE+TXT
  11987. /data
  11988. Applies to movies, paths, sounds, timers
  11989. URE>LST
  11990. MOCELL10
  11991. DropMessages  Propertyrty
  11992. Messages Propertyertyy
  11993. Units Propertyerty
  11994. Acceleration PropertySCRP
  11995. on openCard
  11996.   global gMediaTalkReference
  11997.   set the cursor to watch
  11998.   if gMediaTalkReference is "Properties" then
  11999.     set the globalRowNum of this stack to 1
  12000.     put "Properties" into bg fld "category" 
  12001.     put card fld "properties" of card "data" into bg lst "list" of bg "topic background" 
  12002.     set the alpha of this stack to false
  12003.     dehilite bg lst "list" 
  12004.     dehilite bg lst "category" 
  12005.     hilite row 3 of bg lst "category" of bg "topic background"
  12006.     set the vertical scrollline of bg lst "list" to 1
  12007.     hilite row 1 of bg lst "list"
  12008.   end if
  12009.   set the cursor to arrow  
  12010.   put empty into gMediaTalkReference
  12011. end openCard
  12012. popupnum
  12013. 1bkgd
  12014.     data
  12015. Acceleration PropertyTAIL
  12016. set the acceleration of [leg <number> of] 
  12017.      <path> to  <x, y>ADDD
  12018. By default, an object maintains a constant speed for the duration of its trip down a path or a leg of a path.  Using the acceleration property, you can specify the duration of the path during which an object accelerates and decelerates (or slows down).
  12019. The acceleration property requires two values, separated by a comma.  The first value specifies the percent of the path duration during which the object accelerates; the second specifies the percent of path duration during which the object decelerates.
  12020. You can specify continual acceleration by setting the acceleration property to "100,0" so that the object accelerates for 100% of the path and decelerates for none of it; similarly, you can specify continual deceleration by setting the property to "0,100".
  12021. You can set the acceleration property for either an entire path or for each individual leg of a path.  If you wish to set the acceleration property for each leg, you must set the playStyle property to useLegTiming to put your leg settings into effect.  
  12022. Notes:
  12023. If you decide to set the acceleration property for each leg of a path, first add all the legs you want to include, and then set the playStyle property to a value of useLegTiming.  This simultaneously updates the playDuration property of the path.TAIL
  12024. Create a shape and a path.  Now create a button, name it 
  12025. Mover", and place the following handler into the script of the button:
  12026. on mouseUp
  12027.  animate shape 1 along path 1
  12028. end mouseUp
  12029. Type the following into the Message Box:
  12030. set the acceleration of path 1 to 100,0
  12031. Press the "Mover" button and observe the shape object move along the path you specified.
  12032. Now add a leg to your path by entering part mode and clicking the "add leg" tool;  then set the playStyle property to useLegTiming by clicking on the "useLegTiming" tool, and type the following into the Message Box:
  12033. set the acceleration of leg 1 of path 1 to 100,0
  12034. set the acceleration of leg 2 of path 1 to 50,50
  12035. Click on the "Mover" button and watch your shape object move at different speeds along the two legs that now make up your path.TAIL
  12036. /data
  12037. Applies to paths, legs of paths 
  12038. MOCELL10
  12039. Animate From Commandndand
  12040. PlayStyle  Propertyrty
  12041. LockScreen PropertyPROP
  12042. popupnum
  12043. 66bkgd
  12044.     data
  12045. LockScreen PropertyTAIL
  12046. +T+TXT
  12047. set the lockScreen to <boolean>ADDD
  12048. URE+TXT
  12049. The lockScreen property controls how the screen is updated.  When the lockScreen property is true, the image currently displayed on the screen is not modified until the screen is unlocked or the script currently being executed ends.  
  12050. The lockScreen property is automatically set to false when an idle message is sent.  Therefore this property can be changed only within the scope of a script.
  12051. You can use the lockScreen property to
  12052. Increase speed of execution (scripts run faster when the screen is locked)
  12053. Create visual effects for screen updating (see the unlock screen with visual effects command)
  12054. Make multiple changes to the display appear simultaneouslyTAIL
  12055. PURE+TXT
  12056. Create a bitmap named "test" and a button with the following script: 
  12057. on mouseUp 
  12058.   set the lockScreen to true 
  12059.   hide bitmap "test" 
  12060.   wait 5 seconds 
  12061.   show bitmap "test" 
  12062.   set the lockScreen to false 
  12063. end mouseUp 
  12064. When you click on the button, the bitmap "test" does not disappear, because the screen was locked during the time the bitmap was hidden.  Now return to the script and change the second line to read: 
  12065. set the lockScreen to false 
  12066. Return to Browse mode and click on the button.  The bitmap "test" disappears for 5 seconds.TAIL
  12067. PURE+TXT
  12068. /data
  12069. Applies to global
  12070. PURE>LST
  12071. MOCELL10
  12072. Unlock Screen Commandndnd
  12073. Lock Screen Commandndnd
  12074. LockMessages PropertyPROP
  12075. popupnum
  12076. 65bkgd
  12077.     data
  12078. LockMessages PropertyTAIL
  12079. +T+TXT
  12080. set the lockMessages to <boolean>ADDD
  12081. E+TXT
  12082. The lockMessages property controls whether messages are sent or are prevented from being sent.  You can lock the following system messages: 
  12083.        
  12084.   open
  12085.        
  12086.   close
  12087.        
  12088.   new
  12089.        
  12090.  delete
  12091. When the lockMessages property is set to true, handlers are executed more quickly because the system messages just listed are not sent. 
  12092. The lockMessages property is automatically set to false when an idle message is sent.  Therefore this property can be changed only within the scope of a script.
  12093. PURE+TXT
  12094. The following handler uses the lockMessages property to retrieve the name of every card in the stack without triggering any openCard or closeCard messages. 
  12095. on mouseUp 
  12096.   set the lockMessages to true 
  12097.   lock screen 
  12098.   repeat with i = 1 to the number of cards 
  12099.     of this stack 
  12100.     go to card i
  12101.     put the short name of this card && return 
  12102.       after 
  12103.       field "card names" of card "Card with Names" 
  12104.   end repeat 
  12105.   go to card "Card with Names" 
  12106.   unlock screen 
  12107.   set the lockMessages to false 
  12108. end mouseUpTAIL
  12109. PURE+TXT
  12110. /data
  12111. Applies to global 
  12112. PURE>LST
  12113. MOCELL10
  12114. Lock Messages Commandndnd
  12115. Unlock Screen Commandndmand
  12116. End Control StatementSCRP
  12117. on openCard
  12118.   global gMediaTalkReference
  12119.   set the cursor to watch
  12120.   if gMediaTalkReference is "Control Statements" then
  12121.     set the globalRowNum of this stack to 1
  12122.     put "Control Statements" into bg fld "category" 
  12123.     put card fld "Control Statements" of card "data" into bg lst "list" of bg "topic background" 
  12124.     set the alpha of this stack to false
  12125.     dehilite bg lst "list" 
  12126.     dehilite bg lst "category" 
  12127.     hilite row 9 of bg lst "category" of bg "topic background"
  12128.     set the vertical scrollline of bg lst "list" to 1
  12129.     hilite row 1 of bg lst "list"
  12130.   end if
  12131.   set the cursor to arrow  
  12132.   put empty into gMediaTalkReference
  12133. end openCard
  12134. popupnum
  12135. 1bkgd
  12136.     data
  12137. End Control StatementTAIL
  12138. end <messageName>ADDD
  12139. The end keyword begins the last line of a handler.  End is encountered when all of the handler's statements have been executed, except for any bypassed conditional blocks. 
  12140. When the end statement is reached, the message that initiated execution of the handler is sent no further unless a pass <messageName> statement precedes the end statement.  If the message that initiated this handler's execution was part of some other handler, control passes back to the calling handler.TAIL
  12141. The following handler can be put into the script of any object: 
  12142. on mouseUp 
  12143.     beep 2 
  12144. end mouseUpTAIL
  12145. MOCELL10
  12146. Repeat Control Statementment
  12147. Exit Control Statement
  12148. If Control Statementment
  12149. On Control Statementment
  12150. Pass Control Statement
  12151. UINFO
  12152. Cell Tabular ChunkSCRP
  12153. on openCard
  12154.   global gMediaTalkReference
  12155.   set the cursor to watch
  12156.   if gMediaTalkReference is "Chunks" then
  12157.     set the globalRowNum of this stack to 1
  12158.     put "Chunks" into bg fld "category" 
  12159.     put card fld "Chunks" of card "data" into bg lst "list" of bg "topic background" 
  12160.     set the alpha of this stack to false
  12161.     dehilite bg lst "list" 
  12162.     dehilite bg lst "category" 
  12163.     hilite row 7 of bg lst "category" of bg "topic background"
  12164.     set the vertical scrollline of bg lst "list" to 1
  12165.     hilite row 1 of bg lst "list"
  12166.   end if
  12167.   set the cursor to arrow  
  12168.   put empty into gMediaTalkReference
  12169. end openCard
  12170. popupnum
  12171. 1bkgd
  12172.     data
  12173. Cell Tabular ChunkTAIL
  12174. cell <row1>,<col1> [to <row2>,<col2>] 
  12175.      {of | in} <pickList | dataSheet>ADDD
  12176. The cell chunk yields the value in a particular cell or range of cells in a pickList or dataSheet.  A cell is identified by a horizontal (column) and a vertical (row) component.  In the returned value for a range of cells, each row is delimited by returns and each column is delimited by tabs.
  12177. Notes:
  12178. You can specify ranges of cells, as in the following example:
  12179. cell 1,2 to 1,18 of pickList "Movies"
  12180. You can use text chunk expressions with tabular chunk expressions by enclosing the tabular chunk expression in parentheses, as in the following example:
  12181. get char 1 to 5 of (cell 1,2 of pickList 3)
  12182. Attention:  You can use a combination of text and tabular chunk expressions to retrieve values, but not to insert values into containers. TAIL
  12183. The following handler displays a dialog box prompting the user to enter data only if the user clicks the mouse in a cell.  If the user clicks on a label, no dialog box is displayed.  The handler must be entered into the script of a pickList or a dataSheet with its lockText property set to true.  
  12184. on mouseUp rowNum, colNum
  12185.   if rowNum > 0 and colNum > 0 then
  12186.     ask "Please enter a value for cell" && 
  12187.      rowNum & "," & 
  12188.     colNum with cell rowNum, colNum of me
  12189.     put it into cell rowNum,colNum of me
  12190.   end if
  12191. end mouseUpTAIL
  12192. /data
  12193. Applies to picklists, datasheets
  12194. MOCELL10
  12195. Column Tabular Chunkhunk
  12196. Row Tabular Chunkchunk
  12197. findSCRP
  12198. on idle
  12199.   hide cd picklist "menu"
  12200.   pass idle
  12201. end idle
  12202. on mouseup
  12203.   if the style of cd btn "
  12204. " of cd "find"  is default then
  12205.     select char 1 of cd fld "inpicklist" of cd "find" 
  12206.   else
  12207.     select after the last char of cd fld "searchstring" of cd "find" 
  12208.   end if
  12209. end mouseup
  12210. on opencard
  12211.   select after the last char of cd fld "searchstring"
  12212. end opencard
  12213. on closecard
  12214.   put empty into cd fld "searchstring"
  12215.   put empty into cd lst "topics"
  12216.   put row 1 of cd picklist "menu" into cd fld "findtype"
  12217.   set the style of cd btn "
  12218. " to default
  12219.   set the style of cd btn "
  12220. " to native
  12221.   hide cd fld "itemsfound"
  12222.   hide cd fld "itemsfound label"
  12223.   disable cd btn "
  12224. end closecard
  12225. on findit  
  12226.   if cd fld "searchstring" is empty then
  12227.     --answer "Please enter something to find." at the left of cd window  + the width of cd window/10,  the top of cd window
  12228.     answer "
  12229. B" at the left of cd window  + the width of cd window/10,  the top of cd window
  12230.     exit findit
  12231.   end if
  12232.   set cursor to watch
  12233.   show cd pnt "working1"
  12234.   show cd fld "itemsfound label"
  12235.   put 0 into cd fld "itemsfound"
  12236.   show cd fld "itemsfound"
  12237.   put empty into cd lst "topics"
  12238.   put empty into foundtopics
  12239.   show cd pnt "working2"
  12240.   send mouseup to cd button search of cd data
  12241.   if the number of rows of cd dsht results of cd data > 0 then
  12242.     put col 1 of cd dsht results of cd data into foundtopics  
  12243.   end if
  12244.   if foundtopics is empty then 
  12245.     hide cd pnt "working2"
  12246.     hide cd pnt "working1"
  12247.     --answer "No topics were found." at the left of cd window  + the width of cd window/10,  the top of cd window
  12248.     answer "
  12249. B" at the left of cd window  + the width of cd window/10,  the top of cd window
  12250.     select char 1 to (the number of chars of cd fld "searchstring") of cd fld "searchstring"
  12251.   else 
  12252.     put foundtopics into cd lst "topics"
  12253.     put the number of rows of cd dsht results of cd data into cd fld "itemsfound"
  12254.     set the style of cd btn "
  12255. " to default
  12256.     hide cd pnt "working2"
  12257.     set the style of cd btn "
  12258. " to native
  12259.     select char 1 of cd fld "inpicklist"
  12260.     hide cd pnt "working1"
  12261.   end if
  12262. end findit
  12263. on displayit
  12264.   if not (the windowtype contains "dialog") then
  12265.     --answer "Please access this screen through the Find... button on the Topics screens."
  12266.     answer "
  12267.     exit displayit
  12268.   end if
  12269.   put the hilitedrows of cd lst "topics" into therow
  12270.   if therow is empty then 
  12271.     --answer "Please select a topic." at the left of cd window  + the width of cd window/10,  the top of cd window
  12272.     answer "
  12273. B" at the left of cd window  + the width of cd window/10,  the top of cd window
  12274.   else
  12275.     put row therow of cd lst "topics" into thetopic
  12276.     if the last char of thetopic is return then delete the last char of thetopic
  12277.     set cursor to watch
  12278.     if thetopic  is empty then exit displayit
  12279.     if the first word of thetopic  is "Repeat" or the last word of thetopic  contains "statement" then
  12280.       put "control statements" into temp
  12281.       put "Control Statements" into bg fld "category" of bg "topic background"
  12282.       put cd fld "control statements" of cd "data" into bg lst "list" of bg "topic background"
  12283.       hilite row (the popupNum of card thetopic) of bg lst "list" of bg "topic background"
  12284.       set the vertical scrollline of bg lst "list" of bg "topic background" to the popupNum of card thetopic
  12285.       selectCategory temp
  12286.       dismiss with thetopic
  12287.     else if not (the last word of thetopic  contains "Property")  then
  12288.       put the last word of thetopic  & "s" into temp
  12289.       put temp into bg fld "category" of bg "topic background"
  12290.       put cd fld temp of cd "data" into bg lst "list" of bg "topic background"
  12291.       hilite row (the popupNum of card thetopic) of bg lst "list" of bg "topic background"
  12292.       set the vertical scrollline of bg lst "list" of bg "topic background" to the popupNum of card thetopic
  12293.       selectCategory temp
  12294.       dismiss with thetopic
  12295.     else if the last word of thetopic  contains "Property" then
  12296.       put "Properties" into bg fld "category" of bg "topic background"
  12297.       put cd fld "properties" of cd "data" into bg lst "list" of bg "topic background" 
  12298.       hilite row (the popupNum of card thetopic) of bg lst "list" of bg "topic background"
  12299.       set the vertical scrollline of bg lst "list" of bg "topic background" to the popupNum of card thetopic
  12300.       selectCategory temp 
  12301.       dismiss with thetopic
  12302.     end if
  12303.   end if
  12304. end displayit
  12305. on tabkey
  12306.   --answer "yes"
  12307.   answer "
  12308. end tabkey
  12309. prevcard
  12310. & Operatorcard
  12311. findtypedata
  12312. containsTAIL
  12313. containsSCRP
  12314. on mousedown
  12315.   set the cursor to arrow
  12316.   popupmenu cd picklist "menu" at the left of me, the top of me
  12317.   if it is empty or it is zero then exit mousedown
  12318.   put row it of cd picklist "menu" into cd fld "findtype"
  12319.   put empty into cd lst "topics"
  12320.   set the style of cd btn "find" to default
  12321.   set the style of cd btn "display" to native
  12322.   hide cd fld "itemsfound label"
  12323.   hide cd fld "itemsfound"
  12324.   select after the last char of cd fld "searchstring"
  12325. end mousedown
  12326. searchstringSCRP
  12327. on returninfield
  12328.   set the hilite of cd btn "
  12329. " to true
  12330.   enable cd btn "
  12331.   wait 6 ticks
  12332.   set the hilite of cd btn "
  12333. " to false
  12334.   findit
  12335.   disable cd btn "
  12336. end returninfield
  12337. on enterinfield
  12338.   set the hilite of cd btn "
  12339. " to true
  12340.   enable cd btn "
  12341.   wait 6 ticks
  12342.   set the hilite of cd btn "
  12343. " to false
  12344.   findit
  12345.   disable cd btn "
  12346. end enterinfield
  12347. on openfield
  12348.   set the style of cd btn "
  12349. " to default
  12350.   set the style of cd btn "
  12351. " to native
  12352. end openfield
  12353. on tabkey
  12354.   select cd btn "
  12355. end tabkey
  12356. ZNAME
  12357. topicsSCRP
  12358. on doubleclick
  12359.   if me is not empty then displayit
  12360. end doubleclick
  12361. on mousedown
  12362.   if me is not empty then
  12363.     set the style of cd btn "
  12364. " to default
  12365.     set the style of cd btn "
  12366. " to native
  12367.     select char 1 of cd fld "inpicklist"
  12368.   end if
  12369. end mousedown
  12370. MOCELL10
  12371. menudata
  12372. MOCELL10
  12373. contains
  12374. starts with
  12375. ends with
  12376. is not
  12377. doesn
  12378. t contain
  12379. inpicklistSCRP
  12380. on returninfield
  12381.   set the hilite of cd btn "
  12382. " to true
  12383.   wait 6 ticks
  12384.   set the hilite of cd btn "
  12385. " to false
  12386.   displayit
  12387. end returninfield
  12388. on enterinfield
  12389.   set the hilite of cd btn "
  12390. " to true
  12391.   wait 6 ticks
  12392.   set the hilite of cd btn "
  12393. " to false
  12394.   displayit
  12395. end enterinfield
  12396. athowTAIL
  12397. itemsfound labeldata
  12398. Items Found:TAIL
  12399. itemsfounddata
  12400. 8TAIL
  12401. working1data
  12402. ETAIL
  12403. working2data
  12404. dropdowndata
  12405. on mouseUp
  12406.   enable cd button "
  12407.   findit
  12408.   disable cd button "
  12409. end mouseUp
  12410. on mouseUp
  12411. end mouseUp
  12412. on mouseUp
  12413.    displayit
  12414. end mouseUp
  12415. on mouseUp
  12416.     put the prevCard of this card into go_card
  12417.    dismiss 
  12418. end mouseUp
  12419. -- Media Talk Reference Library Stack
  12420. -- Oracle Media Objects
  12421.  Version 1.0
  12422. -- Copyright 
  12423.  Oracle Corporation 1995
  12424. -- 6/28/95
  12425. -- okurose, 11/20/95
  12426. on libraryStack
  12427.   if the name of the target is not the name of me then exit libraryStack
  12428.   if exists(menu "
  12429. ") then
  12430.     add menuitem "-" to menu "
  12431.   else
  12432.     create menu "
  12433.   end if
  12434.   add menuItem "Media Talk Reference;
  12435. " to menu "
  12436. --  add menuItem "
  12437. " to menu "
  12438.   add menuItem "
  12439. X" to menu "
  12440.   add menu to menuItem "
  12441. " of menu "
  12442.   set the menuItems of "
  12443. " of menu "
  12444. " to "Commands;Properties;Messages;Functions;Operators;Chunks;Containers;Control Statements"
  12445.   setUpColors
  12446. end libraryStack
  12447. on doMenu theItem,theMenu
  12448.   global gMediaTalkReference
  12449.   if theMenu is not "
  12450. " then pass doMenu
  12451.   if theItem is "
  12452. " then
  12453.     launchUG
  12454.   else if theItem is "
  12455. X" then 
  12456.     set the colorized of me to not (the colorized of me)
  12457.     setUpColors
  12458.   else if theItem is "Media Talk Reference" then
  12459.     put theItem into gMediaTalkReference
  12460.     invokeMTR
  12461.   else if word 1 of theItem is "
  12462. " then
  12463.     put word 2 of theItem into cat
  12464.     if cat is "Control" then put "Control Statements" into cat
  12465.     put cat into gMediaTalkReference
  12466.     invokeMTR
  12467.   else pass doMenu
  12468. end doMenu
  12469. on invokeMTR
  12470.   global gMediaTalkReference
  12471.   put the visible of the toolbar into toolbarVis
  12472.   hide toolbar
  12473.   put (the cursor) into cursorState
  12474.   put (the selectedObject) into objectState
  12475.   put (the editbkgnd) into bgState 
  12476.   set the cursor to arrow
  12477.   disable menuItem "Media Talk Reference" of menu "
  12478.   disable menuItem "
  12479. " of menu "
  12480.   if gMediaTalkReference is "Media Talk Reference" then put "& Operator" into theCard
  12481.   if gMediaTalkReference is "Commands" then put "Add Command" into theCard 
  12482.   if gMediaTalkReference is "Properties" then put "Acceleration property" into theCard
  12483.   if gMediaTalkReference is "Messages" then put "ArrowKey Message" into theCard
  12484.   if gMediaTalkReference is "Functions" then put "Abs Function" into theCard
  12485.   if gMediaTalkReference is "Operators" then put "& Operator" into theCard
  12486.   if gMediaTalkReference is "Chunks" then put "Cell Tabular Chunk" into theCard
  12487.   if gMediaTalkReference is "Containers" then put "It Special Container" into theCard
  12488.   if gMediaTalkReference is "Control Statements" then put "End Control Statement" into theCard
  12489.   popup cd (theCard) of (the long name of me) titled "Media Talk Reference"
  12490.   set the visible of the toolbar to toolbarVis
  12491.   enable menuItem "Media Talk Reference" of menu "
  12492.   enable menuItem "
  12493. " of menu "
  12494.   set the cursor to cursorState
  12495.   if not (objectState is empty) then select objectState
  12496.   set the editbkgnd to bgState
  12497. end invokeMTR
  12498. on setUpColors
  12499.   lock screen
  12500.   if (the colorized of me) then
  12501.     hide bg bitmap "bw" of background "topic background" of (the long name of me)
  12502.     show bg bitmap "color" of bg "topic background" of (the long name of me)
  12503.     check menuItem "
  12504. X" of menu "
  12505.     set the backcolor of bg fld "notes" of bg "topic background" of (the long name of me) to 3
  12506.     set the backcolor of bg lst "related" of bg "topic background" of (the long name of me) to 79
  12507.     set the backcolor of bg lst "category" of bg "topic background" of (the long name of me) to 79
  12508.     set the backcolor of bg lst "list" of bg "topic background" of (the long name of me) to 79
  12509.   else
  12510.     hide bg bitmap "color" of bg "topic background" of (the long name of me)
  12511.     show bg bitmap "bw" of bg "topic background" of (the long name of me)
  12512.     uncheck menuItem "
  12513. X" of menu "
  12514.     set the backcolor of bg fld "notes" of bg "topic background" of (the long name of me) to 0
  12515.     set the backcolor of bg lst "related" of bg "topic background" of (the long name of me) to 0
  12516.     set the backcolor of bg lst "category" of bg "topic background" of (the long name of me) to 0
  12517.     set the backcolor of bg lst "list" of bg "topic background" of (the long name of me) to 0
  12518.   end if
  12519.   unlock screen
  12520. end setUpColors
  12521. on launchUG
  12522.   put the long name of me into enginePath
  12523.   delete char 1 to 7 of enginePath
  12524.   put offset(":",enginePath) into lastChar
  12525.   put char 1 to lastChar of enginePath into enginePath
  12526.   -- put "System Folder:Extensions:Microsoft:Help:" after enginePath
  12527.   put "
  12528. _:Microsoft:Help:" after enginePath
  12529.   if ("Microsoft Help" is not in the list of files in enginePath) then
  12530.     if not (the helpEngine of me is empty) then
  12531.       put the helpEngine of me into enginePath
  12532.       put offset("Microsoft Help",enginePath) into temp1
  12533.       delete char temp1  to (the number of chars of enginePath) of enginePath
  12534.     end if 
  12535.   end if
  12536.   if ("Microsoft Help" is not in the list of files in enginePath) then
  12537.     --ask file "Please locate"&"e&"Microsoft Help""e&":" of type "APPL"
  12538.     ask file """e&"Microsoft Help""e&"
  12539. :" of type "APPL"
  12540.     put it into enginePath
  12541.     set the helpEngine of me to it
  12542.     if enginePath is empty then
  12543.       exit launchUG
  12544.     end if
  12545.   else 
  12546.     put "Microsoft Help" after enginePath
  12547.   end if    
  12548.   put OMOPath() into helpPath
  12549.   if "OMO Help File" is not in the list of files in helpPath then
  12550.     if not (the helpName of me is empty) then
  12551.       put the helpName of me into helpPath
  12552.       put offset("OMO Help File",helpPath) into temp1
  12553.       delete char temp1 to (the number of chars of helpPath) of helpPath
  12554.     end if
  12555.   end if  
  12556.   if "OMO Help File" is not in the list of files in helpPath then
  12557.     --ask file "Please locate"&"e&"OMO Help File""e&":" of type "HELP"
  12558.     ask file """e&"OMO Help File""e&"
  12559. :"  of type "HELP"
  12560.     put it into helpPath
  12561.     set the helpName of me to it
  12562.     if helpPath is empty then
  12563.       exit launchUG
  12564.     end if
  12565.   else
  12566.     put "OMO Help File" after helpPath
  12567.   end if 
  12568.   open (helpPath) with (enginePath)
  12569. end launchUG
  12570. on selectCategory categoryName 
  12571.   --This message handler is called only while the stack is popped up
  12572.   dehilite bg lst "category" of bg "topic background" of (the long name of me)
  12573.   if categoryName  contains "Commands" then 
  12574.     hilite row 2 of bg lst "category" of bg "topic background" of (the long name of me)
  12575.     put "Commands" into bg fld "category" of bg "topic background" of (the long name of me)
  12576.   else if categoryName  contains "Properties" then
  12577.     hilite row 3 of bg lst "category" of bg "topic background" of (the long name of me)
  12578.     put "Properties" into bg fld "category" of bg "topic background" of (the long name of me)
  12579.   else if categoryName  contains "Messages" then
  12580.     put "Messages" into bg fld "category" of bg "topic background" of (the long name of me)
  12581.     hilite row 4 of bg lst "category" of bg "topic background" of (the long name of me)
  12582.   else if categoryName  contains "Functions" then
  12583.     put "Functions" into bg fld "category" of bg "topic background" of (the long name of me)
  12584.     hilite row 5 of bg lst "category" of bg "topic background" of (the long name of me)
  12585.   else if categoryName  contains "Operators" then
  12586.     put "Operators" into bg fld "category" of bg "topic background" of (the long name of me)
  12587.     hilite row 6 of bg lst "category" of bg "topic background" of (the long name of me)
  12588.   else if categoryName  contains "Chunks" then 
  12589.     put "Chunks" into bg fld "category" of bg "topic background" of (the long name of me)
  12590.     hilite row 7 of bg lst "category" of bg "topic background" of (the long name of me)
  12591.   else if categoryName  contains "Containers" then
  12592.     put "Containers" into bg fld "category" of bg "topic background" of (the long name of me)
  12593.     hilite row 8 of bg lst "category" of bg "topic background" of (the long name of me)
  12594.   else if categoryName contains "Control" then 
  12595.     put "Control Statements" into bg fld "category" of bg "topic background" of (the long name of me)
  12596.     hilite row 9 of bg lst "category" of bg "topic background" of (the long name of me)
  12597.   end if
  12598. end selectCategory
  12599. alpha
  12600. true    colorized
  12601. globalrownum
  12602. helpengine
  12603. helpname
  12604. theticks
  12605. PFONT
  12606. ACASLON ITALIC
  12607. ACASLON REGULAR
  12608. ACASLON SEMIBOLD
  12609. ACASLON SEMIBOLDITALIC
  12610.     AGARAMOND
  12611. AGARAMOND BOLD
  12612. AGARAMOND BOLDITALIC
  12613. AGARAMOND ITALIC
  12614.     AMERICANA
  12615.     APOLLO MT
  12616. APOLLO MT EXPERT
  12617. APOLLO MT ITALIC
  12618. APOLLO MT ITALICEXPERT
  12619. APOLLO MT ITALICOSF
  12620. APOLLO MT SC
  12621. APOLLO MT SEMIBOLD 
  12622. APOLLO MT SEMIBOLDEXPERT
  12623. APOLLO MT SEMIBOLDOSF
  12624. APPLE CHANCERY
  12625. ARIAL
  12626. ARIAL NARROW
  12627. ARIAL ROUNDED MT BOLD
  12628. ATHENS
  12629. AVANT GARDE
  12630. B AVANT GARDE DEMI
  12631. B BOOKMAN DEMI
  12632. B COURIER BOLD 
  12633. B FUTURA BOLD
  12634. B HELVETICA BOLD
  12635. B NEW CENTURY SCHLBK BOLD
  12636. B ORCGARAM BOLD
  12637. B TIMES BOLD
  12638. BARMENO BOLD
  12639. BARMENO EXTRABOLDO
  12640. BARMENO MEDIUM
  12641. BARMENO REGULAR
  12642. BASKERVILLE BE ITALIC
  12643. BASKERVILLE BE MEDIUM
  12644. BASKERVILLE BE MEDIUMITALIC
  12645. BASKERVILLE BE REGULAR
  12646. BAUHAUS 93
  12647. BI AVANT GARDE DEMIOBLIQUE
  12648. BI BOOKMAN DEMIITALIC
  12649. BI COURIER BOLDOBLIQUE
  12650. BI HELVETICA BOLDOBLIQUE
  12651. BI NEW CENTURY SCHLBK BOLDIT
  12652. BI TIMES BOLDITALIC
  12653. BLACKOAK
  12654. BO FUTURA BOLDOBLIQUE
  12655. BOOK ANTIQUA
  12656. BOOKMAN
  12657. BOOKMAN OLD STYLE
  12658. BOOKMAN OLD STYLE BOLD 
  12659. BOTON ITALIC
  12660. BOTON MEDIUM
  12661. BOTON MEDIUMITALIC
  12662. BOTON REGULAR
  12663.     BOULEVARD
  12664. BRAGGADOCIO
  12665. BRITANNIC BOLD 
  12666. BRUSH SCRIPT MT
  12667. C FUTURA CONDENSED
  12668. CAFLISCRMMSAM_280 LT
  12669. CAFLISCRMMSAM_406 RGa
  12670. CAFLISCRMMSAM_556 SB
  12671. CAFLISCRMMSAM_640 BD
  12672. CAIRO
  12673. CARTA
  12674. CB FUTURA CONDENSEDBOLD
  12675. CBO FUTURA CONDBOLDOBLIQUE
  12676. CENTURY
  12677. CENTURY GOTHIC 
  12678. CENTURY SCHOOLBOOK 
  12679. CHICAGO
  12680. CL FUTURA CONDENSEDLIGHT
  12681. CLO FUTURA CONDLIGHTOBLIQUE
  12682. CO FUTURA CONDENSEDOBLIQUE
  12683. COLONNA MT
  12684. COURIER
  12685. COURIER NEW
  12686. CXB FUTURA CONDEXTRABOLD
  12687. CXBO FUTURA CONDEXTRABOLDOBLIQU
  12688.     DECOLLAGE
  12689. DELTASYMBOL
  12690.     DESDEMONA
  12691.     ESPY SANS
  12692. ESPY SANS BOLD
  12693. EWORLD TIGHT
  12694. FOOTLIGHT MT LIGHT
  12695. FORMATA ITALIC
  12696. FORMATA MEDIUM
  12697. FORMATA MEDIUMITALIC
  12698. FORMATA REGULAR
  12699. FUTURA
  12700. FUTURA BOOK
  12701. GENEVA
  12702. GIDDYUP
  12703. GIDDYUP THANGS
  12704. H FUTURA HEAVY
  12705.     HELVETICA
  12706. HO FUTURA HEAVYOBLIQUE
  12707. HOEFLER TEXT
  12708. HOEFLER TEXT ORNAMENTS
  12709. I AVANT GARDE BOOKOBLIQUE
  12710. I BOOKMAN LIGHTITALIC
  12711. I COURIER OBLIQUE
  12712. I HELVETICA OBLIQUE
  12713. I NEW CENTURY SCHLBK ITALIC
  12714. I ORCGARAM LIGHTITALIC
  12715. I TIMES ITALIC
  12716. IMPACT
  12717. JAPANESE
  12718. KAUFMANN
  12719. KINO MT
  12720. L FUTURA LIGHT
  12721. LITHOS BLACK
  12722. LITHOS REGULAR
  12723. LO FUTURA LIGHTOBLIQUE 
  12724. LONDON
  12725. LOS ANGELES
  12726. MATURA MT SCRIPT CAPITALS
  12727. MINIOMMSAM_367 RG 465 CN 11 OP
  12728. MINIOMMSAM_367 RG 585 NO 11 OP
  12729. MINIOMMSAM_367 RG 585 NO 72 OP
  12730. MINIOMMSAM_485 SB 465 CN 11 OP
  12731. MINIOMMSAM_485 SB 585 NO 11 OP
  12732. MINIOMMSAM_578 BD 465 CN 11 OP
  12733. MINIOMMSAM_578 BD 585 NO 11 OP
  12734. MISTRAL
  12735. MOBILE
  12736. MONACO
  12737. MONOTYPE CORSIVAa
  12738. MONOTYPE SORTS 
  12739. MS LINEDRAW
  12740. MT EXTRA
  12741. N HELVETICA NARROW
  12742. NAGOYA
  12743. NB HELVETICA NARROW BOLD
  12744. NBI HELVETICA NARROW BOLDOBL
  12745. NEW CENTURY SCHLBK
  12746. NEW YORK
  12747. NI HELVETICA NARROW OBLIQUE
  12748. O FUTURA BOOKOBLIQUE
  12749. O FUTURA OBLIQUE
  12750. OCR-A
  12751. ORCGARAM
  12752. OSAKA
  12753. PALATINO
  12754. PARISIAN
  12755. PARK AVENUE
  12756. PLAYBILL
  12757. POETICA SUPPORNAMENTS
  12758. POPPL-LAUDATIO BOLDCONDENSED
  12759. POPPL-LAUDATIO CONDENSED
  12760. POPPL-LAUDATIO ITALIC
  12761. POPPL-LAUDATIO LIGHTCONDENSED
  12762. POPPL-LAUDATIO MEDIUM
  12763. POPPL-LAUDATIO MEDIUMCONDENSED
  12764. POPPL-LAUDATIO MEDIUMITALIC
  12765. POPPL-LAUDATIO REGULAR
  12766.     QUICKTYPE
  12767. QUICKTYPE CONDENSED
  12768. QUICKTYPE MONO
  12769. QUICKTYPE PI
  12770. SAN FRANCISCO
  12771. STENCIL
  12772. SYMBOL
  12773. TEKTOMM_100 LT 250 CN
  12774. TEKTOMM_100 LT 564 NO
  12775. TEKTOMM_100 LT 850 EX
  12776. TEKTOMM_240 RG 250 CN
  12777. TEKTOMM_240 RG 564 NO
  12778. TEKTOMM_240 RG 850 EX
  12779. TEKTOMM_503 BD 250 CN
  12780. TEKTOMM_503 BD 488 NO
  12781. TEKTOMM_503 BD 850 EX
  12782. TEKTON
  12783. TEKTON BOLD
  12784. TEKTON PLUS REGULAR
  12785. TIMES
  12786. TIMES NEW ROMAN
  12787. TORONTO
  12788. TRAJAN BOLD
  12789. TTYFONT
  12790. VENICE
  12791. VIVALDI
  12792. VIVAMMSAM_250 LT 1500 XE
  12793. VIVAMMSAM_250 LT 400 CN
  12794. VIVAMMSAM_250 LT 600 NO
  12795. VIVAMMSAM_385 RG 1500 XE
  12796. VIVAMMSAM_385 RG 400 CN
  12797. VIVAMMSAM_385 RG 600 NO
  12798. VIVAMMSAM_700 BD 1500 XE
  12799. VIVAMMSAM_700 BD 400 CN
  12800. VIVAMMSAM_700 BD 600 NO
  12801. VT100
  12802. WIDE LATIN
  12803.     WINGDINGS
  12804. WOODTYPE ORNAMENTS 2
  12805. XB AMERICANA EXTRABOLD
  12806. XB FUTURA EXTRABOLD
  12807. XBO FUTURA EXTRABOLDOBLIQUE
  12808. ZAPF CHANCERY
  12809. ZAPF DINGBATS
  12810. topic backgroundSCRP
  12811. on closecard
  12812.   relatedvisible false
  12813.   picklistvisible false
  12814.   categoriesvisible false
  12815.   select before char 1 of bg field "syntax"
  12816.   select before char 1 of bg field "description"
  12817.   select before char 1 of bg field "example"
  12818.   oldcursor
  12819. end closecard
  12820. on openCard
  12821.   if the alpha of this stack is false then set the globalRowNum of this stack to the popupNum of this card  
  12822.   select after the last char of bg fld "notes"
  12823. end openCard
  12824. on categoriesvisible showthem
  12825.   set the visible of bg picklist "category" to showthem
  12826.   if the colorized of this stack then
  12827.     set the visible of bg bitmap "category" to showthem
  12828.   else 
  12829.     set the visible of bg bitmap "categorybw" to showthem
  12830.   end if
  12831.   if the visible of bg bmp "categorybw" and the colorized of this stack then hide bg bmp "categorybw"
  12832. end categoriesvisible
  12833. on picklistvisible showthem
  12834.   set the visible of bg picklist "list" to showthem
  12835.   if the colorized of this stack then
  12836.     set the visible of bg bitmap "list" to showthem
  12837.   else
  12838.     set the visible of bg bitmap "listbw" to showthem
  12839.   end if
  12840.   if showthem is false then select after the last char of bg fld "notes"
  12841.   if the visible of bg bmp "listbw" and the colorized of this stack then hide bg bmp "listbw"
  12842. end picklistvisible
  12843. on relatedvisible showthem
  12844.   set the visible of bg picklist "related" to showthem
  12845.   if the colorized of this stack then
  12846.     set the visible of bg bitmap "related" to showthem
  12847.   else
  12848.     set the visible of bg bitmap "relatedbw" to showthem
  12849.   end if
  12850.   if the visible of bg bmp "relatedbw" and the colorized of this stack then hide bg bmp "relatedbw"
  12851. end relatedvisible
  12852. on idle
  12853.   if the visible of bg lst "list" then select after the last char of bg fld "keyfield" 
  12854.   if the theticks of this stack is not empty then
  12855.     if the ticks - (the theticks of this stack) > 40 then 
  12856.       put empty into bg fld "keyfield"
  12857.       set the theticks of this stack to empty 
  12858.     end if
  12859.   end if
  12860.   pass idle
  12861. end idle
  12862. on displaytopic rownum
  12863.   if rownum is 0 or rownum is empty then exit displaytopic
  12864.   set the cursor to watch
  12865.   set the globalRowNum of this stack to rowNum
  12866.   lock screen
  12867.   put cell rownum,1 of background picklist "list" into theText
  12868.   set the vertical scrollline of bg lst "list" to rownum
  12869.   picklistvisible false
  12870.   go card theText
  12871.   hide bg btn "hide"
  12872.   unlock screen
  12873. end displaytopic
  12874. on oldCursor
  12875.   set the cursor to 0
  12876. end oldCursor
  12877. on newCursor
  12878.   set the cursor to 1085
  12879. end newCursor
  12880. on seeCursor
  12881.   set the cursor to 1410
  12882. end seeCursor
  12883. on cursorAppBusy
  12884.   set the cursor to 1011
  12885. end cursorAppBusy
  12886. on CurLeft
  12887.   set the cursor to 1084
  12888. end CurLeft
  12889. on curRight
  12890.   set the cursor to 1085
  12891. end curRight
  12892. on arrowkey theKey
  12893.   put theVisibleLists() into listName
  12894.   if listName is empty then 
  12895.     pass arrowkey
  12896.     exit arrowKey
  12897.   else if (the hilitedRows of listName = 1 and thekey is up) then 
  12898.     pass arrowkey
  12899.     exit arrowkey
  12900.   else if (the hilitedRows of listName contains ",") then
  12901.     pass arrowkey
  12902.     exit arrowkey
  12903.   end if
  12904.   if thekey is down and the hilitedRows of ListName <= the number of rows of listName then
  12905.     set the vertical scrollline of listName to (the hilitedRows of listName +1)
  12906.     hilite row (the hilitedRows of listName + 1) of listName
  12907.   else
  12908.     set the vertical scrollline of listName to (the hilitedRows of listName -1)
  12909.     hilite row (the hilitedRows of listName - 1) of listName
  12910.   end if 
  12911. end arrowkey
  12912. function theVisibleLists
  12913.   if the visible of bg lst "list" then
  12914.     return "bg lst " & quote & "list" & quote
  12915.   else if the visible of bg lst "category" then
  12916.     return "bg lst " & quote & "category" & quote
  12917.   else if the visible of bg lst "related" then
  12918.     return "bg lst " & quote & "related" & quote
  12919.   else
  12920.     return empty
  12921.   end if
  12922. end thevisibleLists
  12923. %+BiO
  12924. =INFO
  12925. bwEXTI
  12926. &TAIL
  12927. 0INFO
  12928. colorEXTI
  12929. ON+N+N
  12930. N+NO*
  12931. N+ON+O*
  12932. N+N+N
  12933. N*OO*
  12934. NO+N*O
  12935. NUN+O*
  12936. *+ONOO*
  12937. O*O**OO*
  12938. O*O*O+OO
  12939. ON+N+N
  12940. N+NO*
  12941. N+ON+O*
  12942. N+N+N
  12943. N*OO*
  12944. NO+N*O
  12945. NUN+O*
  12946. *+ONOO*
  12947. O*O**OO*
  12948. O*O*O+OO
  12949. ON+N+N
  12950. N+NO*
  12951. N+ON+O*
  12952. N+N+N
  12953. ONO+OO
  12954. *ONO*O+**
  12955. OO*O*
  12956. O*O*OO*
  12957. OON+*
  12958. O**ON+
  12959. NUN+O*
  12960. O*O**
  12961. *+NOOO+*
  12962. OOO*O*
  12963. NO++*
  12964. ON++N
  12965. ONO+OO
  12966. *ONO*O+**
  12967. OO*O*
  12968. O*O*OO*
  12969. OON+*
  12970. O**ON+
  12971. NUN+O*
  12972. O*O**
  12973. *+NOOO+*
  12974. OOO*O*
  12975. NO++*
  12976. ON++N
  12977. ONO+OO
  12978. *ONO*O+**
  12979. OO*O*
  12980. lllml
  12981. l>SS??S
  12982. lllll?
  12983. ???S??S>lll
  12984. mllmml
  12985. lll?ll?
  12986. >lllSl?
  12987. lllmll
  12988.  ?S? 
  12989. >lSlm
  12990. Sml?S
  12991. lllll
  12992. qqqqE
  12993. OOOOOOOOOOOOOOOOOO
  12994. OOOOOOOOOOOOOOOOOO
  12995. +++++
  12996. +++++++
  12997. OOOOOOO
  12998. OOOOOO
  12999. OOOOOOO
  13000. OOOOOO
  13001. ++++++
  13002. OOOOOOOOOOOOOOOOOO
  13003. OOOOOOOOOOOOOOOOOO
  13004. N+N+*
  13005. 2252522222222222H
  13006. 2252522222222252H
  13007. +*O8c
  13008. OOOOOOOOOOOOOOOOOO
  13009. NO*+8c
  13010. N+ONN
  13011. OOOOOOOOOOOOOOOOOO
  13012. O*O*O
  13013. 2222222222222222H
  13014. dddeE
  13015. O*OON
  13016. O+NO8c
  13017. O*O*O
  13018. eedeE
  13019. O+N+8c
  13020. ddedE
  13021. *NOO*
  13022. qqxx        
  13023. eeeee
  13024. dddeE
  13025. O+N*wH
  13026. qqqqE
  13027. -:,343
  13028. 223-,
  13029. -:,343
  13030. 223-,
  13031. -:,343
  13032. 223-,
  13033. -:,343
  13034. 223-,
  13035. -:,343
  13036. 223-,
  13037. -:,343
  13038. 223-,
  13039. NOOO+N
  13040. N+ON+ON
  13041. NO+NO
  13042. **O+NO
  13043. OOO*O*O
  13044. N+NO*ON+O
  13045. NOO*O*OON
  13046. UOUO*
  13047. O+N*+
  13048. *O+*O
  13049. N+O*O+N*
  13050. zUNOOO*O*
  13051. NO+ON+N
  13052. OO*+N
  13053. O**N+*OON
  13054. O*+OON
  13055. *OOUO
  13056. UON**O
  13057. *ONO*N
  13058. NONNO+
  13059. N*OON
  13060. ONO+N
  13061. NOON+*
  13062. *+*O+NN**
  13063. NON+N+O+O+N*ON
  13064. ON+N+O
  13065. *O*OO
  13066. *O*O**+*
  13067. NO++N+O*N+N+OO
  13068. NO*ON
  13069. *+N+ON
  13070. +NOONNOO*ON
  13071. NN+O*OON+ON
  13072. N+N+O+N+
  13073. N+O*O*
  13074. O*ON*
  13075. NO++NOO
  13076. N+O*N+O*N*O+
  13077. *O+NOO*
  13078. OO+ON
  13079. *NO+NO+N
  13080. OON+N+N*O+**O
  13081. *OUOU
  13082. *O*+*+N
  13083. N*O**
  13084. NOOOOUO
  13085. N+N*OO
  13086. N+*ON+N*+*
  13087. yOUOUTOO
  13088. O*ON+N*
  13089. *ON*O*
  13090. NO+NO+O*O+N
  13091. OOTOOU*
  13092. ONOO*
  13093. NO*N+*O*O
  13094. *+OON
  13095. NO*O*NO
  13096. N*O*O*
  13097. NON+*
  13098. O*O**
  13099. O*+O*O*
  13100. N+NNON
  13101. NON+O
  13102. z$^z^^
  13103. 7NO+N
  13104. eedeeed
  13105. ddddd
  13106. +O*O*
  13107. N+N++N
  13108. OOONO*
  13109. ONO*NO+ON
  13110. O+OONO*+N+N+O*
  13111. NO*+N
  13112. O*+ON
  13113. ON**O
  13114. N**++O*
  13115. O*O+*+NOO*OO*O*OO*
  13116. OOOOUNOOOO
  13117. O+N+O*
  13118. *+NON
  13119. OOO*O
  13120. *ONO*
  13121. N+ONO*O
  13122. OOOOONO*+O*ON+
  13123. ONO**
  13124. N+O*OO
  13125. NN+OO*O+N
  13126. N+NOOOUNOTOO*
  13127. NON+O
  13128. OO*N+
  13129. +*O*+O
  13130. *+NO*ON
  13131. O+*O*+N
  13132. NOOON
  13133. N+NOO+N
  13134. OO*O*O
  13135. +NO*+N*+ON+O+N
  13136. N+OUNUNOUOTO**
  13137. O*NO*O
  13138. NO**O
  13139. *+ONO
  13140. N+N+O*
  13141. *+*O**O
  13142. OOO*+NO*O
  13143. N+*O*N
  13144. O+O*O*N
  13145. O+O**OO*O
  13146. O*O*O
  13147. N+OOUOTOOUOO*
  13148. *+NON
  13149. *OO*+
  13150. ,INFO
  13151. bwEXTI
  13152. notesEXTI
  13153. categoryEXTI
  13154. AlphabeticalTAIL
  13155.     INFO
  13156. topic nameEXTI
  13157. syntaxEXTI
  13158. descriptionEXTI
  13159. exampleEXTI
  13160. /INFO
  13161. syntax headerEXTI
  13162. listEXTI
  13163. OOOO4
  13164. 5OOOz
  13165. OOOO4
  13166. OOOO4
  13167. OOOO4
  13168. OOOO4
  13169. OOOO4
  13170. OOOO4
  13171. OOOO4
  13172. OOOO4
  13173. OOOO4
  13174. OOOO4
  13175. OOOO4
  13176. OOOO4
  13177. syntax headerEXTI
  13178. listSCRP
  13179. on mouseUp
  13180.   if the visible of background bitmap "category" = true then
  13181.     lock screen
  13182.     hide background button "commands"
  13183.     hide background button "functions"
  13184.     hide background button "messages"
  13185.     hide background button "properties"
  13186.     hide background button "chunks"
  13187.     hide background button "alphabetical"
  13188.     hide background button "special characters"
  13189.     hide background button "operators"
  13190.     hide background bitmap "category"
  13191.   end if
  13192.   if the visible of background picklist "list" = true then
  13193.     lock screen
  13194.     hide background picklist "list"
  13195.     hide background bitmap "list"
  13196.     unlock screen
  13197.   else
  13198.     lock screen
  13199.     show background button "hide"
  13200.     show background picklist "list"
  13201.     show background bitmap "list"
  13202.     unlock screen
  13203.   end if            
  13204. end mouseUp
  13205. on mouseEnter
  13206.   set the hilite of me to true
  13207. end mouseEnter
  13208. on mouseLeave
  13209.   set the hilite of me to false
  13210. end mouseLeave
  13211. %INFO
  13212. globalRowNumEXTI
  13213. &INFO
  13214. printingEXTI
  13215. Topic is printing . . . TAIL
  13216. -INFO
  13217. ContainersSCRP
  13218. on mouseUp
  13219.   set the cursor to watch
  13220.   lock screen
  13221.   hide background button "commands"
  13222.   hide background button "functions"
  13223.   hide background button "messages"
  13224.   hide background button "properties"
  13225.   hide background button "chunks"
  13226.   hide background button "alphabetical"
  13227.   hide background button "special characters"
  13228.   hide background button "operators"
  13229.   hide background bitmap "category"
  13230.   hide background button "containers"
  13231.   hide background button "hide"
  13232.   put "Containers" into background field "category"
  13233.   put card field "containers" of card "data" into background picklist "list" of background "topic background"
  13234.   put row 1 of background picklist "list" into go_card
  13235.   set the alpha of this stack to false
  13236.   --***
  13237.   delete the last char of go_card  
  13238.   put quote before char 1 of go_card
  13239.   put quote after the last char of go_card
  13240.   do "go card" && go_card
  13241.   unlock screen
  13242. end mouseUp
  13243. <INFO
  13244. keyfieldSCRP
  13245. on keypressed thekey
  13246.   set theticks of this stack to the ticks
  13247.   put thekey after me
  13248.   put the number of rows of bg lst "list" into numrows
  13249.   if the number of chars of me is 1 then  
  13250.     repeat with i = 1 to numrows
  13251.       put row i of bg lst "list" into therow
  13252.       if char 1 of therow is char 1 of me then
  13253.         setrow i
  13254.         exit repeat  
  13255.       end if
  13256.     end repeat
  13257.   else
  13258.     put the number of chars of me into numchars
  13259.     put the hilitedrows of bg lst "list" into currentrow
  13260.     put row currentrow of bg lst "list" into therow
  13261.     repeat with i = 1 to numchars - 1
  13262.       if char i of therow is not char i of me then exit keypressed
  13263.     end repeat
  13264.     repeat with i = currentrow to numrows
  13265.       put row i of bg lst "list" into therow
  13266.       if char 1 to numchars of therow is char 1 to numchars of me then
  13267.         setrow i
  13268.         exit repeat  
  13269.       end if
  13270.     end repeat
  13271.   end if
  13272. end keypressed
  13273. on enterinfield
  13274.   displaytopic the hilitedrows of bg lst "list"
  13275. end enterinfield
  13276. on returninfield
  13277.   displaytopic the hilitedrows of bg lst "list"
  13278. end returninfield
  13279. on setrow i
  13280.   lock screen
  13281.   set the hilite of bg lst "list" to false
  13282.   set the hilite of row i of bg lst "list" to true
  13283.   if the vertical scrollline of bg lst "list" < i - the visiblerows of bg lst "list" or 
  13284. the vertical scrollline of bg lst "list" > i then set the vertical scrollline of bg lst "list" to i - 4
  13285. end setrow
  13286. categoryEXTI
  13287. EINFO
  13288. categorybwEXTI
  13289. HINFO
  13290. listbwEXTI
  13291. KINFO
  13292.     relatedbwEXTI
  13293. IINFO
  13294. relatedEXTI
  13295. OOOO3
  13296. 5OOOz
  13297. OOOO3
  13298. OOOO2
  13299. OOOO3
  13300. OOOO3
  13301. OOOO3
  13302. OOOO2
  13303. OOOO2
  13304. OOOO2
  13305. (INFO
  13306. hideSCRP
  13307. on mouseUp
  13308.   categoriesvisible false
  13309.   picklistvisible false
  13310.   relatedvisible false
  13311.   hide me
  13312. end mouseUp
  13313. relatedSCRP
  13314. on mouseup rownum
  13315.   set the cursor to watch
  13316.   lock screen
  13317.   if rowNum is empty or rowNum is 0 then 
  13318.     relatedVisible false
  13319.     hide bg btn "hide"
  13320.     exit mouseUp
  13321.   end if
  13322.   put cell rownum,1 of me into selectionText
  13323.   if selectionText contains "There are no related" then
  13324.     relatedVisible false
  13325.     hide bg btn "hide"
  13326.     exit mouseUp
  13327.   end if
  13328.   lock screen
  13329.   relatedvisible false
  13330.   dehilite me
  13331.   if selectionText is empty then exit mouseUp
  13332.   if the first word of selectionText is "Repeat" or the last word of 
  13333. selectionText contains "statement" then
  13334.     put "control statements" into temp
  13335.     put "Control Statements" into bg fld "category"
  13336.     put cd fld "control statements" of cd "data" into bg lst "list"
  13337.     go card selectionText
  13338.     hilite row (the popupNum of this card) of bg lst "list"
  13339.     set the vertical scrollline of bg lst "list" to the popupNum of this card
  13340.     selectCategory temp
  13341.   else if not (the last word of selectionText contains "Property")  then
  13342.     put the last word of selectionText & "s" into temp
  13343.     put temp into bg fld "category"
  13344.     put cd fld temp of cd "data" into bg lst "list"
  13345.     go card selectionText
  13346.     hilite row (the popupNum of this card) of bg lst "list"
  13347.     set the vertical scrollline of bg lst "list" to the popupNum of this card
  13348.     selectCategory temp
  13349.   else if the last word of selectionText contains "Property" then
  13350.     put "Properties" into bg fld "category"
  13351.     put cd fld "properties" of cd "data" into bg lst "list"  
  13352.     go card selectionText
  13353.     hilite row (the popupNum of this card) of bg lst "list"
  13354.     set the vertical scrollline of bg lst "list" to the popupNum of this card
  13355.     selectCategory temp 
  13356.   end if 
  13357.   hide bg btn "hide"
  13358.   unlock screen
  13359.   oldcursor
  13360. end mouseup
  13361. listSCRP
  13362. on mouseup rownum
  13363.   set the cursor to watch
  13364.   if rowNum is empty or rowNum is 0 then 
  13365.     picklistVisible false
  13366.     hide bg btn "hide"
  13367.     exit mouseUp
  13368.   end if
  13369.   set the globalRowNum of this stack to rowNum
  13370.   lock screen
  13371.   set the vertical scrollline of me to rownum
  13372.   put cell rownum,1 of background picklist "list" into selectionText
  13373.   picklistvisible false
  13374.   go card selectionText
  13375.   hide bg btn "hide"
  13376.   unlock screen
  13377. end mouseup
  13378. MOCELL10
  13379. * (Multiplication) Operator
  13380.  (Line Continuation Character)
  13381. ControllerVisible  Property
  13382. Create Background Command
  13383. Exit Repeat Control Statement
  13384. Exit to Top Control Statement
  13385. Function Control Statement
  13386. Global Variables Property
  13387. Hide {screen element}  Command
  13388. Message Box Special Container
  13389. MessageDropTime  Property
  13390. Milliseconds (Msecs) Function
  13391. Next Repeat Control Statement
  13392. Open [<doc> with] <app> Command
  13393. ReverseOnReplay  Property
  13394. Save [a] Copy as <filename>  Command
  13395. Show {screen elements}  Command
  13396. & Operator
  13397. + (Plus) Operator
  13398. - (Minus) Operator
  13399. -- (Comment Symbol)
  13400. / (Division) Operator
  13401. Abs Function
  13402. Acceleration Property
  13403. Add Command
  13404. Add Menu Command
  13405. Add MenuItem Command
  13406. Add Property Command
  13407. Advance Command
  13408. AnchorPoint Property
  13409. And Operator
  13410. Animate Along  Command
  13411. Animate From Command
  13412. Annuity Function
  13413. Answer Command
  13414. ArrowKey Command
  13415. ArrowKey Message
  13416. Ask Command
  13417. Ask File Command
  13418. Ask Password Command
  13419. Atan Function
  13420. AutoFormat Property
  13421. AutoHilite Property
  13422. AutoResize Property
  13423. AutoSave Property
  13424. AutoTab Property
  13425. Average Function
  13426. BackColor  Property
  13427. Backup  Command
  13428. Beep Command
  13429. BkgndSize Property
  13430. BlindTyping Property
  13431. Blocking  Property
  13432. Bottom Property
  13433. BottomRight Property
  13434. Breakpoint Command
  13435. Bring Closer Command
  13436. Brush Property
  13437. BufferSize  Property
  13438. BusyCursor Property
  13439. CantDelete Property
  13440. CantModify Property
  13441. CantUnderstand Message
  13442. Cell Tabular Chunk
  13443. CenterPoint  Property
  13444. Centered Property
  13445. CenteredWindow Property
  13446. CharToNum Function
  13447. Character Text Chunk
  13448. Check MenuItem Command
  13449. Choose Command
  13450. Class Name Property
  13451. Clear  Command
  13452. Click At Command
  13453. ClickH Function
  13454. ClickLoc Function
  13455. ClickV Function
  13456. Close File Command
  13457. Close Printing Command
  13458. CloseBackground Message
  13459. CloseCard Message
  13460. CloseCell Message
  13461. CloseField Message
  13462. CloseStack Message
  13463. ColDelim Property
  13464. ColNames Property
  13465. ColResize Property
  13466. ColWidth Property
  13467. ColorDepth Property
  13468. Column Tabular Chunk
  13469. CommandKey Function
  13470. Compact Stack Command
  13471. Compound Function
  13472. Contains Operator
  13473. Contiguous  Property
  13474. ControlPoint  Property
  13475. Convert Command
  13476. Copy  Command
  13477. Copy Card  Command
  13478. Cos Function
  13479. Create Card Command
  13480. Create Command
  13481. Create Menu Command
  13482. Create Stack Command
  13483. Cursor Property
  13484. CurveType  Property
  13485. Cut Command
  13486. DataScroll Property
  13487. Date Function
  13488. Dehilite Command
  13489. Delete <chunk>  Command
  13490. Delete <object> Command
  13491. Delete Card  Command
  13492. Delete Menu Command
  13493. Delete {row/col} Command
  13494. DeleteBackground Message
  13495. DeleteCard Message
  13496. DeleteObject Message
  13497. Disable Command
  13498. Disable MenuItem Command
  13499. DiskSpace Function
  13500. Dismiss Command
  13501. Div Operator
  13502. Divide Command
  13503. Do Command
  13504. DoMenu Message
  13505. DontPrint Property
  13506. DoubleClick Message
  13507. Drag  Command
  13508. DropMessages  Property
  13509. Duration  Property
  13510. Edit Script Command
  13511. EditBkgnd Property
  13512. Enable Command
  13513. Enable MenuItem Command
  13514. Enable Property
  13515. End Control Statement
  13516. EndArrow Property
  13517. EndPlay  Command
  13518. EndPoint  Property
  13519. EndPoints  Property
  13520. EndSize Property
  13521. EnterInField Message
  13522. EnterKey Message
  13523. Entries Property
  13524. Entry Chunk
  13525. Existence  Function
  13526. Exit Control Statement
  13527. Exp Function
  13528. Exp1 Function
  13529. Exp2 Function
  13530. Filled Property
  13531. FlipInterval Property
  13532. ForeColor  Property
  13533. FreeSize Property
  13534. FullScreen Property
  13535. FunctionKey Message
  13536. Get Command
  13537. Global Control Statement
  13538. Go Command
  13539. GridSize Property
  13540. HeapSpace Function
  13541. Height Property
  13542. Hide <object> Command
  13543. Hilite Command
  13544. Hilite Property
  13545. HiliteColor Property
  13546. HilitedRows Function
  13547. HyperText Message
  13548. ID Property
  13549. Icon Property
  13550. Idle Message
  13551. If Control Statement
  13552. Import  Command
  13553. Info Property
  13554. InkColor Property
  13555. InkEffect  Property
  13556. Insert Leg Command
  13557. Insert {row/col} Command
  13558. Is Not Operator
  13559. Is Operator
  13560. Is [Not] In Operator
  13561. IsPlaying  Property
  13562. It Special Container
  13563. Item Text Chunk
  13564. KeyPressed Message
  13565. Left Property
  13566. Length Function
  13567. Libraries Function
  13568. Library Command
  13569. LibraryStack Message
  13570. Line Text Chunk
  13571. LinePattern  Property
  13572. LineSize  Property
  13573. List Function
  13574. Ln Function
  13575. Ln1 Function
  13576. Local Variables Property
  13577. Location (Loc) Property
  13578. Lock Messages Command
  13579. Lock Screen Command
  13580. LockMessages Property
  13581. LockScreen Property
  13582. LockText Property
  13583. Log2 Function
  13584. MatchedCols Function
  13585. MatchedRows Function
  13586. Max Function
  13587. Me Special Container
  13588. Member Chunk Expression
  13589. Members Property
  13590. MenuItems Property
  13591. Messages Property
  13592. Min Function
  13593. Mod Function
  13594. Mouse Function
  13595. MouseClick Function
  13596. MouseDown Message
  13597. MouseEnter Message
  13598. MouseH Function
  13599. MouseLeave Message
  13600. MouseLoc Function
  13601. MouseStillDown Message
  13602. MouseUp Message
  13603. MouseV Function
  13604. MouseWithin Message
  13605. MovieFile Property
  13606. MovieTypes Function
  13607. MultiFont Property
  13608. MultiHilite Property
  13609. Multiply Command
  13610. Name Property
  13611. NewBackground  Message
  13612. NewCard  Message
  13613. NewObject Message
  13614. NewStack  Message
  13615. NoEvents Property
  13616. Not Operator
  13617. NumToChar Function
  13618. Number Function
  13619. Number Property
  13620. Offset Function
  13621. On Control Statement
  13622. Open File Command
  13623. Open Printing Command
  13624. OpenBackground Message
  13625. OpenCard Message
  13626. OpenCell Message
  13627. OpenField Message
  13628. OpenStack Message
  13629. OptionKey Function
  13630. Or  Operator
  13631. OverLaid  Property
  13632. Param Function
  13633. ParamCount Function
  13634. Params Function
  13635. Pass Control Statement
  13636. Paste  Command
  13637. Paste Card  Command
  13638. Pattern Property
  13639. Pause  Command
  13640. Pick Command
  13641. Platform Function
  13642. Play Command
  13643. Play File Command
  13644. PlayCounter  Property
  13645. PlayDirection  Property
  13646. PlayDuration  Property
  13647. PlayEffects  Property
  13648. PlayForever  Property
  13649. PlayList  Property
  13650. PlayMode  Property
  13651. PlayMuted  Property
  13652. PlayNumber  Property
  13653. PlayRate  Property
  13654. PlayRepeated  Message
  13655. PlayStart  Property
  13656. PlayStarted  Message
  13657. PlayStopped  Message
  13658. PlayStyle  Property
  13659. PlayVolume  Property
  13660. Polysides Property
  13661. Pop Command
  13662. Popup Command
  13663. PopupMenu Command
  13664. Prepare  Command
  13665. Print Card Command
  13666. Properties Property
  13667. Push Command
  13668. Put Command
  13669. Quit  Command
  13670. Quit Message
  13671. Random Function
  13672. Read From File Command
  13673. Realize Command
  13674. Rectangle Property
  13675. Reference Property
  13676. Release  Command
  13677. Release Library Command
  13678. ReleaseStack Message
  13679. Remove Property Command
  13680. Repeat Control Statement
  13681. Repeat Forever
  13682. Repeat Until
  13683. Repeat While
  13684. Repeat With
  13685. Reset Message Command
  13686. Return Control Statement
  13687. ReturnInField Message
  13688. ReturnKey Message
  13689. Right Property
  13690. Rotation  Property
  13691. Round Function
  13692. Row Tabular Chunk
  13693. RowDelim Property
  13694. RowHeight Property
  13695. RulerStyle Property
  13696. ScaleToFit Property
  13697. Scaling  Property
  13698. ScreenRect Function
  13699. Script Property
  13700. ScriptFont Property
  13701. ScriptSize Property
  13702. ScriptStyle Property
  13703. Scroll Command
  13704. Scroll Message
  13705. Scroll Property
  13706. ScrollBar Property
  13707. ScrollBars Property
  13708. ScrollFrame Property
  13709. ScrollLimit Property
  13710. ScrollLine  Property
  13711. ScrollPosition Property
  13712. Scrolling Property
  13713. Seconds Function
  13714. Seek  Command
  13715. Select Command
  13716. SelectedChunk Function
  13717. SelectedField Function
  13718. SelectedLine Function
  13719. SelectedObject Function
  13720. SelectedText Function
  13721. Selection Function
  13722. Send Farther Command
  13723. Set Command
  13724. SetRandomSeed  Command
  13725. SetUpMenus Message
  13726. SharedData  Property
  13727. ShiftKey Function
  13728. Show <object>  Command
  13729. ShowLines Property
  13730. ShowName  Property
  13731. ShowPict Property
  13732. Sin Function
  13733. Size Property
  13734. SizeBox Property
  13735. SnapToGrid Property
  13736. Sort Command
  13737. SoundFile  Property
  13738. Sqrt Function
  13739. StackSpace Function
  13740. Start Command
  13741. StartArrow Property
  13742. StartPoint  Property
  13743. StartSize  Property
  13744. StartUp Message
  13745. Stop  Command
  13746. StreamArrived Message
  13747. Style Property
  13748. Subtract Command
  13749. SystemColors Function
  13750. SystemVolume  Property
  13751. TabKey Command
  13752. TabKey Message
  13753. Tan Function
  13754. Target Special Container
  13755. TextAlign Property
  13756. TextColor Property
  13757. TextFont Property
  13758. TextHeight Property
  13759. TextSize Property
  13760. TextStyle Property
  13761. This Special Container
  13762. Ticks Function
  13763. Time Function
  13764. TimerExpired Message
  13765. TitleBar Property
  13766. Tool Function
  13767. Top Property
  13768. TopLeft Property
  13769. Trace Command
  13770. Transparentize Command
  13771. Trunc Function
  13772. Type Command
  13773. Type Property
  13774. Uncheck MenuItem Command
  13775. Unhilite Command
  13776. UnitRate Property
  13777. Units Property
  13778. Unlock Messages Command
  13779. Unlock Screen Command
  13780. Untrace Command
  13781. UseLegScaling  Property
  13782. UseLegTiming  Property
  13783. Value Function
  13784. Version Function
  13785. Visible Property
  13786. VisibleCols Function
  13787. VisibleRows Function
  13788. Visual Effect  Command
  13789. Wait Command
  13790. WideMargins Property
  13791. Width Property
  13792. WindowColor Property
  13793. WindowTitle Property
  13794. WindowType Property
  13795. Within Operator
  13796. Word Text Chunk
  13797. WordWrap Property
  13798. Write To File Command
  13799. 8INFO
  13800. categorySCRP
  13801. on mouseUp rowNum 
  13802.   set the cursor to watch
  13803.   lock screen
  13804.   if rowNum is empty or rowNum is 0 then 
  13805.     categoriesVisible false
  13806.     hide bg btn "hide"
  13807.     exit mouseUp
  13808.   end if
  13809.   categoriesvisible false
  13810.   put cell rowNum,1 of bg picklist "category" into selectionText
  13811.   if selectionText contains "Alphabetical" then 
  13812.     set the alpha of this stack to true
  13813.     put cd datasheet "alpha" of card "data" into bg picklist "list" of background "topic background" 
  13814.   else if selectionText is empty then
  13815.   else
  13816.     set the alpha of this stack to false
  13817.     put cd fld selectionText of card "data" into bg picklist "list" of background "topic background" 
  13818.   end if
  13819.   put selectionText into bg fld "category"
  13820.   put cell 1,1 of bg picklist "list" into go_card
  13821.   hide bg btn "hide"
  13822.   go card go_card
  13823.   hilite row 1 of bg picklist "list"
  13824.   set the vertical scrollline of bg lst "list" to 1
  13825.   unlock screen
  13826. end mouseUp
  13827. on donothing
  13828. end donothing
  13829. MOCELL10
  13830. Alphabetical
  13831. Commands
  13832. Properties
  13833. Messages
  13834. Functions
  13835. Operators
  13836. Chunks
  13837. Containers
  13838. Control Statements
  13839. Control Statements
  13840. LINFO
  13841. back oneSCRP
  13842. on mouseUp
  13843.   put the globalRowNum of this stack into local 
  13844.   set the busycursor to watch
  13845.   cursorAppBusy
  13846.   set the hilite of me to false
  13847.   if local > 1 then subtract 1 from local
  13848.   else put the number of rows of bg picklist "list" into local
  13849.   put cell local,1 of background picklist "list" of this card of this stack into chosenText
  13850.   set the vertical scrollline of bg lst "list" to local
  13851.   dehilite bg lst "list"
  13852.   hilite row local of bg lst "list"
  13853.   set the globalRowNum of this stack to local 
  13854.   go card chosenText
  13855.   if not (the mouseloc is within the rect of me) then oldCursor
  13856. end mouseUp
  13857. on mouseenter
  13858.   set the cursor to 1081
  13859. end mouseenter
  13860. on mouseleave
  13861.   oldCursor
  13862. end mouseleave
  13863. MINFO
  13864. categorySCRP
  13865. on mouseUp
  13866.   lock screen
  13867.   set cursor to watch
  13868.   categoriesvisible not the visible of bg picklist "category"
  13869.   relatedvisible false
  13870.   picklistvisible false
  13871.   set the visible of bg btn "hide" to the visible of bg picklist "category"
  13872.   set the highlight of me to false
  13873. end mouseUp
  13874. on mouseenter
  13875.   seeCursor
  13876. end mouseEnter
  13877. on mouseLeave
  13878.   oldCursor
  13879. end mouseLeave
  13880. NINFO
  13881. related buttonSCRP
  13882. on mouseup
  13883.   lock screen
  13884.   set cursor to watch
  13885.   relatedvisible not the visible of bg picklist "related"
  13886.   categoriesvisible false
  13887.   picklistvisible false
  13888.   set the visible of bg btn "hide" to the visible of bg picklist "related"
  13889.   set the highlight of me to false
  13890.  end mouseup
  13891. on mouseEnter
  13892.   seeCursor
  13893. end mouseEnter
  13894. on mouseLeave
  13895.   oldCursor
  13896. end mouseLeave
  13897. PINFO
  13898. listSCRP
  13899. on mouseUp
  13900.   lock screen
  13901.   set cursor to watch
  13902.   picklistvisible not the visible of bg picklist "list"
  13903.   categoriesvisible false
  13904.   relatedvisible false
  13905.   set the visible of bg btn "hide" to the visible of bg picklist "list"
  13906.   set the highlight of me to false
  13907.   put empty into bg fld "keyfield"
  13908.   select after char 1 of bg fld "keyfield"
  13909. end mouseUp
  13910. on mouseEnter
  13911.   seeCursor
  13912. end mouseEnter
  13913. on mouseLeave
  13914.   oldCursor
  13915. end mouseLeave
  13916. QINFO
  13917. forward oneSCRP
  13918. on mouseUp
  13919.   lock screen
  13920.   put the globalRowNum of this stack into Local
  13921.   set the cursor to watch
  13922.   set the hilite of me to false
  13923.   if local >= the number of rows of bg picklist "list" then put 0 into local
  13924.   add 1 to local
  13925.   put cell local,1 of background picklist "list" of this card of this stack into chosenText
  13926.   set the vertical scrollline of bg lst "list" to local
  13927.   dehilite bg lst "list"
  13928.   hilite row local of bg lst "list"
  13929.   set the globalRowNum of this stack to local
  13930.   go card chosenText
  13931.   if not (the mouseloc is within the rect of me) then oldCursor
  13932.   unlock screen
  13933. end mouseUp
  13934. on mouseEnter
  13935.   set the cursor to 1080
  13936. end mouseEnter
  13937. on mouseLeave
  13938.   oldCursor
  13939. end mouseLeave
  13940. RINFO
  13941. printSCRP
  13942. on mouseUp
  13943.   set the cursor to 1001
  13944.   set the busycursor to busy
  13945.   lock screen
  13946.   put empty into cd fld "dsc" of cd "print topic"
  13947.   push this card
  13948.   put background field "topic name" into card field "topic name" of card "print topic"
  13949.   put "Syntax:" & return & bg fld "syntax" & return & bg fld "syntax header" & return & "_______________________________________" after the last char of cd fld "dsc" of cd "print topic"
  13950.   put return & "Description:" & return & bg fld "description" & return & "_______________________________________" after the last char of cd fld "dsc" of cd "print topic"
  13951.   if not (bg fld "example" is empty) then put return & "Examples:" & return & bg fld "example" & return & "_______________________________________" after the last char of cd fld "dsc" of cd "print topic"
  13952.   go card "print topic"
  13953.   print card 
  13954.   put empty into cd fld "dsc" of cd "print topic"
  13955.   pop card
  13956.   unlock screen
  13957.   oldcursor
  13958. end mouseUp
  13959. on mouseEnter
  13960.   curLeft
  13961. end mouseEnter
  13962. on mouseLeave
  13963.   oldCursor
  13964. end mouseLeave
  13965. SINFO
  13966. BackSCRP
  13967. on mouseUp
  13968.   copy
  13969. end mouseUp
  13970. on mouseEnter
  13971.   CurLeft
  13972. end mouseEnter
  13973. on mouseLeave
  13974.   oldCursor
  13975. end mouseLeave
  13976. TINFO
  13977. BackSCRP
  13978. on mouseUp
  13979.   if not (the selectedObject contains "bkgnd object id 14 of bkgnd id 13")  then 
  13980.     select after the last char of bg fld "notes"
  13981.     paste
  13982.   else 
  13983.     paste
  13984.   end if
  13985. end mouseUp
  13986. on mouseEnter
  13987.   curLeft
  13988. end mouseEnter
  13989. on mouseLeave
  13990.   oldCursor
  13991. end mouseLeave
  13992. UINFO
  13993. FindSCRP
  13994. on mouseUp
  13995.   categoriesvisible false
  13996.   relatedvisible false
  13997.   picklistvisible false
  13998.   popup card "find" titled "Find" at the left of cd window  + the width of cd window/8,  the top of cd window + the height of cd window/8 as moveabledialog
  13999.   set the prevCard of cd "find" to the short name of this card
  14000.   go card it
  14001. end mouseUp
  14002. on mouseEnter
  14003.   curRight
  14004. end mouseEnter
  14005. on mouseLeave
  14006.   oldCursor
  14007. end mouseLeave
  14008. VINFO
  14009. BackSCRP
  14010. on mouseUp
  14011.   set the cursor to watch
  14012.   lock screen
  14013.   go back
  14014.   repeat forever
  14015.     if the short name of this card is "find"  then
  14016.       go back
  14017.       go back
  14018.     else if the short name of this card is "print topic" then
  14019.       go back
  14020.       go back
  14021.     else
  14022.       exit repeat
  14023.     end if
  14024.   end repeat
  14025.   if the last word of the name of this card contains "Command" then
  14026.     if not (line 1 of bg fld "category" contains  "command") then 
  14027.       put cd fld "commands" of cd "data" into bg lst "list"
  14028.       selectCategory "Commands"
  14029.     end if
  14030.   else if the last word of the name of this card contains "Property" then
  14031.     if not (line 1 of bg fld "category" contains  "Properties") then
  14032.       put cd fld "properties" of cd "data" into bg lst "list"
  14033.       selectCategory "Properties"
  14034.     end if
  14035.   else if the last word of the name of this card contains  "Message" then
  14036.     if not (line 1 of bg fld "category" contains  "Messages") then
  14037.       put cd fld "messages" of cd "data" into bg lst "list"
  14038.       selectCategory "messages"
  14039.     end if
  14040.   else if the last word of the name of this card contains  "Function" then
  14041.     if not (line 1 of bg fld "category" contains  "Functions") then
  14042.       put cd fld "Functions" of cd "data" into bg lst "list"
  14043.       selectCategory "Functions"
  14044.     end if
  14045.   else if the last word of the name of this card contains  "Operator" then
  14046.     if not (line 1 of bg fld "category" contains  "Operators") then
  14047.       put cd fld "Operators" of cd "data" into bg lst "list"
  14048.       selectCategory "Operators"
  14049.     end if
  14050.   else if the last word of the name of this card contains  "Chunk" then
  14051.     if not (line 1 of bg fld "category" contains  "Chunks") then
  14052.       put cd fld "Chunks" of cd "data" into bg lst "list"
  14053.       selectCategory "Chunks"
  14054.     end if
  14055.   else if the last word of the name of this card contains  "Container" then
  14056.     if not (line 1 of bg fld "category" contains  "Containers") then
  14057.       put cd fld "Containers" of cd "data" into bg lst "list"
  14058.       selectCategory "Containers"
  14059.     end if
  14060.   else if the last word of the name of this card contains  "Statement" then
  14061.     if not (line 1 of bg fld "category" contains  "Control Statements")S then
  14062.       put cd fld "Control Statements" of cd "data" into bg lst "list"
  14063.       selectCategory "Control Statements"
  14064.     end if
  14065.   end if
  14066.   unlock screen
  14067.   set the cursor to watch
  14068. end mouseUp
  14069. on mouseEnter
  14070.   curRight
  14071. end mouseEnter
  14072. on mouseLeave
  14073.   oldCursor
  14074. end mouseLeave
  14075. WINFO
  14076. BackSCRP
  14077. on mouseUp
  14078.   categoriesvisible false
  14079.   relatedvisible false
  14080.   picklistvisible false
  14081.   dismiss
  14082. end mouseUp
  14083. on mouseEnter
  14084.   curRight
  14085. end mouseEnter
  14086. on mouseLeave
  14087.   oldCursor
  14088. end mouseLeave
  14089. DataPROP
  14090. scriptelement
  14091. falsecard
  14092. button id 4SCRP
  14093. on mouseUp
  14094.   set the rect of cd button 1 to 68,54,(338 / 10),(271 / 5)
  14095. end mouseUp
  14096. commandsdata
  14097. Add Command
  14098. Add Menu Command
  14099. Add MenuItem Command
  14100. Add Property Command
  14101. Advance Command
  14102. Animate Along  Command
  14103. Animate From Command
  14104. Answer Command
  14105. ArrowKey Command
  14106. Ask Command
  14107. Ask File Command
  14108. Ask Password Command
  14109. Backup  Command
  14110. Beep Command
  14111. Breakpoint Command
  14112. Bring Closer Command
  14113. Check MenuItem Command
  14114. Choose Command
  14115. Clear  Command
  14116. Click At Command
  14117. Close File Command
  14118. Close Printing Command
  14119. Compact Stack Command
  14120. Convert Command
  14121. Copy  Command
  14122. Copy Card  Command
  14123. Create Background Command
  14124. Create Card Command
  14125. Create Command
  14126. Create Menu Command
  14127. Create Stack Command
  14128. Cut Command
  14129. Dehilite Command
  14130. Delete <chunk>  Command
  14131. Delete <object> Command
  14132. Delete Card  Command
  14133. Delete Menu Command
  14134. Delete {row/col} Command
  14135. Disable Command
  14136. Disable MenuItem Command
  14137. Dismiss Command
  14138. Divide Command
  14139. Do Command
  14140. Drag  Command
  14141. Edit Script Command
  14142. Enable Command
  14143. Enable MenuItem Command
  14144. EndPlay  Command
  14145. Get Command
  14146. Go Command
  14147. Hide <object> Command
  14148. Hide {screen element}  Command
  14149. Hilite Command
  14150. Import  Command
  14151. Insert Leg Command
  14152. Insert {row/col} Command
  14153. Library Command
  14154. Lock Messages Command
  14155. Lock Screen Command
  14156. Multiply Command
  14157. Open File Command
  14158. Open Printing Command
  14159. Open [<doc> with] <app> Command
  14160. Paste  Command
  14161. Paste Card  Command
  14162. Pause  Command
  14163. Pick Command
  14164. Play Command
  14165. Play File Command
  14166. Pop Command
  14167. Popup Command
  14168. PopupMenu Command
  14169. Prepare  Command
  14170. Print Card Command
  14171. Push Command
  14172. Put Command
  14173. Quit  Command
  14174. Read From File Command
  14175. Realize Command
  14176. Release  Command
  14177. Release Library Command
  14178. Remove Property Command
  14179. Reset Message Command
  14180. Save [a] Copy as <filename>  Command
  14181. Scroll Command
  14182. Seek  Command
  14183. Select Command
  14184. Send Farther Command
  14185. Set Command
  14186. SetRandomSeed  Command
  14187. Show <object>  Command
  14188. Show {screen elements}  Command
  14189. Sort Command
  14190. Start Command
  14191. Stop  Command
  14192. Subtract Command
  14193. TabKey Command
  14194. Trace Command
  14195. Transparentize Command
  14196. Type Command
  14197. Uncheck MenuItem Command
  14198. Unhilite Command
  14199. Unlock Messages Command
  14200. Unlock Screen Command
  14201. Untrace Command
  14202. Visual Effect  Command
  14203. Wait Command
  14204. Write To File CommandTAIL
  14205. propertiesdata
  14206. Acceleration Property
  14207. AnchorPoint Property
  14208. AutoFormat Property
  14209. AutoHilite Property
  14210. AutoResize Property
  14211. AutoSave Property
  14212. AutoTab Property
  14213. BackColor  Property
  14214. BkgndSize Property
  14215. BlindTyping Property
  14216. Blocking  Property
  14217. Bottom Property
  14218. BottomRight Property
  14219. Brush Property
  14220. BufferSize  Property
  14221. BusyCursor Property
  14222. CantDelete Property
  14223. CantModify Property
  14224. CenterPoint  Property
  14225. Centered Property
  14226. CenteredWindow Property
  14227. Class Name Property
  14228. ColDelim Property
  14229. ColNames Property
  14230. ColResize Property
  14231. ColWidth Property
  14232. ColorDepth Property
  14233. Contiguous  Property
  14234. ControlPoint  Property
  14235. ControllerVisible  Property
  14236. Cursor Property
  14237. CurveType  Property
  14238. DataScroll Property
  14239. DontPrint Property
  14240. DropMessages  Property
  14241. Duration  Property
  14242. EditBkgnd Property
  14243. Enable Property
  14244. EndArrow Property
  14245. EndPoint  Property
  14246. EndPoints  Property
  14247. EndSize Property
  14248. Entries Property
  14249. Filled Property
  14250. FlipInterval Property
  14251. ForeColor  Property
  14252. FreeSize Property
  14253. FullScreen Property
  14254. Global Variables Property
  14255. GridSize Property
  14256. Height Property
  14257. Hilite Property
  14258. HiliteColor Property
  14259. ID Property
  14260. Icon Property
  14261. Info Property
  14262. InkColor Property
  14263. InkEffect  Property
  14264. IsPlaying  Property
  14265. Left Property
  14266. LinePattern  Property
  14267. LineSize  Property
  14268. Local Variables Property
  14269. Location (Loc) Property
  14270. LockMessages Property
  14271. LockScreen Property
  14272. LockText Property
  14273. Members Property
  14274. MenuItems Property
  14275. MessageDropTime  Property
  14276. Messages Property
  14277. MovieFile Property
  14278. MultiFont Property
  14279. MultiHilite Property
  14280. Name Property
  14281. NoEvents Property
  14282. Number Property
  14283. OverLaid  Property
  14284. Pattern Property
  14285. PlayCounter  Property
  14286. PlayDirection  Property
  14287. PlayDuration  Property
  14288. PlayEffects  Property
  14289. PlayForever  Property
  14290. PlayList  Property
  14291. PlayMode  Property
  14292. PlayMuted  Property
  14293. PlayNumber  Property
  14294. PlayRate  Property
  14295. PlayStart  Property
  14296. PlayStyle  Property
  14297. PlayVolume  Property
  14298. Polysides Property
  14299. Properties Property
  14300. Rectangle Property
  14301. Reference Property
  14302. ReverseOnReplay  Property
  14303. Right Property
  14304. Rotation  Property
  14305. RowDelim Property
  14306. RowHeight Property
  14307. RulerStyle Property
  14308. ScaleToFit Property
  14309. Scaling  Property
  14310. Script Property
  14311. ScriptFont Property
  14312. ScriptSize Property
  14313. ScriptStyle Property
  14314. Scroll Property
  14315. ScrollBar Property
  14316. ScrollBars Property
  14317. ScrollFrame Property
  14318. ScrollLimit Property
  14319. ScrollLine  Property
  14320. ScrollPosition Property
  14321. Scrolling Property
  14322. SharedData  Property
  14323. ShowLines Property
  14324. ShowName  Property
  14325. ShowPict Property
  14326. Size Property
  14327. SizeBox Property
  14328. SnapToGrid Property
  14329. SoundFile  Property
  14330. StartArrow Property
  14331. StartPoint  Property
  14332. StartSize  Property
  14333. Style Property
  14334. SystemVolume  Property
  14335. TextAlign Property
  14336. TextColor Property
  14337. TextFont Property
  14338. TextHeight Property
  14339. TextSize Property
  14340. TextStyle Property
  14341. TitleBar Property
  14342. Top Property
  14343. TopLeft Property
  14344. Type Property
  14345. UnitRate Property
  14346. Units Property
  14347. UseLegScaling  Property
  14348. UseLegTiming  Property
  14349. Visible Property
  14350. WideMargins Property
  14351. Width Property
  14352. WindowColor Property
  14353. WindowTitle Property
  14354. WindowType Property
  14355. WordWrap PropertyTAIL
  14356.     INFO
  14357. messagesdata
  14358. ArrowKey Message
  14359. CantUnderstand Message
  14360. CloseBackground Message
  14361. CloseCard Message
  14362. CloseCell Message
  14363. CloseField Message
  14364. CloseStack Message
  14365. DeleteBackground Message
  14366. DeleteCard Message
  14367. DeleteObject Message
  14368. DoMenu Message
  14369. DoubleClick Message
  14370. EnterInField Message
  14371. EnterKey Message
  14372. FunctionKey Message
  14373. HyperText Message
  14374. Idle Message
  14375. KeyPressed Message
  14376. LibraryStack Message
  14377. MouseDown Message
  14378. MouseEnter Message
  14379. MouseLeave Message
  14380. MouseStillDown Message
  14381. MouseUp Message
  14382. MouseWithin Message
  14383. NewBackground  Message
  14384. NewCard  Message
  14385. NewObject Message
  14386. NewStack  Message
  14387. OpenBackground Message
  14388. OpenCard Message
  14389. OpenCell Message
  14390. OpenField Message
  14391. OpenStack Message
  14392. PlayRepeated  Message
  14393. PlayStarted  Message
  14394. PlayStopped  Message
  14395. Quit Message
  14396. ReleaseStack Message
  14397. ReturnInField Message
  14398. ReturnKey Message
  14399. Scroll Message
  14400. SetUpMenus Message
  14401. StartUp Message
  14402. StreamArrived Message
  14403. TabKey Message
  14404. TimerExpired MessageTAIL
  14405.     functionsdata
  14406. Abs Function
  14407. Annuity Function
  14408. Atan Function
  14409. Average Function
  14410. CharToNum Function
  14411. ClickH Function
  14412. ClickLoc Function
  14413. ClickV Function
  14414. CommandKey Function
  14415. Compound Function
  14416. Cos Function
  14417. Date Function
  14418. DiskSpace Function
  14419. Existence  Function
  14420. Exp Function
  14421. Exp1 Function
  14422. Exp2 Function
  14423. HeapSpace Function
  14424. HilitedRows Function
  14425. Length Function
  14426. Libraries Function
  14427. List Function
  14428. Ln Function
  14429. Ln1 Function
  14430. Log2 Function
  14431. MatchedCols Function
  14432. MatchedRows Function
  14433. Max Function
  14434. Milliseconds (Msecs) Function
  14435. Min Function
  14436. Mod Function
  14437. Mouse Function
  14438. MouseClick Function
  14439. MouseH Function
  14440. MouseLoc Function
  14441. MouseV Function
  14442. MovieTypes Function
  14443. NumToChar Function
  14444. Number Function
  14445. Offset Function
  14446. OptionKey Function
  14447. Param Function
  14448. ParamCount Function
  14449. Params Function
  14450. Platform Function
  14451. Random Function
  14452. Round Function
  14453. ScreenRect Function
  14454. Seconds Function
  14455. SelectedChunk Function
  14456. SelectedField Function
  14457. SelectedLine Function
  14458. SelectedObject Function
  14459. SelectedText Function
  14460. Selection Function
  14461. ShiftKey Function
  14462. Sin Function
  14463. Sqrt Function
  14464. StackSpace Function
  14465. SystemColors Function
  14466. Tan Function
  14467. Ticks Function
  14468. Time Function
  14469. Tool Function
  14470. Trunc Function
  14471. Value Function
  14472. Version Function
  14473. VisibleCols Function
  14474. VisibleRows FunctionTAIL
  14475.     operatorsdata
  14476. & Operator
  14477. * (Multiplication) Operator
  14478. + (Plus) Operator
  14479. - (Minus) Operator
  14480. / (Division) Operator
  14481. And Operator
  14482. Contains Operator
  14483. Div Operator
  14484. Is Not Operator
  14485. Is Operator
  14486. Is [Not] In Operator
  14487. Not Operator
  14488. Or  Operator
  14489. Within OperatorTAIL
  14490. Chunksdata
  14491. Cell Tabular Chunk
  14492. Character Text Chunk
  14493. Column Tabular Chunk
  14494. Entry Chunk
  14495. Item Text Chunk
  14496. Line Text Chunk
  14497. Member Chunk Expression
  14498. Row Tabular Chunk
  14499. Word Text ChunkTAIL
  14500. alphadata
  14501. MOCELL10
  14502. * (Multiplication) Operator
  14503. ControllerVisible  Property
  14504. Create Background Command
  14505. Exit Repeat Control Statement
  14506. Exit to Top Control Statement
  14507. Function Control Statement
  14508. Global Variables Property
  14509. Hide {screen element}  Command
  14510. MessageDropTime  Property
  14511. Milliseconds (Msecs) Function
  14512. Next Repeat Control Statement
  14513. Open [<doc> with] <app> Command
  14514. ReverseOnReplay  Property
  14515. Save [a] Copy as <filename>  Command
  14516. Show {screen elements}  Command
  14517. Message Box Special Containerr) 
  14518.  (Line Continuation Character) 
  14519. & Operator
  14520. + (Plus) Operator
  14521. - (Minus) Operator
  14522. -- (Comment Symbol)
  14523. / (Division) Operator
  14524. Abs Function
  14525. Acceleration Property
  14526. Add Command
  14527. Add Menu Command
  14528. Add MenuItem Command
  14529. Add Property Command
  14530. Advance Command
  14531. AnchorPoint Property
  14532. And Operator
  14533. Animate Along  Command
  14534. Animate From Command
  14535. Annuity Function
  14536. Answer Command
  14537. ArrowKey Command
  14538. ArrowKey Message
  14539. Ask Command
  14540. Ask File Command
  14541. Ask Password Command
  14542. Atan Function
  14543. AutoFormat Property
  14544. AutoHilite Property
  14545. AutoResize Property
  14546. AutoSave Property
  14547. AutoTab Property
  14548. Average Function
  14549. BackColor  Property
  14550. Backup  Command
  14551. Beep Command
  14552. BkgndSize Property
  14553. BlindTyping Property
  14554. Blocking  Property
  14555. Bottom Property
  14556. BottomRight Property
  14557. Breakpoint Command
  14558. Bring Closer Command
  14559. Brush Property
  14560. BufferSize  Property
  14561. BusyCursor Property
  14562. CantDelete Property
  14563. CantModify Property
  14564. CantUnderstand Message
  14565. Cell Tabular Chunk
  14566. CenterPoint  Property
  14567. Centered Property
  14568. CenteredWindow Property
  14569. CharToNum Function
  14570. Character Text Chunk
  14571. Check MenuItem Command
  14572. Choose Command
  14573. Class Name Property
  14574. Clear  Command
  14575. Click At Command
  14576. ClickH Function
  14577. ClickLoc Function
  14578. ClickV Function
  14579. Close File Command
  14580. Close Printing Command
  14581. CloseBackground Message
  14582. CloseCard Message
  14583. CloseCell Message
  14584. CloseField Message
  14585. CloseStack Message
  14586. ColDelim Property
  14587. ColNames Property
  14588. ColResize Property
  14589. ColWidth Property
  14590. ColorDepth Property
  14591. Column Tabular Chunk
  14592. CommandKey Function
  14593. Compact Stack Command
  14594. Compound Function
  14595. Contains Operator
  14596. Contiguous  Property
  14597. ControlPoint  Property
  14598. Convert Command
  14599. Copy  Command
  14600. Copy Card  Command
  14601. Cos Function
  14602. Create Card Command
  14603. Create Command
  14604. Create Menu Command
  14605. Create Stack Command
  14606. Cursor Property
  14607. CurveType  Property
  14608. Cut Command
  14609. DataScroll Property
  14610. Date Function
  14611. Dehilite Command
  14612. Delete <chunk>  Command
  14613. Delete <object> Command
  14614. Delete Card  Command
  14615. Delete Menu Command
  14616. Delete {row/col} Command
  14617. DeleteBackground Message
  14618. DeleteCard Message
  14619. DeleteObject Message
  14620. Disable Command
  14621. Disable MenuItem Command
  14622. DiskSpace Function
  14623. Dismiss Command
  14624. Div Operator
  14625. Divide Command
  14626. Do Command
  14627. DoMenu Message
  14628. DontPrint Property
  14629. DoubleClick Message
  14630. Drag  Command
  14631. DropMessages  Property
  14632. Duration  Property
  14633. Edit Script Command
  14634. EditBkgnd Property
  14635. Enable Command
  14636. Enable MenuItem Command
  14637. Enable Property
  14638. End Control Statement
  14639. EndArrow Property
  14640. EndPlay  Command
  14641. EndPoint  Property
  14642. EndPoints  Property
  14643. EndSize Property
  14644. EnterInField Message
  14645. EnterKey Message
  14646. Entries Property
  14647. Entry Chunk
  14648. Existence  Function
  14649. Exit Control Statement
  14650. Exp Function
  14651. Exp1 Function
  14652. Exp2 Function
  14653. Filled Property
  14654. FlipInterval Property
  14655. ForeColor  Property
  14656. FreeSize Property
  14657. FullScreen Property
  14658. FunctionKey Message
  14659. Get Command
  14660. Global Control Statement
  14661. Go Command
  14662. GridSize Property
  14663. HeapSpace Function
  14664. Height Property
  14665. Hide <object> Command
  14666. Hilite Command
  14667. Hilite Property
  14668. HiliteColor Property
  14669. HilitedRows Function
  14670. HyperText Message
  14671. ID Property
  14672. Icon Property
  14673. Idle Message
  14674. If Control Statement
  14675. Import  Command
  14676. Info Property
  14677. InkColor Property
  14678. InkEffect  Property
  14679. Insert Leg Command
  14680. Insert {row/col} Command
  14681. Is Not Operator
  14682. Is Operator
  14683. Is [Not] In Operator
  14684. IsPlaying  Property
  14685. It Special Container
  14686. Item Text Chunk
  14687. KeyPressed Message
  14688. Left Property
  14689. Length Function
  14690. Libraries Function
  14691. Library Command
  14692. LibraryStack Message
  14693. Line Text Chunk
  14694. LinePattern  Property
  14695. LineSize  Property
  14696. List Function
  14697. Ln Function
  14698. Ln1 Function
  14699. Local Variables Property
  14700. Location (Loc) Property
  14701. Lock Messages Command
  14702. Lock Screen Command
  14703. LockMessages Property
  14704. LockScreen Property
  14705. LockText Property
  14706. Log2 Function
  14707. MatchedCols Function
  14708. MatchedRows Function
  14709. Max Function
  14710. Me Special Container
  14711. Member Chunk Expression
  14712. Members Property
  14713. MenuItems Property
  14714. Messages Property
  14715. Min Function
  14716. Mod Function
  14717. Mouse Function
  14718. MouseClick Function
  14719. MouseDown Message
  14720. MouseEnter Message
  14721. MouseH Function
  14722. MouseLeave Message
  14723. MouseLoc Function
  14724. MouseStillDown Message
  14725. MouseUp Message
  14726. MouseV Function
  14727. MouseWithin Message
  14728. MovieFile Property
  14729. MovieTypes Function
  14730. MultiFont Property
  14731. MultiHilite Property
  14732. Multiply Command
  14733. Name Property
  14734. NewBackground  Message
  14735. NewCard  Message
  14736. NewObject Message
  14737. NewStack  Message
  14738. NoEvents Property
  14739. Not Operator
  14740. NumToChar Function
  14741. Number Function
  14742. Number Property
  14743. Offset Function
  14744. On Control Statement
  14745. Open File Command
  14746. Open Printing Command
  14747. OpenBackground Message
  14748. OpenCard Message
  14749. OpenCell Message
  14750. OpenField Message
  14751. OpenStack Message
  14752. OptionKey Function
  14753. Or  Operator
  14754. OverLaid  Property
  14755. Param Function
  14756. ParamCount Function
  14757. Params Function
  14758. Pass Control Statement
  14759. Paste  Command
  14760. Paste Card  Command
  14761. Pattern Property
  14762. Pause  Command
  14763. Pick Command
  14764. Platform Function
  14765. Play Command
  14766. Play File Command
  14767. PlayCounter  Property
  14768. PlayDirection  Property
  14769. PlayDuration  Property
  14770. PlayEffects  Property
  14771. PlayForever  Property
  14772. PlayList  Property
  14773. PlayMode  Property
  14774. PlayMuted  Property
  14775. PlayNumber  Property
  14776. PlayRate  Property
  14777. PlayRepeated  Message
  14778. PlayStart  Property
  14779. PlayStarted  Message
  14780. PlayStopped  Message
  14781. PlayStyle  Property
  14782. PlayVolume  Property
  14783. Polysides Property
  14784. Pop Command
  14785. Popup Command
  14786. PopupMenu Command
  14787. Prepare  Command
  14788. Print Card Command
  14789. Properties Property
  14790. Push Command
  14791. Put Command
  14792. Quit  Command
  14793. Quit Message
  14794. Random Function
  14795. Read From File Command
  14796. Realize Command
  14797. Rectangle Property
  14798. Reference Property
  14799. Release  Command
  14800. Release Library Command
  14801. ReleaseStack Message
  14802. Remove Property Command
  14803. Repeat Control Statement
  14804. Repeat Forever
  14805. Repeat Until
  14806. Repeat While
  14807. Repeat With
  14808. Reset Message Command
  14809. Return Control Statement
  14810. ReturnInField Message
  14811. ReturnKey Message
  14812. Right Property
  14813. Rotation  Property
  14814. Round Function
  14815. Row Tabular Chunk
  14816. RowDelim Property
  14817. RowHeight Property
  14818. RulerStyle Property
  14819. ScaleToFit Property
  14820. Scaling  Property
  14821. ScreenRect Function
  14822. Script Property
  14823. ScriptFont Property
  14824. ScriptSize Property
  14825. ScriptStyle Property
  14826. Scroll Command
  14827. Scroll Message
  14828. Scroll Property
  14829. ScrollBar Property
  14830. ScrollBars Property
  14831. ScrollFrame Property
  14832. ScrollLimit Property
  14833. ScrollLine  Property
  14834. ScrollPosition Property
  14835. Scrolling Property
  14836. Seconds Function
  14837. Seek  Command
  14838. Select Command
  14839. SelectedChunk Function
  14840. SelectedField Function
  14841. SelectedLine Function
  14842. SelectedObject Function
  14843. SelectedText Function
  14844. Selection Function
  14845. Send Farther Command
  14846. Set Command
  14847. SetRandomSeed  Command
  14848. SetUpMenus Message
  14849. SharedData  Property
  14850. ShiftKey Function
  14851. Show <object>  Command
  14852. ShowLines Property
  14853. ShowName  Property
  14854. ShowPict Property
  14855. Sin Function
  14856. Size Property
  14857. SizeBox Property
  14858. SnapToGrid Property
  14859. Sort Command
  14860. SoundFile  Property
  14861. Sqrt Function
  14862. StackSpace Function
  14863. Start Command
  14864. StartArrow Property
  14865. StartPoint  Property
  14866. StartSize  Property
  14867. StartUp Message
  14868. Stop  Command
  14869. StreamArrived Message
  14870. Style Property
  14871. Subtract Command
  14872. SystemColors Function
  14873. SystemVolume  Property
  14874. TabKey Command
  14875. TabKey Message
  14876. Tan Function
  14877. Target Special Container
  14878. TextAlign Property
  14879. TextColor Property
  14880. TextFont Property
  14881. TextHeight Property
  14882. TextSize Property
  14883. TextStyle Property
  14884. This Special Container
  14885. Ticks Function
  14886. Time Function
  14887. TimerExpired Message
  14888. TitleBar Property
  14889. Tool Function
  14890. Top Property
  14891. TopLeft Property
  14892. Trace Command
  14893. Transparentize Command
  14894. Trunc Function
  14895. Type Command
  14896. Type Property
  14897. Uncheck MenuItem Command
  14898. Unhilite Command
  14899. UnitRate Property
  14900. Units Property
  14901. Unlock Messages Command
  14902. Unlock Screen Command
  14903. Untrace Command
  14904. UseLegScaling  Property
  14905. UseLegTiming  Property
  14906. Value Function
  14907. Version Function
  14908. Visible Property
  14909. VisibleCols Function
  14910. VisibleRows Function
  14911. Visual Effect  Command
  14912. Wait Command
  14913. WideMargins Property
  14914. Width Property
  14915. WindowColor Property
  14916. WindowTitle Property
  14917. WindowType Property
  14918. Within Operator
  14919. Word Text Chunk
  14920. WordWrap Property
  14921. Write To File Command
  14922. Special Charactersdata
  14923. -- (Comment Symbol)
  14924.  (Line Continuation Character)TAIL
  14925. indexdata
  14926. MOCELL10
  14927. Operators & (text concatenation)
  14928.  Text concatenation operator
  14929.  & (text concatenation operator)
  14930.  && (text concatenation operator)
  14931. * (Multiplication) Operator
  14932. * (Multiplication) Operator
  14933. * (Multiplication) Operator
  14934. Scripting symbols line continuation character
  14935.  (Line Continuation Character) 
  14936.  -(line continuation character)
  14937.  (Line Continuation Character) 
  14938.  line continuation character
  14939.  (Line Continuation Character) 
  14940. Scripting symbols comment symbol
  14941. Calculations abs function
  14942. Animation acceleration property
  14943. Path manipulation acceleration property
  14944. Menu manipulation add menu command
  14945. Menu manipulation add menuItem command
  14946. Custom property manipulation add property command
  14947. Movie manipulation advance command
  14948. Movie manipulation slow motion
  14949. Path manipulation slow motion
  14950. Path manipulation anchorpoint property
  14951. Animation anchorpoint property
  14952. Path manipulation animate along command
  14953. Animation animate along command
  14954. decelerate modifier animate from command
  14955. accelerate modifier animate from command
  14956. natural modifier animate from command
  14957. Animation animate from command
  14958. Calculations annuity function
  14959. Dialog box creation answer command
  14960. Keystroke tracking arrowKey command
  14961. Keystroke tracking arrowKey message
  14962. Dialog box creation ask command
  14963. Dialog box creation ask file command
  14964. File manipulation ask file command
  14965. Dialog box creation ask password command
  14966. Protection ask password command
  14967. Calculations atan function
  14968. Formatting autoFormat property
  14969. Highlighting autoHilite property
  14970. Formatting autoResize property
  14971. Sizing autoResize property
  14972. Bitmap manipulation autoResize command
  14973. Movie manipulation autoResize command
  14974. Calculations average function
  14975. Graphics manipulation backColor property
  14976. Color manipulation backColor property
  14977. Movie manipulation backup command
  14978. Path manipulation backup command
  14979. Movie manipulation backward, playing movies
  14980. Path manipulation playing backward
  14981. Animation playing backward
  14982. Sound manipulation beep command
  14983. Sizing bkgndsize property
  14984. Message Box blindTyping property
  14985. playStyle property blocking
  14986. Sizing bottomRight command
  14987. Debugger commands breakPoint command
  14988. Object layer manipulation bring command
  14989. Graphics manipulation brush property
  14990. Cursor manipulation busyCursor property
  14991. Sound manipulation bufferSize property
  14992. Audio bufferSize property
  14993. Protection cantDelete property
  14994. Protection cantModify property
  14995. Tabular chunk expressions cell
  14996. Graphics manipulation centered property
  14997. Path manipulation centerPoint property
  14998. Animation centerPoint property
  14999. Properties centeredWindow
  15000. Display manipulation centeredWindow property
  15001. Text chunk expressions character
  15002. Chunk expressions character
  15003. Formatting charToNum function
  15004. Conversion charToNum function
  15005. ASCII values determining using charToNum
  15006. Menu manipulation check command
  15007. Graphics manipulation choose command
  15008. Object reference class name function
  15009. Editing Commands clear command
  15010. Menu Commands clear command
  15011. Mouse tracking click command
  15012. Mouse tracking clickH function
  15013. Mouse tracking clickLoc function
  15014. Mouse tracking clickV function
  15015. File manipulation close file command
  15016. Printing close printing command
  15017. DataSheet manipulation colDelim property
  15018. PickList manipulation colDelim property
  15019. DataSheet manipulation colNames property
  15020. PickList manipulation colNames property
  15021. Color manipulation colorDepth property
  15022. Protection colResize property
  15023. Sizing colResize property
  15024. Tabular chunk expressions column
  15025. DataSheet manipulation colWidth property
  15026. PickList manipulation colWidth property
  15027. Keystroke tracking commandKey function
  15028. Calculations compound function
  15029. Mathematical functions compound
  15030. Path manipulation contiguous property
  15031. Animation contiguous property
  15032.  controllerVisible property
  15033. ControllerVisible  Property
  15034. Properties controllerVisible
  15035. ControllerVisible  Property
  15036. Movie manipulation controllerVisible property
  15037. ControllerVisible  Property
  15038. Video controllerVisible property
  15039. ControllerVisible  Property
  15040. Path manipulation controlPoint property
  15041. Animation controlPoint property
  15042. Editing Commands copy command
  15043. Menu Commands copy command
  15044. Editing Commands copy card command
  15045. Menu Commands copy card command
  15046. Mathematical functions cos
  15047. Calculations cos function
  15048.  create background command
  15049. Create Background Command
  15050. Commands create background
  15051. Create Background Command
  15052. Menu Commands create background command
  15053. Create Background Command
  15054. Editing Commands create card command
  15055. Menu Commands create card command
  15056. Creation create menu command
  15057. Menu manipulation create menu command
  15058. Editing Commands create stack command
  15059. Menu Commands create stack command
  15060. Cursor manipulation cursor property
  15061. Path manipulation curveType property
  15062. Animation curveType property
  15063. Editing Commands cut command
  15064. Menu Commands cut command
  15065. DataSheet manipulation dataScroll property
  15066. PickList manipulation dataScroll property
  15067. date function abbreviated date
  15068.  abbreviated date function
  15069. Functions abbreviated date
  15070. Date manipulation date function
  15071. Date manipulation abbreviated date function
  15072. Date manipulation long date function
  15073. Date manipulation short date function
  15074. Highlighting dehilite command
  15075. Editing Commands delete card command
  15076. Deletion delete card command
  15077. Menu Commands delete card command
  15078. Deletion delete chunk command
  15079. Menu manipulation delete menu command
  15080. Deletion delete menu command
  15081. Deletion delete object command
  15082. Deletion delete row/col command
  15083.  deleteBackground message
  15084. Messages deleteBackground
  15085. Deletion deleteBackground message
  15086. Deletion deleteCard message
  15087. Deletion deleteObject message
  15088. Menu manipulation disable command
  15089. Commands disable menuItem
  15090.  disable menuItem command
  15091. Menu manipulation disable menuItem command
  15092. Disk space diskSpace function
  15093. Dialog box creation dismiss command
  15094. Calculations div operator
  15095. Calculations divide command
  15096. Menu manipulation doMenu message
  15097. Printing dontPrint property
  15098. Protection dontPrint property
  15099. Mouse tracking doubleClick message
  15100. Movie manipulation dropMessages property
  15101. Sound manipulation dropMessages property
  15102. Timer manipulation dropMessages property
  15103. Path manipulation dropMessages property
  15104. Audio dropMessages property
  15105. Video dropMessages property
  15106. Animation dropMessages property
  15107. Movie manipulation duration property
  15108. Animation duration property
  15109. Path manipulation duration property
  15110. Formatting edit script command
  15111. Menu manipulation enable command
  15112. DataSheet manipulation enable property
  15113. PickList manipulation enable property
  15114. Menu manipulation enable menuitem command
  15115. Handler control end control statement
  15116. Handler control end control statement
  15117. Loops end control statement
  15118. if control statement end control statement
  15119. Shape manipulation endArrow property
  15120. Animation endPoint property
  15121. Path manipulation endPoint property
  15122. Shape manipulation endPoints property
  15123. Animation endSize property
  15124. Path manipulation endSize property
  15125. Keystroke tracking enterInField message
  15126. Keystroke tracking enterKey message
  15127. Palettes entries property
  15128. Palettes entry chunk expression
  15129. Object reference existence
  15130. Menu item reference exists
  15131. Handler control exit control statement
  15132.  exit repeat control statement
  15133. Exit Repeat Control Statement
  15134. Control statements exit repeat
  15135. Exit Repeat Control Statement
  15136. Handler control exit repeat control statement
  15137. Exit Repeat Control Statement
  15138. Handler control exit to top control statement
  15139. Exit to Top Control Statement
  15140.  exit to top control statement
  15141. Exit to Top Control Statement
  15142. Control statements exit to top
  15143. Exit to Top Control Statement
  15144. Calculations exp function
  15145. Mathematical functions exp
  15146. Mathematical functions exp1
  15147. Calculations exp1 function
  15148. Mathematical functions exp2
  15149. Calculations exp2 function
  15150. Graphics manipulation filled command
  15151. Path manipulation flipInterval
  15152. Graphics manipulation foreColor property
  15153. Bitmap manipulation foreColor property
  15154. Color manipulation foreColor property
  15155. Shape manipulation foreColor property
  15156. Disk space freesize property
  15157. Large view fullScreen property
  15158. Display control fullScreen property
  15159. Control statements function
  15160. Function Control Statement
  15161.  function control statement
  15162. Function Control Statement
  15163. Handler control function control statement
  15164. Function Control Statement
  15165. Functions function handlers
  15166. Function Control Statement
  15167. Keystroke tracking functionKey message
  15168. Data manipulation get command
  15169.  global control statement
  15170. Control statements global
  15171. Variables global control statement
  15172. Properties global variables
  15173. Global Variables Property
  15174.  global variables property
  15175. Global Variables Property
  15176. Variables global variables property
  15177. Global Variables Property
  15178. Graphics manipulation gridSize property
  15179. Memory heapspace function
  15180.  hide command, screen elements
  15181. Hide {screen element}  Command
  15182. Commands hide, screen elements
  15183. Hide {screen element}  Command
  15184. Highlighting hilite command
  15185. Highlighting hilite property
  15186. Highlighting hiliteColor property
  15187. Color manipulation hiliteColor property
  15188. Shape manipulation hiliteColor property
  15189. PickList manipulation hilitedRows function
  15190. Highlighting hilitedRows function
  15191. Graphics manipulation icon property
  15192. Handler control if control statement
  15193. Graphics manipulation import command
  15194. Sound manipulation import command
  15195. PickList manipulation import command
  15196. DataSheet manipulation import command
  15197. DataSheet manipulation import command
  15198. Field manipulation import command
  15199. Text manipulation import command
  15200. Importing text import command
  15201. Graphics manipulation inkColor property
  15202. Color manipulation inkColor property
  15203. Bitmap manipulation inkEffects property
  15204. Color manipulation inkEffects property
  15205. Path manipulation insert leg command
  15206. Animation insert leg command
  15207. Data manipulation insert command
  15208. DataSheet manipulation insert command
  15209. PickList manipulation insert command
  15210. Comparison operators is in
  15211. Comparison operators is not
  15212. Comparison operators is within
  15213. Comparison operators is not within
  15214. Sound manipulation isPlaying property
  15215. Movie manipulation isPlaying property
  15216. Path manipulation isPlaying property
  15217. Animation isPlaying property
  15218. Text chunk expressions item
  15219. Keystroke tracking keyPressed message
  15220. Validation length function
  15221. Library stack manipulation library command
  15222. Library stack manipulation libraries function
  15223. Library stack manipulation libraryStack message
  15224. Text chunk expressions line
  15225. Graphics manipulation linePattern property
  15226. Graphics manipulation lineSize property
  15227. Shape manipulation lineSize property
  15228. Object reference list function
  15229. Mathematical functions LN
  15230. Mathematical functions LN1
  15231. Calculations ln1 function
  15232. Properties local variables
  15233.  local variables properties
  15234. Variables local variables property
  15235. Display control lock screen command
  15236. Display control lockScreen property
  15237. Field protection lockText property
  15238. DataSheet protection lockText property
  15239. Mathematical functions log2
  15240. Calculations log2 function
  15241. DataSheet manipulation matchedCols function
  15242. DataSheet manipulation matchedCols function
  15243. Mathematical functions max
  15244. Calculations max function
  15245. Groups member chunk expression
  15246. Menu manipulation menuItems property
  15247.  messageDropTime property
  15248. MessageDropTime  Property
  15249. Properties messageDropTime
  15250. MessageDropTime  Property
  15251. Movie manipulation messageDropTime property
  15252. MessageDropTime  Property
  15253. Timer manipulation messageDropTime property
  15254. MessageDropTime  Property
  15255. Sound manipulation messageDropTime property
  15256. MessageDropTime  Property
  15257. Path manipulation messageDropTime property
  15258. MessageDropTime  Property
  15259.  messageDropTime property
  15260. MessageDropTime  Property
  15261. Video messageDropTime property
  15262. MessageDropTime  Property
  15263. Audio messageDropTime property
  15264. MessageDropTime  Property
  15265. Animation messageDropTime property
  15266. MessageDropTime  Property
  15267. Movie manipulation messages property
  15268. Sound manipulation messages property
  15269. Path manipulation messages property
  15270. Timer manipulation messages property
  15271. Animation messages property
  15272. Milliseconds (Msecs) Function
  15273. Functions milliseconds or msecs
  15274. Milliseconds (Msecs) Function
  15275. Calculations milliseconds function
  15276. Milliseconds (Msecs) Function
  15277. Calculations min function
  15278. Mathematical functions min
  15279. Mathematical functions mod
  15280. Calculations mod function
  15281. Mouse tracking mouse function
  15282. Mouse tracking mouseClick function
  15283. Mouse tracking mouseDown message
  15284. Mouse tracking mouseEnter message
  15285. Mouse tracking mouseH function
  15286. Mouse tracking mouseLeave message
  15287. Mouse tracking mouseLoc function
  15288. Mouse tracking mouseStillDown message
  15289. Mouse tracking mouseUp message
  15290. Mouse tracking mouseV function
  15291. Mouse tracking mouseWithin message
  15292.  movieFile property, linking movie files
  15293. Movie manipulation movieFile property
  15294. Linking movies movieFile property
  15295.  QuickTime, supported movie format
  15296. Movies, supported formats movieTypes function
  15297. Video movieTypes function
  15298. Movie manipulation movieTypes function
  15299. Formatting multiFont property
  15300. Highlighting multiHilite property
  15301. PickList manipulation multiHilite property
  15302. Calculations multiply command
  15303. Object reference name property
  15304. DataSheet manipulation name property
  15305. PickList manipulation name property
  15306. name property the short name
  15307. name property the long name
  15308. Creation newBackground message
  15309. Creation newObject message
  15310. Creation newStack message
  15311.  next repeat control statement
  15312. Next Repeat Control Statement
  15313. Control statements next repeat
  15314. Next Repeat Control Statement
  15315. Handler control next repeat control statement
  15316. Next Repeat Control Statement
  15317. repeat command next repeat
  15318. Next Repeat Control Statement
  15319. Next Repeat Control Statement
  15320. Loops next repeat command
  15321. Next Repeat Control Statement
  15322. Shape manipulation noEvents property
  15323. Highlighting not operator
  15324. Object reference number function
  15325. Chunk expressions number function
  15326. Object reference number property
  15327. Object layer manipulation number property
  15328. ASCII values determining using numToChar
  15329. Handler control on control statement
  15330.  open document with application command
  15331. Open [<document> with] <application> Command
  15332. Commands open document with application
  15333. Open [<document> with] <application> Command
  15334. File manipulation open document with application command
  15335. Open [<document> with] <application> Command
  15336. Opening Documents open document with application command
  15337. Open [<document> with] <application> Command
  15338. Document Manipulation open document with application
  15339. Open [<document> with] <application> Command
  15340.  open document with application command
  15341. Open [<doc> with] <app> Command
  15342. Commands open document with application
  15343. Open [<doc> with] <app> Command
  15344. File manipulation open document with application command
  15345. Open [<doc> with] <app> Command
  15346. Opening Documents open document with application command
  15347. Open [<doc> with] <app> Command
  15348. Document Manipulation open document with application
  15349. Open [<doc> with] <app> Command
  15350. File manipulation open file command
  15351. Printing open printing command
  15352. DataSheet manipulation openCell message
  15353. Keystroke tracking optionKey function
  15354. playStyle property overLaid
  15355. Movie manipulation overLaid property
  15356. Mathematical functions param
  15357. Calculations param function
  15358. Mathematical functions paramCount
  15359. Calculations paramCount function
  15360. Calculations params function
  15361. Mathematical functions params
  15362. Control statements pass command
  15363. Editing Commands paste command
  15364. Menu Commands paste command
  15365. Editing Commands paste card command
  15366. Menu Commands paste card command
  15367. Graphics manipulation pattern property
  15368. Movie manipulation pause command
  15369. Path manipulation pause command
  15370. Dialog box creation pick command
  15371. Movie manipulation play command
  15372. Path manipulation play command
  15373. Sound manipulation play command
  15374. Sound manipulation play file command
  15375. blocking play file command option
  15376. Movie manipulation playCounter property
  15377. Path manipulation playCounter property
  15378. Sound manipulation playCounter property
  15379. Animation playCounter property
  15380. Video playCounter property
  15381. Audio playCounter property
  15382. Path manipulation playDirection property
  15383. Movie manipulation playDirection property
  15384. Animation playDirection property
  15385. Video playDirection property
  15386. Movie manipulation playDuration property
  15387. Sound manipulation playDuration property
  15388. Path manipulation playDuration property
  15389. Audio playDuration property
  15390. Video playDuration property
  15391. Animation playDuration property
  15392. Sound manipulation playEffects property
  15393. Audio playEffects property
  15394. Movie manipulation playForever property
  15395. Sound manipulation playForever property
  15396. Path manipulation playForever property
  15397. Animation playForever property
  15398. Video playForever property
  15399. Audio playForever property
  15400. Path manipulation playList property
  15401. Animation playList property
  15402. Movie manipulation playMode property
  15403. Movie manipulation playMuted property
  15404. Sound manipulation playMuted property
  15405. Sound manipulation playNumber property
  15406. Path manipulation playNumber property
  15407. Movie manipulation playNumber property
  15408. Animation playNumber property
  15409. Audio playNumber property
  15410. Video playNumber property
  15411. Movie manipulation playRate property
  15412. Movie manipulation playRepeated message
  15413. Path manipulation playRepeated message
  15414. Sound manipulation playRepeated message
  15415. Animation playRepeated message
  15416. Video playRepeated message
  15417. Audio playRepeated message
  15418. Movie manipulation playStart property
  15419. Path manipulation playStart property
  15420. Sound manipulation playStart property
  15421. Animation playStart property
  15422. Movie manipulation playStarted message
  15423. Video playStarted message
  15424. Movie manipulation playStopped message
  15425. Path manipulation playStopped message
  15426. Sound manipulation playStopped message
  15427. Audio playStopped message
  15428. Animation playStopped message
  15429. Video playStopped message
  15430. Path manipulation playStyle property
  15431. Sound manipulation playStyle property
  15432. Movie manipulation playStyle property
  15433. Animation playStyle property
  15434. Movie manipulation playVolume property
  15435. Sound manipulation playVolume property
  15436. Video playVolume property
  15437. Audio playVolume property
  15438. Graphics manipulation polySides property
  15439. Dialog box creation popup command
  15440. Menu manipulation popupMenu command
  15441. Movie manipulation prepare command
  15442. Printing print card command
  15443. Custom property manipulation properties property
  15444. Data manipulation put command
  15445. Editing Commands quit command
  15446. Menu Commands quit command
  15447. Mathematical functions random
  15448. Calculations random function
  15449. upperlimit option random function
  15450. File manipulation read from file command
  15451. Object reference reference property
  15452. Movie manipulation release command
  15453. Library stack manipulation release library command
  15454. Library stack manipulation releaseStack message
  15455. Custom property manipulation remove property command
  15456. Loops repeat forever command
  15457. Loops repeat forever command
  15458. repeat command repeat forever
  15459. Loops repeat forever command
  15460. Loops repeat forever command
  15461. repeat command repeat forever
  15462. Loops repeat until command
  15463. repeat command repeat until
  15464. repeat command end repeat
  15465. Loops repeat until command
  15466. repeat command repeat until
  15467. repeat command end repeat
  15468. repeat command repeat while
  15469. Loops repeat while command
  15470. repeat command repeat while
  15471. Loops repeat while command
  15472. repeat command repeat while
  15473. repeat command repeat while
  15474. Loops repeat while command
  15475. repeat command repeat while
  15476. Loops repeat while command
  15477. repeat command repeat while
  15478. repeat command repeat with
  15479. Loops repeat with command
  15480. repeat command repeat with
  15481. Loops repeat with command
  15482. repeat command repeat with
  15483. repeat command repeat with
  15484. Loops repeat with command
  15485. repeat command repeat with
  15486. Loops repeat with command
  15487. repeat command repeat with
  15488. Loops decremental repeating
  15489. Loops incremental repeating
  15490. Message Box reset message command
  15491. Graphics manipulation reset paint command
  15492. Control statements return
  15493.  return control statement
  15494. Keystroke tracking returnInField
  15495. Keystroke tracking returnKey message
  15496.  reverseOnReplay property
  15497. ReverseOnReplay  Property
  15498.  reverseOnReplay property
  15499. ReverseOnReplay  Property
  15500. Properties reverseOnReplay
  15501. ReverseOnReplay  Property
  15502. Movie manipulation reverseOnReplay property
  15503. ReverseOnReplay  Property
  15504. Path manipulation reverseOnReplay property
  15505. ReverseOnReplay  Property
  15506. Video reverseOnReplay property
  15507. ReverseOnReplay  Property
  15508. Animation reverseOnReplay property
  15509. ReverseOnReplay  Property
  15510. Path manipulation rotation property
  15511. Animation rotation property
  15512.  counterclockwise rotation
  15513. Calculations round function
  15514. Tabular chunk expressions row
  15515. DataSheet manipulation rowDelim property
  15516. PickList manipulation rowDelim property
  15517. DataSheet manipulation rowHeight property
  15518. PickList manipulation rowHeight property
  15519. Graphics manipulation rulerStyle property
  15520. Save [a] Copy as <filename>  Command
  15521. Save [a] Copy as <filename>  Command
  15522. Bitmap manipulation scaleToFit property
  15523. Animation scaling property
  15524. Path manipulation scaling property
  15525. Path manipulation scaling property
  15526. Display control screenRect function
  15527. Formatting scriptFont property
  15528. Formatting scriptSize property
  15529. Formatting scriptStyle property
  15530. DataSheet manipulation scroll command
  15531. PickList manipulation scroll command
  15532. DataSheet manipulation scroll message
  15533. PickList manipulation scroll message
  15534. Properties horizontal scrollBar
  15535. Properties vertical scrollBar
  15536. Display control scrollBar property
  15537.  horizontal scrollBar property
  15538.  vertical scrollBar property
  15539. Display control scrollFrame property
  15540. DataSheet manipulation scrolling property
  15541. Field manipulation scrolling property
  15542. PickList manipulation scrolling property
  15543. DataSheet manipulation scrollLimit property
  15544. PickList manipulation scrollLimit property
  15545. DataSheet manipulation scrollLine property
  15546. PickList manipulation scrollLine property
  15547. Field manipulation scrollPosition property
  15548. PickList manipulation scrollPosition property
  15549. DataSheet manipulation scrollPosition property
  15550. Properties scrollPosition
  15551. Time manipulation seconds
  15552. Date manipulation seconds function
  15553. Sound manipulation seek command
  15554. Movie manipulation seek command
  15555. Path manipulation seek command
  15556. Chunk expressions select command
  15557. Selection selectedChunk function
  15558. Chunk expressions selectedChunk function
  15559. Selection selectedField function
  15560. Selection selectedLine function
  15561. Chunk expressions selectedLine function
  15562. Selection selectedObject function
  15563. Selection selectedText function
  15564. Selection selection function
  15565. Object layer manipulation send command
  15566. Calculations setRandomSeed command
  15567. Menu manipulation setUpMenus message
  15568. Bitmap manipulation sharedData property
  15569. Field manipulation sharedData property
  15570. DataSheet manipulation sharedData property
  15571. PickList manipulation sharedData property
  15572. Background objects sharedData property
  15573. Keystroke tracking shiftKey function
  15574. Graphics manipulation show command, objects
  15575.  show command, screen elements
  15576. Show {screen elements}  Command
  15577. Commands show, screen elements
  15578. Show {screen elements}  Command
  15579. Graphics manipulation show command, screen elements
  15580. Show {screen elements}  Command
  15581. Graphics manipulation showPict property
  15582. Mathematical functions sin
  15583. Calculations sin function
  15584. Display control sizeBox property
  15585. Graphics manipulation snapToGrid property
  15586. DataSheet manipulation sort command
  15587.  soundFile property, linking sound files
  15588. Sound manipulation soundFile property
  15589. Linking sounds soundFile property
  15590. Mathematical functions sqrt
  15591. Calculations sqrt function
  15592. Timer manipulation start command
  15593. Shape manipulation startArrow property
  15594. Animation startPoint property
  15595. Path manipulation startPoint property
  15596. Animation startSize property
  15597. Path manipulation startSize property
  15598. Timer manipulation stop command
  15599. Movie manipulation stop command
  15600. Path manipulation stop command
  15601. Sound manipulation stop command
  15602. Calculations subtract command
  15603. Display control systemColors function
  15604. Audio systemVolume property
  15605. Sound manipulation systemVolume property
  15606. Keystroke tracking tabKey command
  15607. Keystroke tracking tabKey message
  15608. Calculations tan function
  15609. Mathematical functions tan
  15610. Containers target container
  15611. Object reference target container
  15612. Formatting textAlign property
  15613. Formatting textColor property
  15614. Color manipulation textColor property
  15615. Formatting textFont property
  15616. Formatting textHeight property
  15617. Formatting textSize property
  15618. Formatting textStyle property
  15619. Containers this container
  15620. Time manipulation ticks function
  15621. Functions abbreviated time
  15622.  abbreviated time function
  15623. Time manipulation time function
  15624. Time manipulation short time function
  15625. Time manipulation long time function
  15626. Time manipulation abbreviated time function
  15627. Display control titleBar property
  15628. Graphics manipulation tool function
  15629. Display control top property
  15630. Display control topLeft property
  15631. Debugger commands trace command
  15632. Painting commands transparentize command
  15633. Calculations trunc function
  15634. Mathematical functions trunc
  15635. Keystroke tracking type command
  15636. Menu manipulation uncheck menuItem command
  15637. Commands uncheck menuItem
  15638.  uncheck menuItem command
  15639. Highlighting unhilite command
  15640. Display control unlock screen command
  15641. Debugger commands untrace command
  15642. playStyle property useLegScaling
  15643. Animation useLegScaling property
  15644. Path manipulation useLegScaling property
  15645. playStyle property useLegTiming
  15646. Animation useLegTiming property
  15647. Path manipulation useLegTiming property
  15648. Graphics manipulation visible property
  15649. PickList manipulation visibleCols function
  15650. DataSheet manipulation visibleCols function
  15651. DataSheet manipulation visibleRows function
  15652. PickList manipulation visibleRows function
  15653. Navigation visual effect command
  15654.  pixelDissolve visual effect
  15655. visual effect values blinds
  15656. visual effect values dissolve
  15657. visual effect values iris
  15658. visual effect values pixelDissolve
  15659. visual effect values scroll
  15660. visual effect values wipe
  15661. Time manipulation wait command
  15662. DataSheet manipulation wideMargins property
  15663. PickList manipulation wideMargins property
  15664. Display control windowColor property
  15665. Color Manipulation windowColor
  15666. Display control windowTitle property
  15667. Display control windowType property
  15668. Comparison operators within
  15669. Text chunk expressions word
  15670. DataSheet manipulation wordWrap property
  15671. PickList manipulation wordWrap property
  15672. File manipulation write to file command
  15673. & Operator
  15674. & Operator
  15675. & Operator
  15676. Concatenation symbol &
  15677. & Operator
  15678. & Operator
  15679. Concatenation symbol &&
  15680. & Operator
  15681.  * (multiply)
  15682. Operators * (multiply)
  15683. Operators * (multiply)
  15684.  + (plus sign)
  15685. + (Plus) Operator
  15686. Operators + (plus)
  15687. + (Plus) Operator
  15688.  - (minus)
  15689. - (Minus) Operator
  15690. Operators - (minus)
  15691. - (Minus) Operator
  15692. Operators - (subtract)
  15693. - (Minus) Operator
  15694.  / (divide)
  15695. / (Division) Operator
  15696. Operators / (divide)
  15697. / (Division) Operator
  15698. -- (Comment Symbol) 
  15699.  Comment symbol
  15700. -- (Comment Symbol) 
  15701.  -- (comment symbol)
  15702. -- (Comment Symbol) 
  15703.  abs function
  15704. Abs Function
  15705. Functions abs
  15706. Abs Function
  15707. Abs Function
  15708. Properties acceleration
  15709. Acceleration Property
  15710.  acceleration property
  15711. Acceleration Property
  15712. Acceleration Property
  15713. Acceleration Property
  15714.  Path manipulation
  15715. Acceleration Property
  15716.  add command
  15717. Add Command
  15718. Commands add
  15719. Add Command
  15720. Calculations add command
  15721. Add Command
  15722. Commands add menu
  15723. Add Menu Command
  15724.  add menu command
  15725. Add Menu Command
  15726. Add Menu Command
  15727. Commands add MenuItem
  15728. Add MenuItem Command
  15729.  add menuItem command
  15730. Add MenuItem Command
  15731. Add MenuItem Command
  15732. Commands add property
  15733. Add Property Command
  15734.  add property command
  15735. Add Property Command
  15736. Add Property Command
  15737. Commands advance
  15738. Advance Command
  15739.  advance command
  15740. Advance Command
  15741. Advance Command
  15742. Advance Command
  15743. Advance Command
  15744. Video advance command
  15745. Advance Command
  15746.  Video
  15747. Advance Command
  15748.  Animation
  15749. Advance Command
  15750. Properties anchorPoint
  15751. AnchorPoint Property
  15752.  anchorPoint property
  15753. AnchorPoint Property
  15754. AnchorPoint Property
  15755. AnchorPoint Property
  15756. Operators and
  15757. And Operator
  15758.  and operator
  15759. And Operator
  15760. Text operators and
  15761. And Operator
  15762. Logical operators and
  15763. And Operator
  15764. Comparison operators and
  15765. And Operator
  15766.  animate along command
  15767. Animate Along  Command
  15768. Commands animate along
  15769. Animate Along  Command
  15770. Animate Along  Command
  15771. Animate Along  Command
  15772.  animate from command
  15773. Animate From Command
  15774. Commands animate from
  15775. Animate From Command
  15776. Animate From Command
  15777. Animate From Command
  15778. Animate From Command
  15779. Animate From Command
  15780.  annuity function
  15781. Annuity Function
  15782. Functions annuity
  15783. Annuity Function
  15784. Annuity Function
  15785.  answer command
  15786. Answer Command
  15787. Commands answer
  15788. Answer Command
  15789. Answer Command
  15790. ArrowKey Command
  15791. Commands arrowKey
  15792. ArrowKey Command
  15793.  arrowKey command
  15794. ArrowKey Command
  15795.  arrowKey message
  15796. ArrowKey Message
  15797. Messages arrowKey
  15798. ArrowKey Message
  15799. ArrowKey Message
  15800.  ask command
  15801. Ask Command
  15802. Commands ask
  15803. Ask Command
  15804. Ask Command
  15805. Ask File Command
  15806. Ask File Command
  15807. Commands ask file
  15808. Ask File Command
  15809.  ask file command
  15810. Ask File Command
  15811. Saving ask file command
  15812. Ask File Command
  15813.  ask password command
  15814. Ask Password Command
  15815. Ask Password Command
  15816. Ask Password Command
  15817. Commands ask password
  15818. Ask Password Command
  15819.  atan function
  15820. Atan Function
  15821. Functions atan
  15822. Atan Function
  15823. Atan Function
  15824. Properties autoFormat
  15825. AutoFormat Property
  15826.  autoFormat property
  15827. AutoFormat Property
  15828. AutoFormat Property
  15829.  autoHilite property
  15830. AutoHilite Property
  15831. Properties autoHilite
  15832. AutoHilite Property
  15833. AutoHilite Property
  15834. Properties autoResize
  15835. AutoResize Property
  15836.  autoResize property
  15837. AutoResize Property
  15838. AutoResize Property
  15839. AutoResize Property
  15840. AutoResize Property
  15841. AutoResize Property
  15842. Video autoResize command
  15843. AutoResize Property
  15844.  autoSave property
  15845. AutoSave Property
  15846. Properties autoSave
  15847. AutoSave Property
  15848. Saving autoSave property
  15849. AutoSave Property
  15850.  autoTab property
  15851. AutoTab Property
  15852. Properties autoTab
  15853. AutoTab Property
  15854.  average function
  15855. Average Function
  15856. Functions average
  15857. Average Function
  15858. Average Function
  15859.  backColor property
  15860. BackColor  Property
  15861. BackColor  Property
  15862. BackColor  Property
  15863. Properties backColor
  15864. BackColor  Property
  15865.  backup command
  15866. Backup  Command
  15867. Commands backup
  15868. Backup  Command
  15869. Backup  Command
  15870. Backup  Command
  15871. Backup  Command
  15872. Backup  Command
  15873. Backup  Command
  15874. Video playing backward
  15875. Backup  Command
  15876. Animation backup command
  15877. Backup  Command
  15878. Video backup command
  15879. Backup  Command
  15880.  beep command
  15881. Beep Command
  15882. Commands beep
  15883. Beep Command
  15884. Beep Command
  15885.  bkgndSize property
  15886. BkgndSize Property
  15887. Properties bkgndsize
  15888. BkgndSize Property
  15889. BkgndSize Property
  15890.  blindTyping property
  15891. BlindTyping Property
  15892. Properties blindTyping
  15893. BlindTyping Property
  15894. BlindTyping Property
  15895.  blocking property
  15896. Blocking  Property
  15897. Blocking  Property
  15898. Properties blocking
  15899. Blocking  Property
  15900.  blocking property
  15901. Blocking  Property
  15902. Video blocking
  15903. Blocking  Property
  15904. Audio blocking
  15905. Blocking  Property
  15906. Animation blocking
  15907. Blocking  Property
  15908.  Audio
  15909. Blocking  Property
  15910.  bottom property
  15911. Bottom Property
  15912. Properties bottom
  15913. Bottom Property
  15914. Sizing bottom property
  15915. Bottom Property
  15916.  bottomRight property
  15917. BottomRight Property
  15918. BottomRight Property
  15919. Properties bottomRight
  15920. BottomRight Property
  15921. Commands breakpoint
  15922. Breakpoint Command
  15923.  breakpoint command
  15924. Breakpoint Command
  15925. Breakpoint Command
  15926. Commands bring
  15927. Bring Closer Command
  15928.  bring command
  15929. Bring Closer Command
  15930. Bring Closer Command
  15931.  brush property
  15932. Brush Property
  15933. Properties brush
  15934. Brush Property
  15935. Brush Property
  15936.  busyCursor property
  15937. BusyCursor Property
  15938. Properties busyCursor
  15939. BusyCursor Property
  15940. BusyCursor Property
  15941.  bufferSize property
  15942. BufferSize  Property
  15943. Properties bufferSize
  15944. BufferSize  Property
  15945. BufferSize  Property
  15946. BufferSize  Property
  15947.  cantDelete property
  15948. CantDelete Property
  15949. Properties cantDelete
  15950. CantDelete Property
  15951. CantDelete Property
  15952.  cantModify property
  15953. CantModify Property
  15954. Properties cantModify
  15955. CantModify Property
  15956. CantModify Property
  15957.  cantUnderstand message
  15958. CantUnderstand Message
  15959. Messages cantUnderstand
  15960. CantUnderstand Message
  15961.  cell chunk
  15962. Cell Tabular Chunk
  15963. Cell Tabular Chunk
  15964. Chunk expressions cell
  15965. Cell Tabular Chunk
  15966.  centered property
  15967. Centered Property
  15968. Properties centered
  15969. Centered Property
  15970. Centered Property
  15971.  centerPoint property
  15972. CenterPoint  Property
  15973. Properties centerPoint
  15974. CenterPoint  Property
  15975. CenterPoint  Property
  15976. CenterPoint  Property
  15977.  centeredWindow property
  15978. CenteredWindow Property
  15979. CenteredWindow Property
  15980. CenteredWindow Property
  15981.  character chunk
  15982. Character Text Chunk
  15983. Character Text Chunk
  15984. Character Text Chunk
  15985.  charToNum function
  15986. CharToNum Function
  15987. Functions charToNum
  15988. CharToNum Function
  15989. CharToNum Function
  15990. CharToNum Function
  15991. CharToNum Function
  15992. Commands check
  15993. Check MenuItem Command
  15994.  check command
  15995. Check MenuItem Command
  15996. Check MenuItem Command
  15997.  choose command
  15998. Choose Command
  15999. Commands choose
  16000. Choose Command
  16001. Choose Command
  16002. Properties class name
  16003. Class Name Property
  16004.  class name property
  16005. Class Name Property
  16006. Class Name Property
  16007. Clear  Command
  16008.  clear command
  16009. Clear  Command
  16010. Commands clear
  16011. Clear  Command
  16012. Clear  Command
  16013.  click command
  16014. Click At Command
  16015. Commands click
  16016. Click At Command
  16017. Click At Command
  16018.  clickH function
  16019. ClickH Function
  16020. Functions clickH
  16021. ClickH Function
  16022. ClickH Function
  16023.  clickLoc function
  16024. ClickLoc Function
  16025. Functions clickLoc
  16026. ClickLoc Function
  16027. ClickLoc Function
  16028.  clickV function
  16029. ClickV Function
  16030. Functions clickV
  16031. ClickV Function
  16032. ClickV Function
  16033.  closeBackground message
  16034. CloseBackground Message
  16035. Messages closeBackground
  16036. CloseBackground Message
  16037.  closeCard message
  16038. CloseCard Message
  16039. Messages closeCard
  16040. CloseCard Message
  16041. Messages closeCell
  16042. CloseCell Message
  16043.  closeCell message
  16044. CloseCell Message
  16045.  closeField message
  16046. CloseField Message
  16047. Messages closeField
  16048. CloseField Message
  16049.  close file command
  16050. Close File Command
  16051. Commands close file
  16052. Close File Command
  16053. Close File Command
  16054.  close printing command
  16055. Close Printing Command
  16056. Commands close printing
  16057. Close Printing Command
  16058. Close Printing Command
  16059.  closeStack message
  16060. CloseStack Message
  16061. Messages closeStack
  16062. CloseStack Message
  16063. Properties colDelim
  16064. ColDelim Property
  16065.  colDelim property
  16066. ColDelim Property
  16067. ColDelim Property
  16068. ColDelim Property
  16069. Properties colNames
  16070. ColNames Property
  16071.  colNames property
  16072. ColNames Property
  16073. ColNames Property
  16074. ColNames Property
  16075.  Resetting column labels
  16076. ColNames Property
  16077.  colorDepth property
  16078. ColorDepth Property
  16079. Properties colorDepth
  16080. ColorDepth Property
  16081. ColorDepth Property
  16082. Properties colResize
  16083. ColResize Property
  16084.  colResize property
  16085. ColResize Property
  16086. ColResize Property
  16087. ColResize Property
  16088.  column chunk
  16089. Column Tabular Chunk
  16090. Column Tabular Chunk
  16091. Chunk expressions column
  16092. Column Tabular Chunk
  16093. Properties colWidth
  16094. ColWidth Property
  16095.  colWidth property
  16096. ColWidth Property
  16097. ColWidth Property
  16098. ColWidth Property
  16099.  commandKey function
  16100. CommandKey Function
  16101. Functions commandKey
  16102. CommandKey Function
  16103. CommandKey Function
  16104.  commandKey function
  16105. CommandKey Function
  16106. Functions commandKey
  16107. CommandKey Function
  16108. Commands compact stack
  16109. Compact Stack Command
  16110.  compact stack command
  16111. Compact Stack Command
  16112.  compound function
  16113. Compound Function
  16114. Functions compound
  16115. Compound Function
  16116. Compound Function
  16117. Compound Function
  16118.  contains operator
  16119. Contains Operator
  16120. Operators contains
  16121. Contains Operator
  16122.  contiguous property
  16123. Contiguous  Property
  16124. Properties contiguous
  16125. Contiguous  Property
  16126. Contiguous  Property
  16127. Contiguous  Property
  16128.  controlPoint property
  16129. ControlPoint  Property
  16130. Properties controlPoint
  16131. ControlPoint  Property
  16132. ControlPoint  Property
  16133. ControlPoint  Property
  16134. Copy  Command
  16135.  copy command
  16136. Copy  Command
  16137. Commands copy
  16138. Copy  Command
  16139. Copy  Command
  16140. Copy Card  Command
  16141.  copy card command
  16142. Copy Card  Command
  16143. Commands copy card
  16144. Copy Card  Command
  16145. Copy Card  Command
  16146.  cos function
  16147. Cos Function
  16148. Functions cos
  16149. Cos Function
  16150. Cos Function
  16151. Cos Function
  16152. Commands create
  16153. Create Command
  16154.  create command
  16155. Create Command
  16156. Creation create command
  16157. Create Command
  16158. Create Card Command
  16159.  create card command
  16160. Create Card Command
  16161. Commands create card
  16162. Create Card Command
  16163. Create Card Command
  16164. Commands create menu
  16165. Create Menu Command
  16166.  create menu command
  16167. Create Menu Command
  16168. Create Menu Command
  16169. Create Menu Command
  16170. Create Stack Command
  16171.  create stack command
  16172. Create Stack Command
  16173. Commands create stack
  16174. Create Stack Command
  16175. Create Stack Command
  16176.  cursor property
  16177. Cursor Property
  16178. Properties cursor
  16179. Cursor Property
  16180. Cursor Property
  16181.  curveType property
  16182. CurveType  Property
  16183. Properties curveType
  16184. CurveType  Property
  16185. CurveType  Property
  16186. CurveType  Property
  16187.  bezier curveType
  16188. CurveType  Property
  16189.  circular curveType
  16190. CurveType  Property
  16191.  straight curveType
  16192. CurveType  Property
  16193. Cut Command
  16194.  cut command
  16195. Cut Command
  16196. Commands cut
  16197. Cut Command
  16198. Cut Command
  16199. Properties dataScroll
  16200. DataScroll Property
  16201.  dataScroll property
  16202. DataScroll Property
  16203. DataScroll Property
  16204. DataScroll Property
  16205.  date function
  16206. Date Function
  16207. Functions date
  16208. Date Function
  16209. Date Function
  16210. date function long date
  16211. Date Function
  16212. date function short date
  16213. Date Function
  16214.  short date function
  16215. Date Function
  16216.  long date function
  16217. Date Function
  16218. Date Function
  16219. Date Function
  16220. Functions short date
  16221. Date Function
  16222. Functions long date
  16223. Date Function
  16224. Date Function
  16225. Date Function
  16226. Date Function
  16227. Date Function
  16228. Commands dehilite
  16229. Dehilite Command
  16230.  dehilite command
  16231. Dehilite Command
  16232. Dehilite Command
  16233. Delete Card  Command
  16234. Delete Card  Command
  16235.  delete card command
  16236. Delete Card  Command
  16237. Commands delete card
  16238. Delete Card  Command
  16239. Delete Card  Command
  16240.  noprompt option
  16241. Delete Card  Command
  16242. Commands delete chunk
  16243. Delete <chunk>  Command
  16244.  delete chunk command
  16245. Delete <chunk>  Command
  16246. Delete <chunk>  Command
  16247. Delete Menu Command
  16248. Commands delete menu
  16249. Delete Menu Command
  16250.  delete menu command
  16251. Delete Menu Command
  16252. Delete Menu Command
  16253. Commands delete object
  16254. Delete <object> Command
  16255.  delete object command
  16256. Delete <object> Command
  16257. Delete <object> Command
  16258. Commands delete row/col
  16259. Delete {row/col} Command
  16260.  delete row/col command
  16261. Delete {row/col} Command
  16262. Delete {row/col} Command
  16263. DeleteBackground Message
  16264. DeleteBackground Message
  16265. DeleteBackground Message
  16266.  deleteCard message
  16267. DeleteCard Message
  16268. Messages deleteCard
  16269. DeleteCard Message
  16270. DeleteCard Message
  16271.  deleteObject message
  16272. DeleteObject Message
  16273. Messages deleteObject
  16274. DeleteObject Message
  16275. DeleteObject Message
  16276. Commands disable
  16277. Disable Command
  16278.  disable command
  16279. Disable Command
  16280. Disable Command
  16281. Disable MenuItem Command
  16282. Disable MenuItem Command
  16283. Disable MenuItem Command
  16284.  diskSpace function
  16285. DiskSpace Function
  16286. Functions diskSpace
  16287. DiskSpace Function
  16288. DiskSpace Function
  16289. Commands dismiss
  16290. Dismiss Command
  16291.  dismiss command
  16292. Dismiss Command
  16293. Dismiss Command
  16294.  div operator
  16295. Div Operator
  16296. Operators div
  16297. Div Operator
  16298. Div Operator
  16299.  divide command
  16300. Divide Command
  16301. Commands divide
  16302. Divide Command
  16303. Divide Command
  16304.  do command
  16305. Do Command
  16306. Commands do
  16307. Do Command
  16308. DoMenu Message
  16309. Messages doMenu
  16310. DoMenu Message
  16311.  doMenu message
  16312. DoMenu Message
  16313.  dontPrint property
  16314. DontPrint Property
  16315. Properties dontPrint
  16316. DontPrint Property
  16317. DontPrint Property
  16318. DontPrint Property
  16319. DoubleClick Message
  16320. Messages doubleClick
  16321. DoubleClick Message
  16322.  doubleClick message
  16323. DoubleClick Message
  16324.  drag command
  16325. Drag  Command
  16326. Commands drag
  16327. Drag  Command
  16328. Paint tools drag command
  16329. Drag  Command
  16330.  dropMessages property
  16331. DropMessages  Property
  16332. Properties dropMessages
  16333. DropMessages  Property
  16334. DropMessages  Property
  16335. DropMessages  Property
  16336. DropMessages  Property
  16337. DropMessages  Property
  16338.  dropMessages property
  16339. DropMessages  Property
  16340. DropMessages  Property
  16341. DropMessages  Property
  16342. DropMessages  Property
  16343.  duration property
  16344. Duration  Property
  16345. Properties duration
  16346. Duration  Property
  16347. Duration  Property
  16348. Duration  Property
  16349. Properties duration
  16350. Duration  Property
  16351. Duration  Property
  16352. Video duration property
  16353. Duration  Property
  16354. Audio duration property
  16355. Duration  Property
  16356.  editBkgnd property
  16357. EditBkgnd Property
  16358. Properties editBkgnd
  16359. EditBkgnd Property
  16360.  edit script command
  16361. Edit Script Command
  16362. Commands edit script
  16363. Edit Script Command
  16364. Edit Script Command
  16365. Commands enable
  16366. Enable Command
  16367.  enable command
  16368. Enable Command
  16369. Enable Command
  16370. Properties enable
  16371. Enable Property
  16372.  enable property
  16373. Enable Property
  16374. Enable Property
  16375. Enable Property
  16376. Commands enable menuitem
  16377. Enable MenuItem Command
  16378.  enable menuitem command
  16379. Enable MenuItem Command
  16380. Enable MenuItem Command
  16381.  end control statement
  16382. End Control Statement
  16383. Control statements end
  16384. End Control Statement
  16385. End Control Statement
  16386. End Control Statement
  16387. End Control Statement
  16388. End Control Statement
  16389.  endArrow property
  16390. EndArrow Property
  16391. Properties endArrow
  16392. EndArrow Property
  16393. EndArrow Property
  16394.  endPlay property
  16395. EndPlay  Command
  16396. Commands endPlay
  16397. EndPlay  Command
  16398. Audio endPlay command
  16399. EndPlay  Command
  16400.  endPoint property
  16401. EndPoint  Property
  16402. Properties endPoint
  16403. EndPoint  Property
  16404. EndPoint  Property
  16405. EndPoint  Property
  16406.  endPoints property
  16407. EndPoints  Property
  16408. Properties endPoints
  16409. EndPoints  Property
  16410. EndPoints  Property
  16411.  endSize property
  16412. EndSize Property
  16413. Properties endSize
  16414. EndSize Property
  16415. EndSize Property
  16416. EndSize Property
  16417.  enterInField message
  16418. EnterInField Message
  16419. Messages enterInField
  16420. EnterInField Message
  16421. EnterInField Message
  16422.  enterKey function
  16423. EnterKey Message
  16424. Functions enterKey
  16425. EnterKey Message
  16426. EnterKey Message
  16427.  entries property
  16428. Entries Property
  16429. Properties entries
  16430. Entries Property
  16431. Entries Property
  16432.  entry chunk expression
  16433. Entry Text Chunk
  16434. Chunk expressions entry
  16435. Entry Text Chunk
  16436. Entry Text Chunk
  16437.  existence function
  16438. Existence  Function
  16439. Functions existence
  16440. Existence  Function
  16441. Existence  Function
  16442.  exists function
  16443. Existence  Function
  16444. Functions exists
  16445. Existence  Function
  16446. Object reference exists
  16447. Existence  Function
  16448. Menu reference exists
  16449. Existence  Function
  16450. Existence  Function
  16451.  exit control statement
  16452. Exit Control Statement
  16453. Exit Control Statement
  16454. Control statements exit
  16455. Exit Control Statement
  16456.  exp function
  16457. Exp Function
  16458. Functions exp
  16459. Exp Function
  16460. Exp Function
  16461. Exp Function
  16462.  exp1 function
  16463. Exp1 Function
  16464. Functions exp1
  16465. Exp1 Function
  16466. Exp1 Function
  16467. Exp1 Function
  16468.  exp2 function
  16469. Exp2 Function
  16470. Functions exp2
  16471. Exp2 Function
  16472. Exp2 Function
  16473. Exp2 Function
  16474.  filled property
  16475. Filled Property
  16476. Properties filled
  16477. Filled Property
  16478. Filled Property
  16479.  flipInterval property
  16480. FlipInterval Property
  16481. Properties flipInterval
  16482. FlipInterval Property
  16483. FlipInterval Property
  16484. Animation flipInterval
  16485. FlipInterval Property
  16486. ForeColor  Property
  16487. ForeColor  Property
  16488. ForeColor  Property
  16489. Properties foreColor
  16490. ForeColor  Property
  16491.  foreColor property
  16492. ForeColor  Property
  16493.  inkColor property
  16494. ForeColor  Property
  16495. ForeColor  Property
  16496.  freeSize property
  16497. FreeSize Property
  16498. Properties freeSize
  16499. FreeSize Property
  16500. FreeSize Property
  16501.  fullScreen property
  16502. FullScreen Property
  16503. Properties fullScreen
  16504. FullScreen Property
  16505. FullScreen Property
  16506. FullScreen Property
  16507.  functionKey message
  16508. FunctionKey Message
  16509. Messages functionKey
  16510. FunctionKey Message
  16511. FunctionKey Message
  16512.  get command
  16513. Get Command
  16514. Commands get
  16515. Get Command
  16516.  get command
  16517. Get Command
  16518. Get Command
  16519. Global Control Statement
  16520. Global Control Statement
  16521. Global Control Statement
  16522.  go command
  16523. Go Command
  16524. Commands go
  16525. Go Command
  16526. Navigation go command
  16527. Go Command
  16528.  gridSize property
  16529. GridSize Property
  16530. Properties gridSize
  16531. GridSize Property
  16532. GridSize Property
  16533.  heapSpace function
  16534. HeapSpace Function
  16535. Functions heapSpace
  16536. HeapSpace Function
  16537. HeapSpace Function
  16538.  height property
  16539. Height Property
  16540. Properties height
  16541. Height Property
  16542.  hide command, objects
  16543. Hide <object> Command
  16544. Commands hide, objects
  16545. Hide <object> Command
  16546.  hilite command
  16547. Hilite Command
  16548. Commands hilite
  16549. Hilite Command
  16550. Hilite Command
  16551.  Selection
  16552. Hilite Command
  16553.  hilite property
  16554. Hilite Property
  16555. Properties hilite
  16556. Hilite Property
  16557. Hilite Property
  16558. Properties hiliteColor
  16559. HiliteColor Property
  16560.  hiliteColor property
  16561. HiliteColor Property
  16562. HiliteColor Property
  16563. HiliteColor Property
  16564. HiliteColor Property
  16565. Functions hilitedRows
  16566. HilitedRows Function
  16567.  hilitedRows function
  16568. HilitedRows Function
  16569. HilitedRows Function
  16570. HilitedRows Function
  16571.  hypertext message
  16572. HyperText Message
  16573. Messages hyperText
  16574. HyperText Message
  16575.  icon property
  16576. Icon Property
  16577. Properties icon
  16578. Icon Property
  16579. Icon Property
  16580.  ID property
  16581. ID Property
  16582. Properties ID
  16583. ID Property
  16584. ID unique
  16585. ID Property
  16586.  unique IDs
  16587. ID Property
  16588.  idle message
  16589. Idle Message
  16590. Messages idle
  16591. Idle Message
  16592.  if control statement
  16593. If Control Statement
  16594. Control statements if
  16595. If Control Statement
  16596. If Control Statement
  16597.  if control statement
  16598. If Control Statement
  16599. Control statements if
  16600. If Control Statement
  16601. Commands import
  16602. Import  Command
  16603.  import command
  16604. Import  Command
  16605. Import  Command
  16606. Import  Command
  16607. Import  Command
  16608. Import  Command
  16609. Import  Command
  16610. Import  Command
  16611. Import  Command
  16612. Import  Command
  16613. Audio import command
  16614. Import  Command
  16615. Properties info
  16616. Info Property
  16617.  info properties
  16618. Info Property
  16619. InkColor Property
  16620. InkColor Property
  16621. Properties inkColor
  16622. InkColor Property
  16623.  inkColor property
  16624. InkColor Property
  16625.  inkColor property
  16626. InkColor Property
  16627.  opColor
  16628. InkColor Property
  16629. Properties inkEffects
  16630. InkEffect  Property
  16631. InkEffect  Property
  16632. InkEffect  Property
  16633.  inkEffects property
  16634. InkEffect  Property
  16635.  insert leg command
  16636. Insert Leg Command
  16637. Commands insert leg
  16638. Insert Leg Command
  16639. Insert Leg Command
  16640. Insert Leg Command
  16641.  insert command
  16642. Insert {row/col} Command
  16643. Commands insert
  16644. Insert {row/col} Command
  16645. Insert {row/col} Command
  16646. Insert {row/col} Command
  16647. Insert {row/col} Command
  16648.  is operator
  16649. Is Operator
  16650. Operators is
  16651. Is Operator
  16652. Comparison operators is
  16653. Is Operator
  16654.  is in operator
  16655. Is [Not] In Operator
  16656. Operators is in
  16657. Is [Not] In Operator
  16658. Is [Not] In Operator
  16659. Operators is not
  16660. Is Not Operator
  16661.  is not operator
  16662. Is Not Operator
  16663. Is Not Operator
  16664. Operators is within
  16665. Is [Not] Within
  16666. Operators is not within
  16667. Is [Not] Within
  16668.  is not within operator
  16669. Is [Not] Within
  16670.  is within operator
  16671. Is [Not] Within
  16672. Is [Not] Within
  16673. Is [Not] Within
  16674. Properties isPlaying
  16675. IsPlaying  Property
  16676. IsPlaying  Property
  16677. Video isPlaying property
  16678. IsPlaying  Property
  16679. Audio isPlaying property
  16680. IsPlaying  Property
  16681. IsPlaying  Property
  16682.  isPlaying property
  16683. IsPlaying  Property
  16684. IsPlaying  Property
  16685. IsPlaying  Property
  16686.  it container
  16687. It Special Container
  16688. Containers it container
  16689. It Special Container
  16690.  item text chunk
  16691. Item Text Chunk
  16692. Item Text Chunk
  16693. Chunk expressions item
  16694. Item Text Chunk
  16695.  keyPressed message
  16696. KeyPressed Message
  16697. Messages keyPressed
  16698. KeyPressed Message
  16699. KeyPressed Message
  16700.  left property
  16701. Left Property
  16702. Properties left
  16703. Left Property
  16704.  length property
  16705. Length Function
  16706. Properties length
  16707. Length Function
  16708. Length Function
  16709.  library command
  16710. Library Command
  16711. Commands library
  16712. Library Command
  16713. Library Command
  16714. Functions libraries
  16715. Libraries Function
  16716.  libraries function
  16717. Libraries Function
  16718.  Shared code libraries
  16719. Libraries Function
  16720. Libraries Function
  16721.  libraryStack message
  16722. LibraryStack Message
  16723. Messages libraryStack
  16724. LibraryStack Message
  16725. LibraryStack Message
  16726. Chunk expressions line
  16727. Line Text Chunk
  16728.  line text chunk
  16729. Line Text Chunk
  16730. Line Text Chunk
  16731.  linePattern property
  16732. LinePattern  Property
  16733. Properties linePattern
  16734. LinePattern  Property
  16735. LinePattern  Property
  16736.  linePattern property
  16737. LinePattern  Property
  16738.  lineSize property
  16739. LineSize  Property
  16740. Properties lineSize
  16741. LineSize  Property
  16742. LineSize  Property
  16743.  Graphics manipulation
  16744. LineSize  Property
  16745.  Color manipulation
  16746. LineSize  Property
  16747. LineSize  Property
  16748. List Function
  16749. Functions list
  16750. List Function
  16751.  list function
  16752. List Function
  16753.  ln function
  16754. Ln Function
  16755. Functions ln
  16756. Ln Function
  16757. Ln Function
  16758. Calculations ln function
  16759. Ln Function
  16760.  ln1 function
  16761. Ln1 Function
  16762. Functions ln1
  16763. Ln1 Function
  16764. Ln1 Function
  16765. Ln1 Function
  16766. Local Variables Property
  16767. Local Variables Property
  16768. Local Variables Property
  16769.  location property
  16770. Location (Loc) Property
  16771. Properties location
  16772. Location (Loc) Property
  16773.  loc property
  16774. Location (Loc) Property
  16775. Properties loc
  16776. Location (Loc) Property
  16777.  position
  16778. Location (Loc) Property
  16779.  lock messages command
  16780. Lock Messages Command
  16781. Commands lock messages
  16782. Lock Messages Command
  16783. Messages locking
  16784. Lock Messages Command
  16785.  lock screen command
  16786. Lock Screen Command
  16787. Commands lock screen
  16788. Lock Screen Command
  16789. Lock Screen Command
  16790. Screen locking
  16791. Lock Screen Command
  16792.  lockMessages property
  16793. LockMessages Property
  16794. Properties lockMessages
  16795. LockMessages Property
  16796. Messages locking
  16797. LockMessages Property
  16798. Messages locking
  16799. LockMessages Property
  16800.  lockScreen property
  16801. LockScreen Property
  16802. Properties lockScreen
  16803. LockScreen Property
  16804. LockScreen Property
  16805.  lockText property
  16806. LockText Property
  16807. Properties lockText
  16808. LockText Property
  16809. LockText Property
  16810. LockText Property
  16811.  log2 function
  16812. Log2 Function
  16813. Functions log2
  16814. Log2 Function
  16815. Log2 Function
  16816. Log2 Function
  16817.  matchedCols function
  16818. MatchedCols Function
  16819. Functions matchedCols
  16820. MatchedCols Function
  16821. MatchedCols Function
  16822.  matchedCols function
  16823. MatchedRows Function
  16824. Functions matchedCols
  16825. MatchedRows Function
  16826. MatchedRows Function
  16827.  max function
  16828. Max Function
  16829. Functions max
  16830. Max Function
  16831. Max Function
  16832. Max Function
  16833.  Special containers
  16834. Me Special Container
  16835.  me container
  16836. Me Special Container
  16837. Containers me container
  16838. Me Special Container
  16839. Ordinals me
  16840. Me Special Container
  16841.  member chunk expression
  16842. Me Special Container
  16843. Me Special Container
  16844. Chunk expressions member
  16845. Me Special Container
  16846.  members property
  16847. Members Property
  16848. Properties members
  16849. Members Property
  16850. Properties menuItems
  16851. MenuItems Property
  16852.  menuItems property
  16853. MenuItems Property
  16854. MenuItems Property
  16855.  messages property
  16856. Messages Property
  16857. Properties messages
  16858. Messages Property
  16859. Messages Property
  16860. Messages Property
  16861. Messages Property
  16862. Messages Property
  16863.  messages property
  16864. Messages Property
  16865.  messages property
  16866. Messages Property
  16867. Video messages property
  16868. Messages Property
  16869. Audio messages property
  16870. Messages Property
  16871. Messages Property
  16872.  milliseconds function
  16873.  min function
  16874. Min Function
  16875. Functions min
  16876. Min Function
  16877. Min Function
  16878. Min Function
  16879.  mod function
  16880. Mod Function
  16881. Functions mod
  16882. Mod Function
  16883. Mod Function
  16884. Mod Function
  16885.  mouse function
  16886. Mouse Function
  16887. Functions mouse
  16888. Mouse Function
  16889. Mouse Function
  16890.  mouseClick function
  16891. MouseClick Function
  16892. Functions mouseClick
  16893. MouseClick Function
  16894. MouseClick Function
  16895.  mouseDown message
  16896. MouseDown Message
  16897. Messages mouseDown
  16898. MouseDown Message
  16899. MouseDown Message
  16900.  mouseEnter message
  16901. MouseEnter Message
  16902. Messages mouseEnter
  16903. MouseEnter Message
  16904. MouseEnter Message
  16905.  mouseH function
  16906. MouseH Function
  16907. Functions mouseH
  16908. MouseH Function
  16909. MouseH Function
  16910.  mouseLeave message
  16911. MouseLeave Message
  16912. Messages mouseLeave
  16913. MouseLeave Message
  16914. MouseLeave Message
  16915.  mouseLoc function
  16916. MouseLoc Function
  16917. Functions mouseLoc
  16918. MouseLoc Function
  16919. MouseLoc Function
  16920.  mouseStillDown message
  16921. MouseStillDown Message
  16922. Messages mouseStillDown
  16923. MouseStillDown Message
  16924. MouseStillDown Message
  16925. Messages mouseUp
  16926. MouseUp Message
  16927. MouseUp Message
  16928.  mouseUp message
  16929. MouseUp Message
  16930.  mouseV function
  16931. MouseV Function
  16932. Functions mouseV
  16933. MouseV Function
  16934. MouseV Function
  16935.  mouseWithin message
  16936. MouseWithin Message
  16937. Messages mouseWithin
  16938. MouseWithin Message
  16939. MouseWithin Message
  16940. MovieFile Property
  16941. Properties movieFile
  16942. MovieFile Property
  16943. Video movieFile property
  16944. MovieFile Property
  16945. MovieFile Property
  16946. MovieFile Property
  16947. Functions movieTypes
  16948. MovieTypes Function
  16949.  movieTypes function
  16950. MovieTypes Function
  16951. MovieTypes Function
  16952. MovieTypes Function
  16953. MovieTypes Function
  16954. MovieTypes Function
  16955. Properties multiFont
  16956. MultiFont Property
  16957.  multiFont property
  16958. MultiFont Property
  16959.  Text manipulation
  16960. MultiFont Property
  16961. MultiFont Property
  16962. Properties multiHilite
  16963. MultiHilite Property
  16964.  multiHilite property
  16965. MultiHilite Property
  16966. MultiHilite Property
  16967. MultiHilite Property
  16968.  multiply command
  16969. Multiply Command
  16970. Commands multiply
  16971. Multiply Command
  16972. Multiply Command
  16973.  name property
  16974. Name Property
  16975. Properties name
  16976. Name Property
  16977. Name Property
  16978. Name Property
  16979. Name Property
  16980.  abbreviated name
  16981. Name Property
  16982.  short name
  16983. Name Property
  16984.  long name
  16985. Name Property
  16986.  class name
  16987. Name Property
  16988.  name property
  16989. Name Property
  16990. Name Property
  16991. Name Property
  16992. Messages newBackground
  16993. NewBackground  Message
  16994. NewBackground  Message
  16995.  newBackground message
  16996. NewBackground  Message
  16997. Messages newCard
  16998. NewCard  Message
  16999. Creation newCard message
  17000. NewCard  Message
  17001.  newCard message
  17002. NewCard  Message
  17003. Messages newObject
  17004. NewObject Message
  17005. NewObject Message
  17006.  newObject message
  17007. NewObject Message
  17008. Messages newStack
  17009. NewStack  Message
  17010. NewStack  Message
  17011.  newStack message
  17012. NewStack  Message
  17013.  Repeat loops
  17014.  noEvents property
  17015. NoEvents Property
  17016. Properties noEvents
  17017. NoEvents Property
  17018. NoEvents Property
  17019. not operator
  17020. Not Operator
  17021. Operators not
  17022. Not Operator
  17023. Comparison operators not
  17024. Not Operator
  17025. Not Operator
  17026. Logical operators not
  17027. Not Operator
  17028.  number function
  17029. Number Function
  17030. Functions number
  17031. Number Function
  17032. Number Function
  17033. Number Function
  17034. Loops number function
  17035. Number Function
  17036. Properties number
  17037. Number Property
  17038.  number property
  17039. Number Property
  17040. Number Property
  17041. Number Property
  17042.  numToChar function
  17043. NumToChar Function
  17044. Functions numToChar
  17045. NumToChar Function
  17046. NumToChar Function
  17047.  offset function
  17048. Offset Function
  17049. Functions offset
  17050. Offset Function
  17051. on control statement
  17052. On Control Statement
  17053. Control statements on
  17054. On Control Statement
  17055. On Control Statement
  17056.  open file command
  17057. Open File Command
  17058. Commands open file
  17059. Open File Command
  17060. Open File Command
  17061.  open printing command
  17062. Open Printing Command
  17063. Commands open printing
  17064. Open Printing Command
  17065. Open Printing Command
  17066.  openBackground message
  17067. OpenBackground Message
  17068. Messages openBackground
  17069. OpenBackground Message
  17070.  openCard message
  17071. OpenCard Message
  17072. Messages openCard
  17073. OpenCard Message
  17074.  openCell message
  17075. OpenCell Message
  17076. Messages openCell
  17077. OpenCell Message
  17078. OpenCell Message
  17079.  openField message
  17080. OpenField Message
  17081. Messages openField
  17082. OpenField Message
  17083.  openStack message
  17084. OpenStack Message
  17085. Messages openStack
  17086. OpenStack Message
  17087.  optionKey function
  17088. OptionKey Function
  17089. Functions optionKey
  17090. OptionKey Function
  17091. OptionKey Function
  17092. Logical operators or
  17093. Or  Operator
  17094. or operator
  17095. Or  Operator
  17096. Operators or
  17097. Or  Operator
  17098. Comparison operators or
  17099. Or  Operator
  17100.  overLaid property
  17101. OverLaid  Property
  17102. OverLaid  Property
  17103. Properties overLaid
  17104. OverLaid  Property
  17105.  overLaid property
  17106. OverLaid  Property
  17107. Video overLaid property
  17108. OverLaid  Property
  17109. OverLaid  Property
  17110.  param function
  17111. Param Function
  17112. Functions param
  17113. Param Function
  17114. Param Function
  17115. Param Function
  17116.  paramCount function
  17117. ParamCount Function
  17118. Functions paramCount
  17119. ParamCount Function
  17120. ParamCount Function
  17121. ParamCount Function
  17122.  params function
  17123. Params Function
  17124. Functions params
  17125. Params Function
  17126. Params Function
  17127. Params Function
  17128. Pass Control Statement
  17129.  pass command
  17130. Pass Control Statement
  17131. Messages passing
  17132. Pass Control Statement
  17133. Paste  Command
  17134.  paste command
  17135. Paste  Command
  17136. Commands paste
  17137. Paste  Command
  17138. Paste  Command
  17139. Paste Card  Command
  17140.  paste card command
  17141. Paste Card  Command
  17142. Commands paste card
  17143. Paste Card  Command
  17144. Paste Card  Command
  17145.  pattern property
  17146. Pattern Property
  17147. Properties pattern
  17148. Pattern Property
  17149. Pattern Property
  17150. Commands pause
  17151. Pause  Command
  17152.  pause command
  17153. Pause  Command
  17154. Pause  Command
  17155. Animation pause command
  17156. Pause  Command
  17157. Pause  Command
  17158. Audio pause command
  17159. Pause  Command
  17160. Video pause command
  17161. Pause  Command
  17162.  pick command
  17163. Pick Command
  17164. Commands pick
  17165. Pick Command
  17166. Pick Command
  17167. Functions platform
  17168. Platform Function
  17169.  platform function
  17170. Platform Function
  17171. Commands play
  17172. Play Command
  17173.  play command
  17174. Play Command
  17175. Play Command
  17176. Play Command
  17177. Play Command
  17178. Animation play command
  17179. Play Command
  17180. Video play command
  17181. Play Command
  17182. Audio play command
  17183. Play Command
  17184. Commands play file
  17185. Play File Command
  17186.  play file command
  17187. Play File Command
  17188. Play File Command
  17189. Play File Command
  17190. Audio play file command
  17191. Play File Command
  17192.  nowait
  17193. Play File Command
  17194.  playCounter property
  17195. PlayCounter  Property
  17196. Properties playCounter
  17197. PlayCounter  Property
  17198. PlayCounter  Property
  17199. PlayCounter  Property
  17200. PlayCounter  Property
  17201. PlayCounter  Property
  17202. PlayCounter  Property
  17203. PlayCounter  Property
  17204.  playDirection property
  17205. PlayDirection  Property
  17206. Properties playDirection
  17207. PlayDirection  Property
  17208. PlayDirection  Property
  17209. PlayDirection  Property
  17210. PlayDirection  Property
  17211. PlayDirection  Property
  17212.  playDuration property
  17213. PlayDuration  Property
  17214. Properties playDuration
  17215. PlayDuration  Property
  17216. PlayDuration  Property
  17217. PlayDuration  Property
  17218. PlayDuration  Property
  17219. PlayDuration  Property
  17220. PlayDuration  Property
  17221. PlayDuration  Property
  17222.  playEffects property
  17223. PlayEffects  Property
  17224. Properties playEffects
  17225. PlayEffects  Property
  17226. PlayEffects  Property
  17227. PlayEffects  Property
  17228.  playForever property
  17229. PlayForever  Property
  17230. Properties playForever
  17231. PlayForever  Property
  17232. PlayForever  Property
  17233. PlayForever  Property
  17234. PlayForever  Property
  17235.  playForever property
  17236. PlayForever  Property
  17237. PlayForever  Property
  17238. PlayForever  Property
  17239. PlayForever  Property
  17240.  playList property
  17241. PlayList  Property
  17242. Properties playList
  17243. PlayList  Property
  17244. PlayList  Property
  17245. PlayList  Property
  17246.  playMode property
  17247. PlayMode  Property
  17248. Properties playMode
  17249. PlayMode  Property
  17250. PlayMode  Property
  17251. Video playMode property
  17252. PlayMode  Property
  17253.  playMuted property
  17254. PlayMuted  Property
  17255. Properties playMuted
  17256. PlayMuted  Property
  17257. PlayMuted  Property
  17258. PlayMuted  Property
  17259. Audio playMuted property
  17260. PlayMuted  Property
  17261. Video playMuted property
  17262. PlayMuted  Property
  17263.  playNumber property
  17264. PlayNumber  Property
  17265. Properties playNumber
  17266. PlayNumber  Property
  17267. PlayNumber  Property
  17268. PlayNumber  Property
  17269. PlayNumber  Property
  17270.  playNumber property
  17271. PlayNumber  Property
  17272. PlayNumber  Property
  17273. PlayNumber  Property
  17274. PlayNumber  Property
  17275.  playRate property
  17276. PlayRate  Property
  17277. Properties playRate
  17278. PlayRate  Property
  17279. PlayRate  Property
  17280. Video playRate property
  17281. PlayRate  Property
  17282. Messages playRepeated
  17283. PlayRepeated  Message
  17284.  playRepeated message
  17285. PlayRepeated  Message
  17286. PlayRepeated  Message
  17287. PlayRepeated  Message
  17288. PlayRepeated  Message
  17289. PlayRepeated  Message
  17290. PlayRepeated  Message
  17291. PlayRepeated  Message
  17292.  playStart property
  17293. PlayStart  Property
  17294. Properties playStart
  17295. PlayStart  Property
  17296. PlayStart  Property
  17297. PlayStart  Property
  17298. PlayStart  Property
  17299. PlayStart  Property
  17300. Audio playStart property
  17301. PlayStart  Property
  17302. Video playStart property
  17303. PlayStart  Property
  17304. Messages playStarted
  17305. PlayStarted  Message
  17306.  playStarted message
  17307. PlayStarted  Message
  17308. PlayStarted  Message
  17309. PlayStarted  Message
  17310. Messages playStopped
  17311. PlayStopped  Message
  17312.  playStopped message
  17313. PlayStopped  Message
  17314. PlayStopped  Message
  17315. PlayStopped  Message
  17316. PlayStopped  Message
  17317. PlayStopped  Message
  17318. PlayStopped  Message
  17319. PlayStopped  Message
  17320.  playStyle property
  17321. PlayStyle  Property
  17322. Properties playStyle
  17323. PlayStyle  Property
  17324. PlayStyle  Property
  17325. PlayStyle  Property
  17326. PlayStyle  Property
  17327.  playStyle property
  17328. PlayStyle  Property
  17329.  playStyle property
  17330. PlayStyle  Property
  17331.  playStyle property
  17332. PlayStyle  Property
  17333.  playStyle property
  17334. PlayStyle  Property
  17335.  playStyle property
  17336. PlayStyle  Property
  17337.  playStyle property
  17338. PlayStyle  Property
  17339. PlayStyle  Property
  17340. Audio playStyle property
  17341. PlayStyle  Property
  17342. Video playStyle property
  17343. PlayStyle  Property
  17344.  playVolume property
  17345. PlayVolume  Property
  17346. Properties playVolume
  17347. PlayVolume  Property
  17348. PlayVolume  Property
  17349. PlayVolume  Property
  17350. PlayVolume  Property
  17351. PlayVolume  Property
  17352.  polysides property
  17353. Polysides Property
  17354. Properties polysides
  17355. Polysides Property
  17356. Polysides Property
  17357.  pop card command
  17358. Pop Command
  17359. Commands pop card
  17360. Pop Command
  17361. Commands popup
  17362. Popup Command
  17363.  popup command
  17364. Popup Command
  17365. Popup Command
  17366. Commands popupMenu
  17367. PopupMenu Command
  17368.  popupMenu command
  17369. PopupMenu Command
  17370. PopupMenu Command
  17371. Commands prepare
  17372. Prepare  Command
  17373.  prepare command
  17374. Prepare  Command
  17375. Prepare  Command
  17376. Video prepare command
  17377. Prepare  Command
  17378.  print card command
  17379. Print Card Command
  17380. Commands print card
  17381. Print Card Command
  17382. Print Card Command
  17383. Properties properties
  17384. Properties Property
  17385.  properties property
  17386. Properties Property
  17387. Properties Property
  17388.  push command
  17389. Push Command
  17390. Commands push
  17391. Push Command
  17392.  put command
  17393. Put Command
  17394. Commands put
  17395. Put Command
  17396. Put Command
  17397. Quit  Command
  17398.  quit command
  17399. Quit  Command
  17400. Commands quit
  17401. Quit  Command
  17402. Quit  Command
  17403.  quit message
  17404. Quit Message
  17405. Messages quit
  17406. Quit Message
  17407.  random function
  17408. Random Function
  17409. Functions random
  17410. Random Function
  17411. Random Function
  17412. Random Function
  17413.  random function
  17414. Random Function
  17415. Random Function
  17416.  read from file command
  17417. Read From File Command
  17418. Commands read from file
  17419. Read From File Command
  17420. Read From File Command
  17421.  realize command
  17422. Realize Command
  17423. Commands realize
  17424. Realize Command
  17425. Palettes realize command
  17426. Realize Command
  17427.  rectangle property
  17428. Rectangle Property
  17429. Properties rectangle
  17430. Rectangle Property
  17431. Properties reference
  17432. Reference Property
  17433.  reference property
  17434. Reference Property
  17435. Reference Property
  17436. Commands release
  17437. Release  Command
  17438.  release command
  17439. Release  Command
  17440. Release  Command
  17441. Video release command
  17442. Release  Command
  17443.  release library command
  17444. Release Library Command
  17445. Commands release library
  17446. Release Library Command
  17447. Release Library Command
  17448.  releaseStack message
  17449. ReleaseStack Message
  17450. Messages releaseStack
  17451. ReleaseStack Message
  17452. ReleaseStack Message
  17453. Commands remove property
  17454. Remove Property Command
  17455.  remove property command
  17456. Remove Property Command
  17457. Remove Property Command
  17458.  repeat command
  17459. Repeat Control Statement
  17460. Commands repeat
  17461. Repeat Control Statement
  17462. Loops repeat command
  17463. Repeat Control Statement
  17464.  repeat forever command
  17465. Repeat Forever
  17466. Repeat Forever
  17467. Repeat Forever
  17468. Repeat Forever
  17469.  repeat forever command
  17470. Repeat Forever
  17471. Repeat Forever
  17472. Repeat Forever
  17473. Repeat Forever
  17474. Repeat Until
  17475. Repeat Until
  17476. Loops end repeat command
  17477. Repeat Until
  17478. Repeat Until
  17479. Repeat Until
  17480. Repeat Until
  17481. Loops end repeat command
  17482. Repeat Until
  17483. Repeat Until
  17484. Repeat While
  17485. Repeat While
  17486. Repeat While
  17487. Repeat While
  17488. Repeat While
  17489. Repeat While
  17490. Repeat While
  17491. Repeat While
  17492. Repeat While
  17493. Repeat While
  17494. Repeat With
  17495. Repeat With
  17496. Repeat With
  17497. Repeat With
  17498. Repeat With
  17499. Repeat With
  17500. Repeat With
  17501. Repeat With
  17502. Repeat With
  17503. Repeat With
  17504. Repeat With
  17505. Repeat With
  17506.  reset message command
  17507. Reset Message
  17508. Commands reset message
  17509. Reset Message
  17510. Reset Message
  17511.  reset paint command
  17512. Reset Paint
  17513. Commands reset paint
  17514. Reset Paint
  17515. Reset Paint
  17516.  result function
  17517. Result
  17518. Functions result
  17519. Result
  17520. Return Control Statement
  17521. Return Control Statement
  17522.  returnInField message
  17523. ReturnInField Message
  17524. Messages returnInField
  17525. ReturnInField Message
  17526. ReturnInField Message
  17527.  returnKey function
  17528. ReturnKey Message
  17529. Functions returnKey
  17530. ReturnKey Message
  17531. ReturnKey Message
  17532.  right property
  17533. Right Property
  17534. Properties right
  17535. Right Property
  17536.  rotation property
  17537. Rotation  Property
  17538. Properties rotation
  17539. Rotation  Property
  17540. Rotation  Property
  17541. Rotation  Property
  17542.  clockwise rotation
  17543. Rotation  Property
  17544. Rotation  Property
  17545.  round function
  17546. Round Function
  17547. Functions round
  17548. Round Function
  17549. Round Function
  17550. Row Tabular Chunk
  17551.  row chunk
  17552. Row Tabular Chunk
  17553. Chunk expressions row
  17554. Row Tabular Chunk
  17555. Properties rowDelim
  17556. RowDelim Property
  17557.  rowDelim property
  17558. RowDelim Property
  17559. RowDelim Property
  17560. RowDelim Property
  17561. Properties rowHeight
  17562. RowHeight Property
  17563.  rowHeight property
  17564. RowHeight Property
  17565. RowHeight Property
  17566. RowHeight Property
  17567. Properties rulerStyle
  17568. RulerStyle Property
  17569.  rulerStyle property
  17570. RulerStyle Property
  17571. RulerStyle Property
  17572.  save copy command
  17573. Commands save copy
  17574.  scaleToFit property
  17575. ScaleToFit Property
  17576. Properties scaleToFit
  17577. ScaleToFit Property
  17578. ScaleToFit Property
  17579.  scaling property
  17580. Scaling  Property
  17581. Properties scaling
  17582. Scaling  Property
  17583. Scaling  Property
  17584. Scaling  Property
  17585. Scaling  Property
  17586.  screenRect function
  17587. ScreenRect Function
  17588. Functions screenRect
  17589. ScreenRect Function
  17590. ScreenRect Function
  17591.  script property
  17592. Script Property
  17593. Properties script
  17594. Script Property
  17595.  scriptFont property
  17596. ScriptFont Property
  17597. Properties scriptFont
  17598. ScriptFont Property
  17599. ScriptFont Property
  17600.  scriptSize property
  17601. ScriptSize Property
  17602. Properties scriptSize
  17603. ScriptSize Property
  17604. ScriptSize Property
  17605.  scriptStyle property
  17606. ScriptStyle Property
  17607. Properties scriptStyle
  17608. ScriptStyle Property
  17609. ScriptStyle Property
  17610. Commands scroll
  17611. Scroll Command
  17612.  scroll command
  17613. Scroll Command
  17614. Animation scroll command
  17615. Scroll Command
  17616. Scroll Command
  17617. Scroll Command
  17618. Messages scroll
  17619. Scroll Message
  17620.  scroll message
  17621. Scroll Message
  17622. Scroll Message
  17623. Scroll Message
  17624. Properties scroll
  17625. Scroll Property
  17626.  scroll property
  17627. Scroll Property
  17628.  scrollBar property
  17629. ScrollBars Property
  17630. ScrollBars Property
  17631. ScrollBars Property
  17632. Properties scrollBar
  17633. ScrollBars Property
  17634. ScrollBars Property
  17635. ScrollBars Property
  17636. ScrollBars Property
  17637.  scrollFrame property
  17638. ScrollFrame Property
  17639. Properties scrollFrame
  17640. ScrollFrame Property
  17641. ScrollFrame Property
  17642. Properties scrolling
  17643. Scrolling Property
  17644.  scrolling property
  17645. Scrolling Property
  17646. Scrolling Property
  17647. Scrolling Property
  17648. Scrolling Property
  17649. Properties scrollLimit
  17650. ScrollLimit Property
  17651.  scrollLimit property
  17652. ScrollLimit Property
  17653. ScrollLimit Property
  17654. ScrollLimit Property
  17655.  scrollLine property
  17656. ScrollLine  Property
  17657. Properties scrollLine
  17658. ScrollLine  Property
  17659. ScrollLine  Property
  17660. ScrollLine  Property
  17661. ScrollPosition Property
  17662. ScrollPosition Property
  17663. ScrollPosition Property
  17664. ScrollPosition Property
  17665.  scrollPosition property
  17666. ScrollPosition Property
  17667.  seconds function
  17668. Seconds Function
  17669. Functions seconds
  17670. Seconds Function
  17671. Seconds Function
  17672. Seconds Function
  17673.  seek command
  17674. Seek  Command
  17675. Seek  Command
  17676. Seek  Command
  17677. Seek  Command
  17678. Commands seek
  17679. Seek  Command
  17680. Audio seek command
  17681. Seek  Command
  17682. Animation seek command
  17683. Seek  Command
  17684. Video seek command
  17685. Seek  Command
  17686.  select command
  17687. Select Command
  17688. Commands select
  17689. Select Command
  17690. Select Command
  17691. Selection select command
  17692. Select Command
  17693.  selectedChunk function
  17694. SelectedChunk Function
  17695. Functions selectedChunk
  17696. SelectedChunk Function
  17697. SelectedChunk Function
  17698. SelectedChunk Function
  17699.  selectedField function
  17700. SelectedField Function
  17701. Functions selectedField
  17702. SelectedField Function
  17703. SelectedField Function
  17704.  selectedLine function
  17705. SelectedLine Function
  17706. Functions selectedLine
  17707. SelectedLine Function
  17708. SelectedLine Function
  17709. SelectedLine Function
  17710. Functions selectedObject
  17711. SelectedObject Function
  17712.  SelectedObject function
  17713. SelectedObject Function
  17714. SelectedObject Function
  17715.  selectedText function
  17716. SelectedText Function
  17717. Functions selectedText
  17718. SelectedText Function
  17719. SelectedText Function
  17720.  selection function
  17721. Selection Function
  17722. Functions selection
  17723. Selection Function
  17724. Selection Function
  17725. Commands send
  17726. Send Farther Command
  17727.  send command
  17728. Send Farther Command
  17729. Send Farther Command
  17730.  set command
  17731. Set Command
  17732. Commands set
  17733. Set Command
  17734.  setRandomSeed command
  17735. SetRandomSeed  Command
  17736. Commands setRandomSeed
  17737. SetRandomSeed  Command
  17738. SetRandomSeed  Command
  17739.  setRandomSeed
  17740. SetRandomSeed  Command
  17741. Messages setUpMenus
  17742. SetUpMenus Message
  17743.  setUpMenus message
  17744. SetUpMenus Message
  17745. SetUpMenus Message
  17746.  sharedData property
  17747. SharedData  Property
  17748. Properties sharedData
  17749. SharedData  Property
  17750. SharedData  Property
  17751. SharedData  Property
  17752. SharedData  Property
  17753. SharedData  Property
  17754. SharedData  Property
  17755.  shiftKey function
  17756. ShiftKey Function
  17757. Functions shiftKey
  17758. ShiftKey Function
  17759. ShiftKey Function
  17760.  show command, objects
  17761. Show <object>  Command
  17762. Commands show, objects
  17763. Show <object>  Command
  17764. Show <object>  Command
  17765.  showLines property
  17766. ShowLines Property
  17767. Properties showLines
  17768. ShowLines Property
  17769.  showName property
  17770. ShowName  Property
  17771. Properties showName
  17772. ShowName  Property
  17773.  showPict property
  17774. ShowPict Property
  17775. Properties showPict
  17776. ShowPict Property
  17777. ShowPict Property
  17778.  sin function
  17779. Sin Function
  17780. Functions sin
  17781. Sin Function
  17782. Sin Function
  17783. Sin Function
  17784.  size function
  17785. Size Property
  17786. Functions size
  17787. Size Property
  17788.  sizeBox property
  17789. SizeBox Property
  17790. Properties sizeBox
  17791. SizeBox Property
  17792. SizeBox Property
  17793. Properties snapToGrid
  17794. SnapToGrid Property
  17795.  snapToGrid property
  17796. SnapToGrid Property
  17797. SnapToGrid Property
  17798. Commands sort
  17799. Sort Command
  17800.  sort command
  17801. Sort Command
  17802. Sort Command
  17803. Properties soundFile
  17804. SoundFile  Property
  17805. SoundFile  Property
  17806. SoundFile  Property
  17807. SoundFile  Property
  17808. Audio soundFile property
  17809. SoundFile  Property
  17810.  sqrt function
  17811. Sqrt Function
  17812. Functions Sqrt
  17813. Sqrt Function
  17814. Sqrt Function
  17815. Sqrt Function
  17816.  stackSpace function
  17817. StackSpace Function
  17818. Functions stackSpace
  17819. StackSpace Function
  17820. Commands start
  17821. Start Command
  17822.  start command
  17823. Start Command
  17824. Start Command
  17825. Properties startArrow
  17826. StartArrow Property
  17827.  startArrow property
  17828. StartArrow Property
  17829. StartArrow Property
  17830.  startPoint property
  17831. StartPoint  Property
  17832. Properties startPoint
  17833. StartPoint  Property
  17834. StartPoint  Property
  17835. StartPoint  Property
  17836.  startSize property
  17837. StartSize  Property
  17838. Properties startSize
  17839. StartSize  Property
  17840. StartSize  Property
  17841. StartSize  Property
  17842.  startUp message
  17843. StartUp Message
  17844. Messages startUp
  17845. StartUp Message
  17846. Commands stop
  17847. Stop  Command
  17848.  stop command
  17849. Stop  Command
  17850. Stop  Command
  17851. Stop  Command
  17852. Stop  Command
  17853. Animation stop command
  17854. Stop  Command
  17855. Stop  Command
  17856. Video stop command
  17857. Stop  Command
  17858. Audio stop command
  17859. Stop  Command
  17860.  style property
  17861. Style Property
  17862. Properties style
  17863. Style Property
  17864.  subtract command
  17865. Subtract Command
  17866. Commands subtract
  17867. Subtract Command
  17868. Subtract Command
  17869.  systemColors function
  17870. SystemColors Function
  17871. Functions systemColors
  17872. SystemColors Function
  17873. SystemColors Function
  17874.  systemVolume property
  17875. SystemVolume  Property
  17876. Properties systemVolume
  17877. SystemVolume  Property
  17878. SystemVolume  Property
  17879. SystemVolume  Property
  17880. Commands tabKey
  17881. TabKey Command
  17882.  tabKey command
  17883. TabKey Command
  17884. TabKey Command
  17885.  tabKey message
  17886. TabKey Message
  17887. Messages tabKey
  17888. TabKey Message
  17889. TabKey Message
  17890.  tan function
  17891. Tan Function
  17892. Functions tan
  17893. Tan Function
  17894. Tan Function
  17895. Tan Function
  17896. Target Special Container
  17897.  target container
  17898. Target Special Container
  17899. Target Special Container
  17900.  textAlign property
  17901. TextAlign Property
  17902. Properties textAlign
  17903. TextAlign Property
  17904. TextAlign Property
  17905.  textColor property
  17906. TextColor Property
  17907. Properties textColor
  17908. TextColor Property
  17909. TextColor Property
  17910. TextColor Property
  17911.  textFont property
  17912. TextFont Property
  17913. Properties textFont
  17914. TextFont Property
  17915. TextFont Property
  17916.  textHeight property
  17917. TextHeight Property
  17918. Properties textHeight
  17919. TextHeight Property
  17920. TextHeight Property
  17921.  textSize property
  17922. TextSize Property
  17923. Properties textSize
  17924. TextSize Property
  17925. TextSize Property
  17926.  textStyle property
  17927. TextStyle Property
  17928. Properties textStyle
  17929. TextStyle Property
  17930. TextStyle Property
  17931.  Special containers
  17932. This Special Container
  17933.  this container
  17934. This Special Container
  17935. This Special Container
  17936. Ordinals this
  17937. This Special Container
  17938.  ticks function
  17939. Ticks Function
  17940. Functions ticks
  17941. Ticks Function
  17942. Ticks Function
  17943. Time Function
  17944. Functions short time
  17945. Time Function
  17946. Functions time
  17947. Time Function
  17948. Functions long time
  17949. Time Function
  17950.  time function
  17951. Time Function
  17952.  long time function
  17953. Time Function
  17954.  short time function
  17955. Time Function
  17956. Time Function
  17957. Time Function
  17958. Time Function
  17959. Time Function
  17960. Time Function
  17961.  timerExpired message
  17962. TimerExpired Message
  17963. Messages timerExpired
  17964. TimerExpired Message
  17965.  titleBar property
  17966. TitleBar Property
  17967. Properties titleBar
  17968. TitleBar Property
  17969. TitleBar Property
  17970.  tool function
  17971. Tool Function
  17972. Functions tools
  17973. Tool Function
  17974. Tool Function
  17975.  top property
  17976. Top Property
  17977. Properties top
  17978. Top Property
  17979. Top Property
  17980. Sizing top property
  17981. Top Property
  17982.  topLeft property
  17983. TopLeft Property
  17984. Properties topLeft
  17985. TopLeft Property
  17986. TopLeft Property
  17987. Sizing topLeft property
  17988. TopLeft Property
  17989. Commands trace
  17990. Trace Command
  17991.  trace command
  17992. Trace Command
  17993. Trace Command
  17994. Commands transparentize
  17995. Transparentize Command
  17996.  transparentize command
  17997. Transparentize Command
  17998. Transparentize Command
  17999.  trunc function
  18000. Trunc Function
  18001. Functions trunc
  18002. Trunc Function
  18003. Trunc Function
  18004. Trunc Function
  18005.  type command
  18006. Type Command
  18007. Commands type
  18008. Type Command
  18009. Type Command
  18010. Palettes type command
  18011. Type Command
  18012. Uncheck MenuItem Command
  18013. Uncheck MenuItem Command
  18014. Uncheck MenuItem Command
  18015. Commands unhilite
  18016. Unhilite Command
  18017.  unhilite command
  18018. Unhilite Command
  18019. Unhilite Command
  18020.  unitRate property
  18021. UnitRate Property
  18022. Properties unitRate
  18023. UnitRate Property
  18024.  units property
  18025. Units Property
  18026. Properties units
  18027. Units Property
  18028.  unlock messages command
  18029. Unlock Messages Command
  18030. Commands unlock messages
  18031. Unlock Messages Command
  18032. Messages unlocking
  18033. Unlock Messages Command
  18034.  unlock screen command
  18035. Unlock Screen Command
  18036. Commands unlock screen
  18037. Unlock Screen Command
  18038. Unlock Screen Command
  18039. Commands untrace
  18040. Untrace Command
  18041.  untrace command
  18042. Untrace Command
  18043. Untrace Command
  18044.  useLegScaling property
  18045. UseLegScaling  Property
  18046. UseLegScaling  Property
  18047. Properties useLegScaling
  18048. UseLegScaling  Property
  18049.  useLegScaling property
  18050. UseLegScaling  Property
  18051. UseLegScaling  Property
  18052. UseLegScaling  Property
  18053.  useLegTiming property
  18054. UseLegTiming  Property
  18055. UseLegTiming  Property
  18056. Properties useLegTiming
  18057. UseLegTiming  Property
  18058.  useLegTiming property
  18059. UseLegTiming  Property
  18060. UseLegTiming  Property
  18061. UseLegTiming  Property
  18062.  value function
  18063. Value Function
  18064. Functions value
  18065. Value Function
  18066.  version function
  18067. Version Function
  18068. Functions version
  18069. Version Function
  18070.  long version function
  18071. Version Function
  18072. Functions long version
  18073. Version Function
  18074.  visible property
  18075. Visible Property
  18076. Properties visible
  18077. Visible Property
  18078. Visible Property
  18079. Functions visibleCols
  18080. VisibleCols Function
  18081.  visibleCols function
  18082. VisibleCols Function
  18083. VisibleCols Function
  18084. VisibleCols Function
  18085. Functions visibleRows
  18086. VisibleRows Function
  18087.  visibleRows function
  18088. VisibleRows Function
  18089. VisibleRows Function
  18090. VisibleRows Function
  18091.  visual effect command
  18092. Visual Effect  Command
  18093. Commands visual effect
  18094. Visual Effect  Command
  18095. Visual Effect  Command
  18096.  blinds visual effect
  18097. Visual Effect  Command
  18098.  dissolve visual effect
  18099. Visual Effect  Command
  18100.  iris visual effect
  18101. Visual Effect  Command
  18102.  zoom visual effect
  18103. Visual Effect  Command
  18104. Visual Effect  Command
  18105.  scroll visual effect
  18106. Visual Effect  Command
  18107.  wipe visual effect
  18108. Visual Effect  Command
  18109.  zip visual effect
  18110. Visual Effect  Command
  18111. Visual Effect  Command
  18112. Visual Effect  Command
  18113. Visual Effect  Command
  18114. Visual Effect  Command
  18115. Visual Effect  Command
  18116. Visual Effect  Command
  18117. visual effect values zip
  18118. Visual Effect  Command
  18119.  wait command
  18120. Wait Command
  18121. Commands wait
  18122. Wait Command
  18123. Wait Command
  18124.  wideMargins property
  18125. WideMargins Property
  18126. Properties wideMargins
  18127. WideMargins Property
  18128. WideMargins Property
  18129. WideMargins Property
  18130.  width property
  18131. Width Property
  18132. Properties width
  18133. Width Property
  18134. Sizing width property
  18135. Width Property
  18136.  windowColor property
  18137. WindowColor Property
  18138. Properties windowColor
  18139. WindowColor Property
  18140. WindowColor Property
  18141. WindowColor Property
  18142.  windowTitle property
  18143. WindowTitle Property
  18144. Properties windowTitle
  18145. WindowTitle Property
  18146. WindowTitle Property
  18147.  windowType property
  18148. WindowType Property
  18149. Properties windowType
  18150. WindowType Property
  18151. WindowType Property
  18152.  within operator
  18153. Within Operator
  18154. Operators within
  18155. Within Operator
  18156. Within Operator
  18157. Word Text Chunk
  18158.  word chunk
  18159. Word Text Chunk
  18160. Chunk expressions word
  18161. Word Text Chunk
  18162. Properties wordWrap
  18163. WordWrap Property
  18164.  wordWrap property
  18165. WordWrap Property
  18166. WordWrap Property
  18167. WordWrap Property
  18168. Write To File Command
  18169. Commands write to file
  18170. Write To File Command
  18171.  write to file command
  18172. Write To File Command
  18173. containersdata
  18174. It Special Container
  18175. Me Special Container
  18176. Message Box Special Container
  18177. Target Special Container
  18178. This Special ContainerTAIL
  18179. "INFO
  18180. control statementsdata
  18181. End Control Statement
  18182. Exit Control Statement
  18183. Exit Repeat Control Statement
  18184. Exit to Top Control Statement
  18185. Function Control Statement
  18186. Global Control Statement
  18187. If Control Statement
  18188. Next Repeat Control Statement
  18189. On Control Statement
  18190. Pass Control Statement
  18191. Repeat Control Statement
  18192. Repeat Forever
  18193. Repeat Until
  18194. Repeat While
  18195. Repeat With
  18196. Return Control StatementTAIL
  18197. *INFO
  18198. indexdata
  18199. MOCELL10
  18200. Operators & (text concatenation)
  18201.  Text concatenation operator
  18202.  & (text concatenation operator)
  18203.  && (text concatenation operator)
  18204. * (Multiplication) Operator
  18205. * (Multiplication) Operator
  18206. * (Multiplication) Operator
  18207. Scripting symbols line continuation character
  18208.  (Line Continuation Character) 
  18209.  -(line continuation character)
  18210.  (Line Continuation Character) 
  18211.  line continuation character
  18212.  (Line Continuation Character) 
  18213. Scripting symbols comment symbol
  18214. Calculations abs function
  18215. Animation acceleration property
  18216. Path manipulation acceleration property
  18217. Menu manipulation add menu command
  18218. Menu manipulation add menuItem command
  18219. Custom property manipulation add property command
  18220. Movie manipulation advance command
  18221. Movie manipulation slow motion
  18222. Path manipulation slow motion
  18223. Path manipulation anchorpoint property
  18224. Animation anchorpoint property
  18225. Path manipulation animate along command
  18226. Animation animate along command
  18227. decelerate modifier animate from command
  18228. accelerate modifier animate from command
  18229. natural modifier animate from command
  18230. Animation animate from command
  18231. Calculations annuity function
  18232. Dialog box creation answer command
  18233. Keystroke tracking arrowKey command
  18234. Keystroke tracking arrowKey message
  18235. Dialog box creation ask command
  18236. Dialog box creation ask file command
  18237. File manipulation ask file command
  18238. Dialog box creation ask password command
  18239. Protection ask password command
  18240. Calculations atan function
  18241. Formatting autoFormat property
  18242. Highlighting autoHilite property
  18243. Formatting autoResize property
  18244. Sizing autoResize property
  18245. Bitmap manipulation autoResize command
  18246. Movie manipulation autoResize command
  18247. Calculations average function
  18248. Graphics manipulation backColor property
  18249. Color manipulation backColor property
  18250. Movie manipulation backup command
  18251. Path manipulation backup command
  18252. Movie manipulation backward, playing movies
  18253. Path manipulation playing backward
  18254. Animation playing backward
  18255. Sound manipulation beep command
  18256. Sizing bkgndsize property
  18257. Message Box blindTyping property
  18258. playStyle property blocking
  18259. Sizing bottomRight command
  18260. Debugger commands breakPoint command
  18261. Object layer manipulation bring command
  18262. Graphics manipulation brush property
  18263. Cursor manipulation busyCursor property
  18264. Sound manipulation bufferSize property
  18265. Audio bufferSize property
  18266. Protection cantDelete property
  18267. Protection cantModify property
  18268. Tabular chunk expressions cell
  18269. Graphics manipulation centered property
  18270. Path manipulation centerPoint property
  18271. Animation centerPoint property
  18272. Properties centeredWindow
  18273. Display manipulation centeredWindow property
  18274. Text chunk expressions character
  18275. Chunk expressions character
  18276. Formatting charToNum function
  18277. Conversion charToNum function
  18278. ASCII values determining using charToNum
  18279. Menu manipulation check command
  18280. Graphics manipulation choose command
  18281. Object reference class name function
  18282. Editing Commands clear command
  18283. Menu Commands clear command
  18284. Mouse tracking click command
  18285. Mouse tracking clickH function
  18286. Mouse tracking clickLoc function
  18287. Mouse tracking clickV function
  18288. File manipulation close file command
  18289. Printing close printing command
  18290. DataSheet manipulation colDelim property
  18291. PickList manipulation colDelim property
  18292. DataSheet manipulation colNames property
  18293. PickList manipulation colNames property
  18294. Color manipulation colorDepth property
  18295. Protection colResize property
  18296. Sizing colResize property
  18297. Tabular chunk expressions column
  18298. DataSheet manipulation colWidth property
  18299. PickList manipulation colWidth property
  18300. Keystroke tracking commandKey function
  18301. Calculations compound function
  18302. Mathematical functions compound
  18303. Path manipulation contiguous property
  18304. Animation contiguous property
  18305.  controllerVisible property
  18306. ControllerVisible  Property
  18307. Properties controllerVisible
  18308. ControllerVisible  Property
  18309. Movie manipulation controllerVisible property
  18310. ControllerVisible  Property
  18311. Video controllerVisible property
  18312. ControllerVisible  Property
  18313. Path manipulation controlPoint property
  18314. Animation controlPoint property
  18315. Editing Commands copy command
  18316. Menu Commands copy command
  18317. Editing Commands copy card command
  18318. Menu Commands copy card command
  18319. Mathematical functions cos
  18320. Calculations cos function
  18321.  create background command
  18322. Create Background Command
  18323. Commands create background
  18324. Create Background Command
  18325. Menu Commands create background command
  18326. Create Background Command
  18327. Editing Commands create card command
  18328. Menu Commands create card command
  18329. Creation create menu command
  18330. Menu manipulation create menu command
  18331. Editing Commands create stack command
  18332. Menu Commands create stack command
  18333. Cursor manipulation cursor property
  18334. Path manipulation curveType property
  18335. Animation curveType property
  18336. Editing Commands cut command
  18337. Menu Commands cut command
  18338. DataSheet manipulation dataScroll property
  18339. PickList manipulation dataScroll property
  18340. date function abbreviated date
  18341.  abbreviated date function
  18342. Functions abbreviated date
  18343. Date manipulation date function
  18344. Date manipulation abbreviated date function
  18345. Date manipulation long date function
  18346. Date manipulation short date function
  18347. Highlighting dehilite command
  18348. Editing Commands delete card command
  18349. Deletion delete card command
  18350. Menu Commands delete card command
  18351. Deletion delete chunk command
  18352. Menu manipulation delete menu command
  18353. Deletion delete menu command
  18354. Deletion delete object command
  18355. Deletion delete row/col command
  18356.  deleteBackground message
  18357. Messages deleteBackground
  18358. Deletion deleteBackground message
  18359. Deletion deleteCard message
  18360. Deletion deleteObject message
  18361. Menu manipulation disable command
  18362. Commands disable menuItem
  18363.  disable menuItem command
  18364. Menu manipulation disable menuItem command
  18365. Disk space diskSpace function
  18366. Dialog box creation dismiss command
  18367. Calculations div operator
  18368. Calculations divide command
  18369. Menu manipulation doMenu message
  18370. Printing dontPrint property
  18371. Protection dontPrint property
  18372. Mouse tracking doubleClick message
  18373. Movie manipulation dropMessages property
  18374. Sound manipulation dropMessages property
  18375. Timer manipulation dropMessages property
  18376. Path manipulation dropMessages property
  18377. Audio dropMessages property
  18378. Video dropMessages property
  18379. Animation dropMessages property
  18380. Movie manipulation duration property
  18381. Animation duration property
  18382. Path manipulation duration property
  18383. Formatting edit script command
  18384. Menu manipulation enable command
  18385. DataSheet manipulation enable property
  18386. PickList manipulation enable property
  18387. Menu manipulation enable menuitem command
  18388. Handler control end control statement
  18389. Handler control end control statement
  18390. Loops end control statement
  18391. if control statement end control statement
  18392. Shape manipulation endArrow property
  18393. Animation endPoint property
  18394. Path manipulation endPoint property
  18395. Shape manipulation endPoints property
  18396. Animation endSize property
  18397. Path manipulation endSize property
  18398. Keystroke tracking enterInField message
  18399. Keystroke tracking enterKey message
  18400. Palettes entries property
  18401. Palettes entry chunk expression
  18402. Object reference existence
  18403. Menu item reference exists
  18404. Handler control exit control statement
  18405.  exit repeat control statement
  18406. Exit Repeat Control Statement
  18407. Control statements exit repeat
  18408. Exit Repeat Control Statement
  18409. Handler control exit repeat control statement
  18410. Exit Repeat Control Statement
  18411. Handler control exit to top control statement
  18412. Exit to Top Control Statement
  18413.  exit to top control statement
  18414. Exit to Top Control Statement
  18415. Control statements exit to top
  18416. Exit to Top Control Statement
  18417. Calculations exp function
  18418. Mathematical functions exp
  18419. Mathematical functions exp1
  18420. Calculations exp1 function
  18421. Mathematical functions exp2
  18422. Calculations exp2 function
  18423. Graphics manipulation filled command
  18424. Path manipulation flipInterval
  18425. Graphics manipulation foreColor property
  18426. Bitmap manipulation foreColor property
  18427. Color manipulation foreColor property
  18428. Shape manipulation foreColor property
  18429. Disk space freesize property
  18430. Large view fullScreen property
  18431. Display control fullScreen property
  18432. Control statements function
  18433. Function Control Statement
  18434.  function control statement
  18435. Function Control Statement
  18436. Handler control function control statement
  18437. Function Control Statement
  18438. Functions function handlers
  18439. Function Control Statement
  18440. Keystroke tracking functionKey message
  18441. Data manipulation get command
  18442.  global control statement
  18443. Control statements global
  18444. Variables global control statement
  18445. Properties global variables
  18446. Global Variables Property
  18447.  global variables property
  18448. Global Variables Property
  18449. Variables global variables property
  18450. Global Variables Property
  18451. Graphics manipulation gridSize property
  18452. Memory heapspace function
  18453.  hide command, screen elements
  18454. Hide {screen element}  Command
  18455. Commands hide, screen elements
  18456. Hide {screen element}  Command
  18457. Highlighting hilite command
  18458. Highlighting hilite property
  18459. Highlighting hiliteColor property
  18460. Color manipulation hiliteColor property
  18461. Shape manipulation hiliteColor property
  18462. PickList manipulation hilitedRows function
  18463. Highlighting hilitedRows function
  18464. Graphics manipulation icon property
  18465. Handler control if control statement
  18466. Graphics manipulation import command
  18467. Sound manipulation import command
  18468. PickList manipulation import command
  18469. DataSheet manipulation import command
  18470. DataSheet manipulation import command
  18471. Field manipulation import command
  18472. Text manipulation import command
  18473. Importing text import command
  18474. Graphics manipulation inkColor property
  18475. Color manipulation inkColor property
  18476. Bitmap manipulation inkEffects property
  18477. Color manipulation inkEffects property
  18478. Path manipulation insert leg command
  18479. Animation insert leg command
  18480. Data manipulation insert command
  18481. DataSheet manipulation insert command
  18482. PickList manipulation insert command
  18483. Comparison operators is in
  18484. Comparison operators is not
  18485. Comparison operators is within
  18486. Comparison operators is not within
  18487. Sound manipulation isPlaying property
  18488. Movie manipulation isPlaying property
  18489. Path manipulation isPlaying property
  18490. Animation isPlaying property
  18491. Text chunk expressions item
  18492. Keystroke tracking keyPressed message
  18493. Validation length function
  18494. Library stack manipulation library command
  18495. Library stack manipulation libraries function
  18496. Library stack manipulation libraryStack message
  18497. Text chunk expressions line
  18498. Graphics manipulation linePattern property
  18499. Graphics manipulation lineSize property
  18500. Shape manipulation lineSize property
  18501. Object reference list function
  18502. Mathematical functions LN
  18503. Mathematical functions LN1
  18504. Calculations ln1 function
  18505. Properties local variables
  18506.  local variables properties
  18507. Variables local variables property
  18508. Display control lock screen command
  18509. Display control lockScreen property
  18510. Field protection lockText property
  18511. DataSheet protection lockText property
  18512. Mathematical functions log2
  18513. Calculations log2 function
  18514. DataSheet manipulation matchedCols function
  18515. DataSheet manipulation matchedCols function
  18516. Mathematical functions max
  18517. Calculations max function
  18518. Groups member chunk expression
  18519. Menu manipulation menuItems property
  18520.  messageDropTime property
  18521. MessageDropTime  Property
  18522. Properties messageDropTime
  18523. MessageDropTime  Property
  18524. Movie manipulation messageDropTime property
  18525. MessageDropTime  Property
  18526. Timer manipulation messageDropTime property
  18527. MessageDropTime  Property
  18528. Sound manipulation messageDropTime property
  18529. MessageDropTime  Property
  18530. Path manipulation messageDropTime property
  18531. MessageDropTime  Property
  18532.  messageDropTime property
  18533. MessageDropTime  Property
  18534. Video messageDropTime property
  18535. MessageDropTime  Property
  18536. Audio messageDropTime property
  18537. MessageDropTime  Property
  18538. Animation messageDropTime property
  18539. MessageDropTime  Property
  18540. Movie manipulation messages property
  18541. Sound manipulation messages property
  18542. Path manipulation messages property
  18543. Timer manipulation messages property
  18544. Animation messages property
  18545. Milliseconds (Msecs) Function
  18546. Functions milliseconds or msecs
  18547. Milliseconds (Msecs) Function
  18548. Calculations milliseconds function
  18549. Milliseconds (Msecs) Function
  18550. Calculations min function
  18551. Mathematical functions min
  18552. Mathematical functions mod
  18553. Calculations mod function
  18554. Mouse tracking mouse function
  18555. Mouse tracking mouseClick function
  18556. Mouse tracking mouseDown message
  18557. Mouse tracking mouseEnter message
  18558. Mouse tracking mouseH function
  18559. Mouse tracking mouseLeave message
  18560. Mouse tracking mouseLoc function
  18561. Mouse tracking mouseStillDown message
  18562. Mouse tracking mouseUp message
  18563. Mouse tracking mouseV function
  18564. Mouse tracking mouseWithin message
  18565.  movieFile property, linking movie files
  18566. Movie manipulation movieFile property
  18567. Linking movies movieFile property
  18568.  QuickTime, supported movie format
  18569. Movies, supported formats movieTypes function
  18570. Video movieTypes function
  18571. Movie manipulation movieTypes function
  18572. Formatting multiFont property
  18573. Highlighting multiHilite property
  18574. PickList manipulation multiHilite property
  18575. Calculations multiply command
  18576. Object reference name property
  18577. DataSheet manipulation name property
  18578. PickList manipulation name property
  18579. name property the short name
  18580. name property the long name
  18581. Creation newBackground message
  18582. Creation newObject message
  18583. Creation newStack message
  18584.  next repeat control statement
  18585. Next Repeat Control Statement
  18586. Control statements next repeat
  18587. Next Repeat Control Statement
  18588. Handler control next repeat control statement
  18589. Next Repeat Control Statement
  18590. repeat command next repeat
  18591. Next Repeat Control Statement
  18592. Next Repeat Control Statement
  18593. Loops next repeat command
  18594. Next Repeat Control Statement
  18595. Shape manipulation noEvents property
  18596. Highlighting not operator
  18597. Object reference number function
  18598. Chunk expressions number function
  18599. Object reference number property
  18600. Object layer manipulation number property
  18601. ASCII values determining using numToChar
  18602. Handler control on control statement
  18603.  open document with application command
  18604. Open [<doc> with] <app> Commandtion> Command
  18605. Commands open document with application
  18606. Open [<doc> with] <app> Commandtion> Command
  18607. File manipulation open document with application command
  18608. Open [<doc> with] <app> Commandtion> Command
  18609. Opening Documents open document with application command
  18610. Open [<doc> with] <app> Commandtion> Command
  18611. Document Manipulation open document with application
  18612. Open [<doc> with] <app> Commandapplication> Command
  18613.  open document with application command
  18614. Open [<doc> with] <app> Command
  18615. Commands open document with application
  18616. Open [<doc> with] <app> Command
  18617. File manipulation open document with application command
  18618. Open [<doc> with] <app> Command
  18619. Opening Documents open document with application command
  18620. Open [<doc> with] <app> Command
  18621. Document Manipulation open document with application
  18622. Open [<doc> with] <app> Command
  18623. File manipulation open file command
  18624. Printing open printing command
  18625. DataSheet manipulation openCell message
  18626. Keystroke tracking optionKey function
  18627. playStyle property overLaid
  18628. Movie manipulation overLaid property
  18629. Mathematical functions param
  18630. Calculations param function
  18631. Mathematical functions paramCount
  18632. Calculations paramCount function
  18633. Calculations params function
  18634. Mathematical functions params
  18635. Control statements pass command
  18636. Editing Commands paste command
  18637. Menu Commands paste command
  18638. Editing Commands paste card command
  18639. Menu Commands paste card command
  18640. Graphics manipulation pattern property
  18641. Movie manipulation pause command
  18642. Path manipulation pause command
  18643. Dialog box creation pick command
  18644. Movie manipulation play command
  18645. Path manipulation play command
  18646. Sound manipulation play command
  18647. Sound manipulation play file command
  18648. blocking play file command option
  18649. Movie manipulation playCounter property
  18650. Path manipulation playCounter property
  18651. Sound manipulation playCounter property
  18652. Animation playCounter property
  18653. Video playCounter property
  18654. Audio playCounter property
  18655. Path manipulation playDirection property
  18656. Movie manipulation playDirection property
  18657. Animation playDirection property
  18658. Video playDirection property
  18659. Movie manipulation playDuration property
  18660. Sound manipulation playDuration property
  18661. Path manipulation playDuration property
  18662. Audio playDuration property
  18663. Video playDuration property
  18664. Animation playDuration property
  18665. Sound manipulation playEffects property
  18666. Audio playEffects property
  18667. Movie manipulation playForever property
  18668. Sound manipulation playForever property
  18669. Path manipulation playForever property
  18670. Animation playForever property
  18671. Video playForever property
  18672. Audio playForever property
  18673. Path manipulation playList property
  18674. Animation playList property
  18675. Movie manipulation playMode property
  18676. Movie manipulation playMuted property
  18677. Sound manipulation playMuted property
  18678. Sound manipulation playNumber property
  18679. Path manipulation playNumber property
  18680. Movie manipulation playNumber property
  18681. Animation playNumber property
  18682. Audio playNumber property
  18683. Video playNumber property
  18684. Movie manipulation playRate property
  18685. Movie manipulation playRepeated message
  18686. Path manipulation playRepeated message
  18687. Sound manipulation playRepeated message
  18688. Animation playRepeated message
  18689. Video playRepeated message
  18690. Audio playRepeated message
  18691. Movie manipulation playStart property
  18692. Path manipulation playStart property
  18693. Sound manipulation playStart property
  18694. Animation playStart property
  18695. Movie manipulation playStarted message
  18696. Video playStarted message
  18697. Movie manipulation playStopped message
  18698. Path manipulation playStopped message
  18699. Sound manipulation playStopped message
  18700. Audio playStopped message
  18701. Animation playStopped message
  18702. Video playStopped message
  18703. Path manipulation playStyle property
  18704. Sound manipulation playStyle property
  18705. Movie manipulation playStyle property
  18706. Animation playStyle property
  18707. Movie manipulation playVolume property
  18708. Sound manipulation playVolume property
  18709. Video playVolume property
  18710. Audio playVolume property
  18711. Graphics manipulation polySides property
  18712. Dialog box creation popup command
  18713. Menu manipulation popupMenu command
  18714. Movie manipulation prepare command
  18715. Printing print card command
  18716. Custom property manipulation properties property
  18717. Data manipulation put command
  18718. Editing Commands quit command
  18719. Menu Commands quit command
  18720. Mathematical functions random
  18721. Calculations random function
  18722. upperlimit option random function
  18723. File manipulation read from file command
  18724. Object reference reference property
  18725. Movie manipulation release command
  18726. Library stack manipulation release library command
  18727. Library stack manipulation releaseStack message
  18728. Custom property manipulation remove property command
  18729. Loops repeat forever command
  18730. Loops repeat forever command
  18731. repeat command repeat forever
  18732. Loops repeat forever command
  18733. Loops repeat forever command
  18734. repeat command repeat forever
  18735. Loops repeat until command
  18736. repeat command repeat until
  18737. repeat command end repeat
  18738. Loops repeat until command
  18739. repeat command repeat until
  18740. repeat command end repeat
  18741. repeat command repeat while
  18742. Loops repeat while command
  18743. repeat command repeat while
  18744. Loops repeat while command
  18745. repeat command repeat while
  18746. repeat command repeat while
  18747. Loops repeat while command
  18748. repeat command repeat while
  18749. Loops repeat while command
  18750. repeat command repeat while
  18751. repeat command repeat with
  18752. Loops repeat with command
  18753. repeat command repeat with
  18754. Loops repeat with command
  18755. repeat command repeat with
  18756. repeat command repeat with
  18757. Loops repeat with command
  18758. repeat command repeat with
  18759. Loops repeat with command
  18760. repeat command repeat with
  18761. Loops decremental repeating
  18762. Loops incremental repeating
  18763. Message Box reset message command
  18764. Graphics manipulation reset paint command
  18765. Control statements return
  18766.  return control statement
  18767. Keystroke tracking returnInField
  18768. Keystroke tracking returnKey message
  18769.  reverseOnReplay property
  18770. ReverseOnReplay  Property
  18771.  reverseOnReplay property
  18772. ReverseOnReplay  Property
  18773. Properties reverseOnReplay
  18774. ReverseOnReplay  Property
  18775. Movie manipulation reverseOnReplay property
  18776. ReverseOnReplay  Property
  18777. Path manipulation reverseOnReplay property
  18778. ReverseOnReplay  Property
  18779. Video reverseOnReplay property
  18780. ReverseOnReplay  Property
  18781. Animation reverseOnReplay property
  18782. ReverseOnReplay  Property
  18783. Path manipulation rotation property
  18784. Animation rotation property
  18785.  counterclockwise rotation
  18786. Calculations round function
  18787. Tabular chunk expressions row
  18788. DataSheet manipulation rowDelim property
  18789. PickList manipulation rowDelim property
  18790. DataSheet manipulation rowHeight property
  18791. PickList manipulation rowHeight property
  18792. Graphics manipulation rulerStyle property
  18793. Save [a] Copy as <filename>  Command
  18794. Save [a] Copy as <filename>  Command
  18795. Bitmap manipulation scaleToFit property
  18796. Animation scaling property
  18797. Path manipulation scaling property
  18798. Path manipulation scaling property
  18799. Display control screenRect function
  18800. Formatting scriptFont property
  18801. Formatting scriptSize property
  18802. Formatting scriptStyle property
  18803. DataSheet manipulation scroll command
  18804. PickList manipulation scroll command
  18805. DataSheet manipulation scroll message
  18806. PickList manipulation scroll message
  18807. Properties horizontal scrollBar
  18808. Properties vertical scrollBar
  18809. Display control scrollBar property
  18810.  horizontal scrollBar property
  18811.  vertical scrollBar property
  18812. Display control scrollFrame property
  18813. DataSheet manipulation scrolling property
  18814. Field manipulation scrolling property
  18815. PickList manipulation scrolling property
  18816. DataSheet manipulation scrollLimit property
  18817. PickList manipulation scrollLimit property
  18818. DataSheet manipulation scrollLine property
  18819. PickList manipulation scrollLine property
  18820. Field manipulation scrollPosition property
  18821. PickList manipulation scrollPosition property
  18822. DataSheet manipulation scrollPosition property
  18823. Properties scrollPosition
  18824. Time manipulation seconds
  18825. Date manipulation seconds function
  18826. Sound manipulation seek command
  18827. Movie manipulation seek command
  18828. Path manipulation seek command
  18829. Chunk expressions select command
  18830. Selection selectedChunk function
  18831. Chunk expressions selectedChunk function
  18832. Selection selectedField function
  18833. Selection selectedLine function
  18834. Chunk expressions selectedLine function
  18835. Selection selectedObject function
  18836. Selection selectedText function
  18837. Selection selection function
  18838. Object layer manipulation send command
  18839. Calculations setRandomSeed command
  18840. Menu manipulation setUpMenus message
  18841. Bitmap manipulation sharedData property
  18842. Field manipulation sharedData property
  18843. DataSheet manipulation sharedData property
  18844. PickList manipulation sharedData property
  18845. Background objects sharedData property
  18846. Keystroke tracking shiftKey function
  18847. Graphics manipulation show command, objects
  18848.  show command, screen elements
  18849. Show {screen elements}  Command
  18850. Commands show, screen elements
  18851. Show {screen elements}  Command
  18852. Graphics manipulation show command, screen elements
  18853. Show {screen elements}  Command
  18854. Graphics manipulation showPict property
  18855. Mathematical functions sin
  18856. Calculations sin function
  18857. Display control sizeBox property
  18858. Graphics manipulation snapToGrid property
  18859. DataSheet manipulation sort command
  18860.  soundFile property, linking sound files
  18861. Sound manipulation soundFile property
  18862. Linking sounds soundFile property
  18863. Mathematical functions sqrt
  18864. Calculations sqrt function
  18865. Timer manipulation start command
  18866. Shape manipulation startArrow property
  18867. Animation startPoint property
  18868. Path manipulation startPoint property
  18869. Animation startSize property
  18870. Path manipulation startSize property
  18871. Timer manipulation stop command
  18872. Movie manipulation stop command
  18873. Path manipulation stop command
  18874. Sound manipulation stop command
  18875. Calculations subtract command
  18876. Display control systemColors function
  18877. Audio systemVolume property
  18878. Sound manipulation systemVolume property
  18879. Keystroke tracking tabKey command
  18880. Keystroke tracking tabKey message
  18881. Calculations tan function
  18882. Mathematical functions tan
  18883. Containers target container
  18884. Object reference target container
  18885. Formatting textAlign property
  18886. Formatting textColor property
  18887. Color manipulation textColor property
  18888. Formatting textFont property
  18889. Formatting textHeight property
  18890. Formatting textSize property
  18891. Formatting textStyle property
  18892. Containers this container
  18893. Time manipulation ticks function
  18894. Functions abbreviated time
  18895.  abbreviated time function
  18896. Time manipulation time function
  18897. Time manipulation short time function
  18898. Time manipulation long time function
  18899. Time manipulation abbreviated time function
  18900. Display control titleBar property
  18901. Graphics manipulation tool function
  18902. Display control top property
  18903. Display control topLeft property
  18904. Debugger commands trace command
  18905. Painting commands transparentize command
  18906. Calculations trunc function
  18907. Mathematical functions trunc
  18908. Keystroke tracking type command
  18909. Menu manipulation uncheck menuItem command
  18910. Commands uncheck menuItem
  18911.  uncheck menuItem command
  18912. Highlighting unhilite command
  18913. Display control unlock screen command
  18914. Debugger commands untrace command
  18915. playStyle property useLegScaling
  18916. Animation useLegScaling property
  18917. Path manipulation useLegScaling property
  18918. playStyle property useLegTiming
  18919. Animation useLegTiming property
  18920. Path manipulation useLegTiming property
  18921. Graphics manipulation visible property
  18922. PickList manipulation visibleCols function
  18923. DataSheet manipulation visibleCols function
  18924. DataSheet manipulation visibleRows function
  18925. PickList manipulation visibleRows function
  18926. Navigation visual effect command
  18927.  pixelDissolve visual effect
  18928. visual effect values blinds
  18929. visual effect values dissolve
  18930. visual effect values iris
  18931. visual effect values pixelDissolve
  18932. visual effect values scroll
  18933. visual effect values wipe
  18934. Time manipulation wait command
  18935. DataSheet manipulation wideMargins property
  18936. PickList manipulation wideMargins property
  18937. Display control windowColor property
  18938. Color Manipulation windowColor
  18939. Display control windowTitle property
  18940. Display control windowType property
  18941. Comparison operators within
  18942. Text chunk expressions word
  18943. DataSheet manipulation wordWrap property
  18944. PickList manipulation wordWrap property
  18945. File manipulation write to file command
  18946. & Operator
  18947. & Operator
  18948. & Operator
  18949. Concatenation symbol &
  18950. & Operator
  18951. & Operator
  18952. Concatenation symbol &&
  18953. & Operator
  18954.  * (multiply)
  18955. Operators * (multiply)
  18956. Operators * (multiply)
  18957.  + (plus sign)
  18958. + (Plus) Operator
  18959. Operators + (plus)
  18960. + (Plus) Operator
  18961.  - (minus)
  18962. - (Minus) Operator
  18963. Operators - (minus)
  18964. - (Minus) Operator
  18965. Operators - (subtract)
  18966. - (Minus) Operator
  18967.  / (divide)
  18968. / (Division) Operator
  18969. Operators / (divide)
  18970. / (Division) Operator
  18971. -- (Comment Symbol) 
  18972.  Comment symbol
  18973. -- (Comment Symbol) 
  18974.  -- (comment symbol)
  18975. -- (Comment Symbol) 
  18976.  abs function
  18977. Abs Function
  18978. Functions abs
  18979. Abs Function
  18980. Abs Function
  18981. Properties acceleration
  18982. Acceleration Property
  18983.  acceleration property
  18984. Acceleration Property
  18985. Acceleration Property
  18986. Acceleration Property
  18987.  Path manipulation
  18988. Acceleration Property
  18989.  add command
  18990. Add Command
  18991. Commands add
  18992. Add Command
  18993. Calculations add command
  18994. Add Command
  18995. Commands add menu
  18996. Add Menu Command
  18997.  add menu command
  18998. Add Menu Command
  18999. Add Menu Command
  19000. Commands add MenuItem
  19001. Add MenuItem Command
  19002.  add menuItem command
  19003. Add MenuItem Command
  19004. Add MenuItem Command
  19005. Commands add property
  19006. Add Property Command
  19007.  add property command
  19008. Add Property Command
  19009. Add Property Command
  19010. Commands advance
  19011. Advance Command
  19012.  advance command
  19013. Advance Command
  19014. Advance Command
  19015. Advance Command
  19016. Advance Command
  19017. Video advance command
  19018. Advance Command
  19019.  Video
  19020. Advance Command
  19021.  Animation
  19022. Advance Command
  19023. Properties anchorPoint
  19024. AnchorPoint Property
  19025.  anchorPoint property
  19026. AnchorPoint Property
  19027. AnchorPoint Property
  19028. AnchorPoint Property
  19029. Operators and
  19030. And Operator
  19031.  and operator
  19032. And Operator
  19033. Text operators and
  19034. And Operator
  19035. Logical operators and
  19036. And Operator
  19037. Comparison operators and
  19038. And Operator
  19039.  animate along command
  19040. Animate Along  Command
  19041. Commands animate along
  19042. Animate Along  Command
  19043. Animate Along  Command
  19044. Animate Along  Command
  19045.  animate from command
  19046. Animate From Command
  19047. Commands animate from
  19048. Animate From Command
  19049. Animate From Command
  19050. Animate From Command
  19051. Animate From Command
  19052. Animate From Command
  19053.  annuity function
  19054. Annuity Function
  19055. Functions annuity
  19056. Annuity Function
  19057. Annuity Function
  19058.  answer command
  19059. Answer Command
  19060. Commands answer
  19061. Answer Command
  19062. Answer Command
  19063. ArrowKey Command
  19064. Commands arrowKey
  19065. ArrowKey Command
  19066.  arrowKey command
  19067. ArrowKey Command
  19068.  arrowKey message
  19069. ArrowKey Message
  19070. Messages arrowKey
  19071. ArrowKey Message
  19072. ArrowKey Message
  19073.  ask command
  19074. Ask Command
  19075. Commands ask
  19076. Ask Command
  19077. Ask Command
  19078. Ask File Command
  19079. Ask File Command
  19080. Commands ask file
  19081. Ask File Command
  19082.  ask file command
  19083. Ask File Command
  19084. Saving ask file command
  19085. Ask File Command
  19086.  ask password command
  19087. Ask Password Command
  19088. Ask Password Command
  19089. Ask Password Command
  19090. Commands ask password
  19091. Ask Password Command
  19092.  atan function
  19093. Atan Function
  19094. Functions atan
  19095. Atan Function
  19096. Atan Function
  19097. Properties autoFormat
  19098. AutoFormat Property
  19099.  autoFormat property
  19100. AutoFormat Property
  19101. AutoFormat Property
  19102.  autoHilite property
  19103. AutoHilite Property
  19104. Properties autoHilite
  19105. AutoHilite Property
  19106. AutoHilite Property
  19107. Properties autoResize
  19108. AutoResize Property
  19109.  autoResize property
  19110. AutoResize Property
  19111. AutoResize Property
  19112. AutoResize Property
  19113. AutoResize Property
  19114. AutoResize Property
  19115. Video autoResize command
  19116. AutoResize Property
  19117.  autoSave property
  19118. AutoSave Property
  19119. Properties autoSave
  19120. AutoSave Property
  19121. Saving autoSave property
  19122. AutoSave Property
  19123.  autoTab property
  19124. AutoTab Property
  19125. Properties autoTab
  19126. AutoTab Property
  19127.  average function
  19128. Average Function
  19129. Functions average
  19130. Average Function
  19131. Average Function
  19132.  backColor property
  19133. BackColor  Property
  19134. BackColor  Property
  19135. BackColor  Property
  19136. Properties backColor
  19137. BackColor  Property
  19138.  backup command
  19139. Backup  Command
  19140. Commands backup
  19141. Backup  Command
  19142. Backup  Command
  19143. Backup  Command
  19144. Backup  Command
  19145. Backup  Command
  19146. Backup  Command
  19147. Video playing backward
  19148. Backup  Command
  19149. Animation backup command
  19150. Backup  Command
  19151. Video backup command
  19152. Backup  Command
  19153.  beep command
  19154. Beep Command
  19155. Commands beep
  19156. Beep Command
  19157. Beep Command
  19158.  bkgndSize property
  19159. BkgndSize Property
  19160. Properties bkgndsize
  19161. BkgndSize Property
  19162. BkgndSize Property
  19163.  blindTyping property
  19164. BlindTyping Property
  19165. Properties blindTyping
  19166. BlindTyping Property
  19167. BlindTyping Property
  19168.  blocking property
  19169. Blocking  Property
  19170. Blocking  Property
  19171. Properties blocking
  19172. Blocking  Property
  19173.  blocking property
  19174. Blocking  Property
  19175. Video blocking
  19176. Blocking  Property
  19177. Audio blocking
  19178. Blocking  Property
  19179. Animation blocking
  19180. Blocking  Property
  19181.  Audio
  19182. Blocking  Property
  19183.  bottom property
  19184. Bottom Property
  19185. Properties bottom
  19186. Bottom Property
  19187. Sizing bottom property
  19188. Bottom Property
  19189.  bottomRight property
  19190. BottomRight Property
  19191. BottomRight Property
  19192. Properties bottomRight
  19193. BottomRight Property
  19194. Commands breakpoint
  19195. Breakpoint Command
  19196.  breakpoint command
  19197. Breakpoint Command
  19198. Breakpoint Command
  19199. Commands bring
  19200. Bring Closer Command
  19201.  bring command
  19202. Bring Closer Command
  19203. Bring Closer Command
  19204.  brush property
  19205. Brush Property
  19206. Properties brush
  19207. Brush Property
  19208. Brush Property
  19209.  busyCursor property
  19210. BusyCursor Property
  19211. Properties busyCursor
  19212. BusyCursor Property
  19213. BusyCursor Property
  19214.  bufferSize property
  19215. BufferSize  Property
  19216. Properties bufferSize
  19217. BufferSize  Property
  19218. BufferSize  Property
  19219. BufferSize  Property
  19220.  cantDelete property
  19221. CantDelete Property
  19222. Properties cantDelete
  19223. CantDelete Property
  19224. CantDelete Property
  19225.  cantModify property
  19226. CantModify Property
  19227. Properties cantModify
  19228. CantModify Property
  19229. CantModify Property
  19230.  cantUnderstand message
  19231. CantUnderstand Message
  19232. Messages cantUnderstand
  19233. CantUnderstand Message
  19234.  cell chunk
  19235. Cell Tabular Chunk
  19236. Cell Tabular Chunk
  19237. Chunk expressions cell
  19238. Cell Tabular Chunk
  19239.  centered property
  19240. Centered Property
  19241. Properties centered
  19242. Centered Property
  19243. Centered Property
  19244.  centerPoint property
  19245. CenterPoint  Property
  19246. Properties centerPoint
  19247. CenterPoint  Property
  19248. CenterPoint  Property
  19249. CenterPoint  Property
  19250.  centeredWindow property
  19251. CenteredWindow Property
  19252. CenteredWindow Property
  19253. CenteredWindow Property
  19254.  character chunk
  19255. Character Text Chunk
  19256. Character Text Chunk
  19257. Character Text Chunk
  19258.  charToNum function
  19259. CharToNum Function
  19260. Functions charToNum
  19261. CharToNum Function
  19262. CharToNum Function
  19263. CharToNum Function
  19264. CharToNum Function
  19265. Commands check
  19266. Check MenuItem Command
  19267.  check command
  19268. Check MenuItem Command
  19269. Check MenuItem Command
  19270.  choose command
  19271. Choose Command
  19272. Commands choose
  19273. Choose Command
  19274. Choose Command
  19275. Properties class name
  19276. Class Name Property
  19277.  class name property
  19278. Class Name Property
  19279. Class Name Property
  19280. Clear  Command
  19281.  clear command
  19282. Clear  Command
  19283. Commands clear
  19284. Clear  Command
  19285. Clear  Command
  19286.  click command
  19287. Click At Command
  19288. Commands click
  19289. Click At Command
  19290. Click At Command
  19291.  clickH function
  19292. ClickH Function
  19293. Functions clickH
  19294. ClickH Function
  19295. ClickH Function
  19296.  clickLoc function
  19297. ClickLoc Function
  19298. Functions clickLoc
  19299. ClickLoc Function
  19300. ClickLoc Function
  19301.  clickV function
  19302. ClickV Function
  19303. Functions clickV
  19304. ClickV Function
  19305. ClickV Function
  19306.  closeBackground message
  19307. CloseBackground Message
  19308. Messages closeBackground
  19309. CloseBackground Message
  19310.  closeCard message
  19311. CloseCard Message
  19312. Messages closeCard
  19313. CloseCard Message
  19314. Messages closeCell
  19315. CloseCell Message
  19316.  closeCell message
  19317. CloseCell Message
  19318.  closeField message
  19319. CloseField Message
  19320. Messages closeField
  19321. CloseField Message
  19322.  close file command
  19323. Close File Command
  19324. Commands close file
  19325. Close File Command
  19326. Close File Command
  19327.  close printing command
  19328. Close Printing Command
  19329. Commands close printing
  19330. Close Printing Command
  19331. Close Printing Command
  19332.  closeStack message
  19333. CloseStack Message
  19334. Messages closeStack
  19335. CloseStack Message
  19336. Properties colDelim
  19337. ColDelim Property
  19338.  colDelim property
  19339. ColDelim Property
  19340. ColDelim Property
  19341. ColDelim Property
  19342. Properties colNames
  19343. ColNames Property
  19344.  colNames property
  19345. ColNames Property
  19346. ColNames Property
  19347. ColNames Property
  19348.  Resetting column labels
  19349. ColNames Property
  19350.  colorDepth property
  19351. ColorDepth Property
  19352. Properties colorDepth
  19353. ColorDepth Property
  19354. ColorDepth Property
  19355. Properties colResize
  19356. ColResize Property
  19357.  colResize property
  19358. ColResize Property
  19359. ColResize Property
  19360. ColResize Property
  19361.  column chunk
  19362. Column Tabular Chunk
  19363. Column Tabular Chunk
  19364. Chunk expressions column
  19365. Column Tabular Chunk
  19366. Properties colWidth
  19367. ColWidth Property
  19368.  colWidth property
  19369. ColWidth Property
  19370. ColWidth Property
  19371. ColWidth Property
  19372.  commandKey function
  19373. CommandKey Function
  19374. Functions commandKey
  19375. CommandKey Function
  19376. CommandKey Function
  19377.  commandKey function
  19378. CommandKey Function
  19379. Functions commandKey
  19380. CommandKey Function
  19381. Commands compact stack
  19382. Compact Stack Command
  19383.  compact stack command
  19384. Compact Stack Command
  19385.  compound function
  19386. Compound Function
  19387. Functions compound
  19388. Compound Function
  19389. Compound Function
  19390. Compound Function
  19391.  contains operator
  19392. Contains Operator
  19393. Operators contains
  19394. Contains Operator
  19395.  contiguous property
  19396. Contiguous  Property
  19397. Properties contiguous
  19398. Contiguous  Property
  19399. Contiguous  Property
  19400. Contiguous  Property
  19401.  controlPoint property
  19402. ControlPoint  Property
  19403. Properties controlPoint
  19404. ControlPoint  Property
  19405. ControlPoint  Property
  19406. ControlPoint  Property
  19407. Copy  Command
  19408.  copy command
  19409. Copy  Command
  19410. Commands copy
  19411. Copy  Command
  19412. Copy  Command
  19413. Copy Card  Command
  19414.  copy card command
  19415. Copy Card  Command
  19416. Commands copy card
  19417. Copy Card  Command
  19418. Copy Card  Command
  19419.  cos function
  19420. Cos Function
  19421. Functions cos
  19422. Cos Function
  19423. Cos Function
  19424. Cos Function
  19425. Commands create
  19426. Create Command
  19427.  create command
  19428. Create Command
  19429. Creation create command
  19430. Create Command
  19431. Create Card Command
  19432.  create card command
  19433. Create Card Command
  19434. Commands create card
  19435. Create Card Command
  19436. Create Card Command
  19437. Commands create menu
  19438. Create Menu Command
  19439.  create menu command
  19440. Create Menu Command
  19441. Create Menu Command
  19442. Create Menu Command
  19443. Create Stack Command
  19444.  create stack command
  19445. Create Stack Command
  19446. Commands create stack
  19447. Create Stack Command
  19448. Create Stack Command
  19449.  cursor property
  19450. Cursor Property
  19451. Properties cursor
  19452. Cursor Property
  19453. Cursor Property
  19454.  curveType property
  19455. CurveType  Property
  19456. Properties curveType
  19457. CurveType  Property
  19458. CurveType  Property
  19459. CurveType  Property
  19460.  bezier curveType
  19461. CurveType  Property
  19462.  circular curveType
  19463. CurveType  Property
  19464.  straight curveType
  19465. CurveType  Property
  19466. Cut Command
  19467.  cut command
  19468. Cut Command
  19469. Commands cut
  19470. Cut Command
  19471. Cut Command
  19472. Properties dataScroll
  19473. DataScroll Property
  19474.  dataScroll property
  19475. DataScroll Property
  19476. DataScroll Property
  19477. DataScroll Property
  19478.  date function
  19479. Date Function
  19480. Functions date
  19481. Date Function
  19482. Date Function
  19483. date function long date
  19484. Date Function
  19485. date function short date
  19486. Date Function
  19487.  short date function
  19488. Date Function
  19489.  long date function
  19490. Date Function
  19491. Date Function
  19492. Date Function
  19493. Functions short date
  19494. Date Function
  19495. Functions long date
  19496. Date Function
  19497. Date Function
  19498. Date Function
  19499. Date Function
  19500. Date Function
  19501. Commands dehilite
  19502. Dehilite Command
  19503.  dehilite command
  19504. Dehilite Command
  19505. Dehilite Command
  19506. Delete Card  Command
  19507. Delete Card  Command
  19508.  delete card command
  19509. Delete Card  Command
  19510. Commands delete card
  19511. Delete Card  Command
  19512. Delete Card  Command
  19513.  noprompt option
  19514. Delete Card  Command
  19515. Commands delete chunk
  19516. Delete <chunk>  Command
  19517.  delete chunk command
  19518. Delete <chunk>  Command
  19519. Delete <chunk>  Command
  19520. Delete Menu Command
  19521. Commands delete menu
  19522. Delete Menu Command
  19523.  delete menu command
  19524. Delete Menu Command
  19525. Delete Menu Command
  19526. Commands delete object
  19527. Delete <object> Command
  19528.  delete object command
  19529. Delete <object> Command
  19530. Delete <object> Command
  19531. Commands delete row/col
  19532. Delete {row/col} Command
  19533.  delete row/col command
  19534. Delete {row/col} Command
  19535. Delete {row/col} Command
  19536. DeleteBackground Message
  19537. DeleteBackground Message
  19538. DeleteBackground Message
  19539.  deleteCard message
  19540. DeleteCard Message
  19541. Messages deleteCard
  19542. DeleteCard Message
  19543. DeleteCard Message
  19544.  deleteObject message
  19545. DeleteObject Message
  19546. Messages deleteObject
  19547. DeleteObject Message
  19548. DeleteObject Message
  19549. Commands disable
  19550. Disable Command
  19551.  disable command
  19552. Disable Command
  19553. Disable Command
  19554. Disable MenuItem Command
  19555. Disable MenuItem Command
  19556. Disable MenuItem Command
  19557.  diskSpace function
  19558. DiskSpace Function
  19559. Functions diskSpace
  19560. DiskSpace Function
  19561. DiskSpace Function
  19562. Commands dismiss
  19563. Dismiss Command
  19564.  dismiss command
  19565. Dismiss Command
  19566. Dismiss Command
  19567.  div operator
  19568. Div Operator
  19569. Operators div
  19570. Div Operator
  19571. Div Operator
  19572.  divide command
  19573. Divide Command
  19574. Commands divide
  19575. Divide Command
  19576. Divide Command
  19577.  do command
  19578. Do Command
  19579. Commands do
  19580. Do Command
  19581. DoMenu Message
  19582. Messages doMenu
  19583. DoMenu Message
  19584.  doMenu message
  19585. DoMenu Message
  19586.  dontPrint property
  19587. DontPrint Property
  19588. Properties dontPrint
  19589. DontPrint Property
  19590. DontPrint Property
  19591. DontPrint Property
  19592. DoubleClick Message
  19593. Messages doubleClick
  19594. DoubleClick Message
  19595.  doubleClick message
  19596. DoubleClick Message
  19597.  drag command
  19598. Drag  Command
  19599. Commands drag
  19600. Drag  Command
  19601. Paint tools drag command
  19602. Drag  Command
  19603.  dropMessages property
  19604. DropMessages  Property
  19605. Properties dropMessages
  19606. DropMessages  Property
  19607. DropMessages  Property
  19608. DropMessages  Property
  19609. DropMessages  Property
  19610. DropMessages  Property
  19611.  dropMessages property
  19612. DropMessages  Property
  19613. DropMessages  Property
  19614. DropMessages  Property
  19615. DropMessages  Property
  19616.  duration property
  19617. Duration  Property
  19618. Properties duration
  19619. Duration  Property
  19620. Duration  Property
  19621. Duration  Property
  19622. Properties duration
  19623. Duration  Property
  19624. Duration  Property
  19625. Video duration property
  19626. Duration  Property
  19627. Audio duration property
  19628. Duration  Property
  19629.  editBkgnd property
  19630. EditBkgnd Property
  19631. Properties editBkgnd
  19632. EditBkgnd Property
  19633.  edit script command
  19634. Edit Script Command
  19635. Commands edit script
  19636. Edit Script Command
  19637. Edit Script Command
  19638. Commands enable
  19639. Enable Command
  19640.  enable command
  19641. Enable Command
  19642. Enable Command
  19643. Properties enable
  19644. Enable Property
  19645.  enable property
  19646. Enable Property
  19647. Enable Property
  19648. Enable Property
  19649. Commands enable menuitem
  19650. Enable MenuItem Command
  19651.  enable menuitem command
  19652. Enable MenuItem Command
  19653. Enable MenuItem Command
  19654.  end control statement
  19655. End Control Statement
  19656. Control statements end
  19657. End Control Statement
  19658. End Control Statement
  19659. End Control Statement
  19660. End Control Statement
  19661. End Control Statement
  19662.  endArrow property
  19663. EndArrow Property
  19664. Properties endArrow
  19665. EndArrow Property
  19666. EndArrow Property
  19667.  endPlay property
  19668. EndPlay  Command
  19669. Commands endPlay
  19670. EndPlay  Command
  19671. Audio endPlay command
  19672. EndPlay  Command
  19673.  endPoint property
  19674. EndPoint  Property
  19675. Properties endPoint
  19676. EndPoint  Property
  19677. EndPoint  Property
  19678. EndPoint  Property
  19679.  endPoints property
  19680. EndPoints  Property
  19681. Properties endPoints
  19682. EndPoints  Property
  19683. EndPoints  Property
  19684.  endSize property
  19685. EndSize Property
  19686. Properties endSize
  19687. EndSize Property
  19688. EndSize Property
  19689. EndSize Property
  19690.  enterInField message
  19691. EnterInField Message
  19692. Messages enterInField
  19693. EnterInField Message
  19694. EnterInField Message
  19695.  enterKey function
  19696. EnterKey Message
  19697. Functions enterKey
  19698. EnterKey Message
  19699. EnterKey Message
  19700.  entries property
  19701. Entries Property
  19702. Properties entries
  19703. Entries Property
  19704. Entries Property
  19705.  entry chunk expression
  19706. Entry ChunkChunk
  19707. Chunk expressions entry
  19708. Entry ChunkChunk
  19709. Entry ChunkChunk
  19710.  existence function
  19711. Existence  Function
  19712. Functions existence
  19713. Existence  Function
  19714. Existence  Function
  19715.  exists function
  19716. Existence  Function
  19717. Functions exists
  19718. Existence  Function
  19719. Object reference exists
  19720. Existence  Function
  19721. Menu reference exists
  19722. Existence  Function
  19723. Existence  Function
  19724.  exit control statement
  19725. Exit Control Statement
  19726. Exit Control Statement
  19727. Control statements exit
  19728. Exit Control Statement
  19729.  exp function
  19730. Exp Function
  19731. Functions exp
  19732. Exp Function
  19733. Exp Function
  19734. Exp Function
  19735.  exp1 function
  19736. Exp1 Function
  19737. Functions exp1
  19738. Exp1 Function
  19739. Exp1 Function
  19740. Exp1 Function
  19741.  exp2 function
  19742. Exp2 Function
  19743. Functions exp2
  19744. Exp2 Function
  19745. Exp2 Function
  19746. Exp2 Function
  19747.  filled property
  19748. Filled Property
  19749. Properties filled
  19750. Filled Property
  19751. Filled Property
  19752.  flipInterval property
  19753. FlipInterval Property
  19754. Properties flipInterval
  19755. FlipInterval Property
  19756. FlipInterval Property
  19757. Animation flipInterval
  19758. FlipInterval Property
  19759. ForeColor  Property
  19760. ForeColor  Property
  19761. ForeColor  Property
  19762. Properties foreColor
  19763. ForeColor  Property
  19764.  foreColor property
  19765. ForeColor  Property
  19766.  inkColor property
  19767. ForeColor  Property
  19768. ForeColor  Property
  19769.  freeSize property
  19770. FreeSize Property
  19771. Properties freeSize
  19772. FreeSize Property
  19773. FreeSize Property
  19774.  fullScreen property
  19775. FullScreen Property
  19776. Properties fullScreen
  19777. FullScreen Property
  19778. FullScreen Property
  19779. FullScreen Property
  19780.  functionKey message
  19781. FunctionKey Message
  19782. Messages functionKey
  19783. FunctionKey Message
  19784. FunctionKey Message
  19785.  get command
  19786. Get Command
  19787. Commands get
  19788. Get Command
  19789.  get command
  19790. Get Command
  19791. Get Command
  19792. Global Control Statement
  19793. Global Control Statement
  19794. Global Control Statement
  19795.  go command
  19796. Go Command
  19797. Commands go
  19798. Go Command
  19799. Navigation go command
  19800. Go Command
  19801.  gridSize property
  19802. GridSize Property
  19803. Properties gridSize
  19804. GridSize Property
  19805. GridSize Property
  19806.  heapSpace function
  19807. HeapSpace Function
  19808. Functions heapSpace
  19809. HeapSpace Function
  19810. HeapSpace Function
  19811.  height property
  19812. Height Property
  19813. Properties height
  19814. Height Property
  19815.  hide command, objects
  19816. Hide <object> Command
  19817. Commands hide, objects
  19818. Hide <object> Command
  19819.  hilite command
  19820. Hilite Command
  19821. Commands hilite
  19822. Hilite Command
  19823. Hilite Command
  19824.  Selection
  19825. Hilite Command
  19826.  hilite property
  19827. Hilite Property
  19828. Properties hilite
  19829. Hilite Property
  19830. Hilite Property
  19831. Properties hiliteColor
  19832. HiliteColor Property
  19833.  hiliteColor property
  19834. HiliteColor Property
  19835. HiliteColor Property
  19836. HiliteColor Property
  19837. HiliteColor Property
  19838. Functions hilitedRows
  19839. HilitedRows Function
  19840.  hilitedRows function
  19841. HilitedRows Function
  19842. HilitedRows Function
  19843. HilitedRows Function
  19844.  hypertext message
  19845. HyperText Message
  19846. Messages hyperText
  19847. HyperText Message
  19848.  icon property
  19849. Icon Property
  19850. Properties icon
  19851. Icon Property
  19852. Icon Property
  19853.  ID property
  19854. ID Property
  19855. Properties ID
  19856. ID Property
  19857. ID unique
  19858. ID Property
  19859.  unique IDs
  19860. ID Property
  19861.  idle message
  19862. Idle Message
  19863. Messages idle
  19864. Idle Message
  19865.  if control statement
  19866. If Control Statement
  19867. Control statements if
  19868. If Control Statement
  19869. If Control Statement
  19870.  if control statement
  19871. If Control Statement
  19872. Control statements if
  19873. If Control Statement
  19874. Commands import
  19875. Import  Command
  19876.  import command
  19877. Import  Command
  19878. Import  Command
  19879. Import  Command
  19880. Import  Command
  19881. Import  Command
  19882. Import  Command
  19883. Import  Command
  19884. Import  Command
  19885. Import  Command
  19886. Audio import command
  19887. Import  Command
  19888. Properties info
  19889. Info Property
  19890.  info properties
  19891. Info Property
  19892. InkColor Property
  19893. InkColor Property
  19894. Properties inkColor
  19895. InkColor Property
  19896.  inkColor property
  19897. InkColor Property
  19898.  inkColor property
  19899. InkColor Property
  19900.  opColor
  19901. InkColor Property
  19902. Properties inkEffects
  19903. InkEffect  Property
  19904. InkEffect  Property
  19905. InkEffect  Property
  19906.  inkEffects property
  19907. InkEffect  Property
  19908.  insert leg command
  19909. Insert Leg Command
  19910. Commands insert leg
  19911. Insert Leg Command
  19912. Insert Leg Command
  19913. Insert Leg Command
  19914.  insert command
  19915. Insert {row/col} Command
  19916. Commands insert
  19917. Insert {row/col} Command
  19918. Insert {row/col} Command
  19919. Insert {row/col} Command
  19920. Insert {row/col} Command
  19921.  is operator
  19922. Is Operator
  19923. Operators is
  19924. Is Operator
  19925. Comparison operators is
  19926. Is Operator
  19927.  is in operator
  19928. Is [Not] In Operator
  19929. Operators is in
  19930. Is [Not] In Operator
  19931. Is [Not] In Operator
  19932. Operators is not
  19933. Is Not Operator
  19934.  is not operator
  19935. Is Not Operator
  19936. Is Not Operator
  19937. Operators is within
  19938. Is [Not] Within
  19939. Operators is not within
  19940. Is [Not] Within
  19941.  is not within operator
  19942. Is [Not] Within
  19943.  is within operator
  19944. Is [Not] Within
  19945. Is [Not] Within
  19946. Is [Not] Within
  19947. Properties isPlaying
  19948. IsPlaying  Property
  19949. IsPlaying  Property
  19950. Video isPlaying property
  19951. IsPlaying  Property
  19952. Audio isPlaying property
  19953. IsPlaying  Property
  19954. IsPlaying  Property
  19955.  isPlaying property
  19956. IsPlaying  Property
  19957. IsPlaying  Property
  19958. IsPlaying  Property
  19959.  it container
  19960. It Special Container
  19961. Containers it container
  19962. It Special Container
  19963.  item text chunk
  19964. Item Text Chunk
  19965. Item Text Chunk
  19966. Chunk expressions item
  19967. Item Text Chunk
  19968.  keyPressed message
  19969. KeyPressed Message
  19970. Messages keyPressed
  19971. KeyPressed Message
  19972. KeyPressed Message
  19973.  left property
  19974. Left Property
  19975. Properties left
  19976. Left Property
  19977.  length property
  19978. Length Function
  19979. Properties length
  19980. Length Function
  19981. Length Function
  19982.  library command
  19983. Library Command
  19984. Commands library
  19985. Library Command
  19986. Library Command
  19987. Functions libraries
  19988. Libraries Function
  19989.  libraries function
  19990. Libraries Function
  19991.  Shared code libraries
  19992. Libraries Function
  19993. Libraries Function
  19994.  libraryStack message
  19995. LibraryStack Message
  19996. Messages libraryStack
  19997. LibraryStack Message
  19998. LibraryStack Message
  19999. Chunk expressions line
  20000. Line Text Chunk
  20001.  line text chunk
  20002. Line Text Chunk
  20003. Line Text Chunk
  20004.  linePattern property
  20005. LinePattern  Property
  20006. Properties linePattern
  20007. LinePattern  Property
  20008. LinePattern  Property
  20009.  linePattern property
  20010. LinePattern  Property
  20011.  lineSize property
  20012. LineSize  Property
  20013. Properties lineSize
  20014. LineSize  Property
  20015. LineSize  Property
  20016.  Graphics manipulation
  20017. LineSize  Property
  20018.  Color manipulation
  20019. LineSize  Property
  20020. LineSize  Property
  20021. List Function
  20022. Functions list
  20023. List Function
  20024.  list function
  20025. List Function
  20026.  ln function
  20027. Ln Function
  20028. Functions ln
  20029. Ln Function
  20030. Ln Function
  20031. Calculations ln function
  20032. Ln Function
  20033.  ln1 function
  20034. Ln1 Function
  20035. Functions ln1
  20036. Ln1 Function
  20037. Ln1 Function
  20038. Ln1 Function
  20039. Local Variables Property
  20040. Local Variables Property
  20041. Local Variables Property
  20042.  location property
  20043. Location (Loc) Property
  20044. Properties location
  20045. Location (Loc) Property
  20046.  loc property
  20047. Location (Loc) Property
  20048. Properties loc
  20049. Location (Loc) Property
  20050.  position
  20051. Location (Loc) Property
  20052.  lock messages command
  20053. Lock Messages Command
  20054. Commands lock messages
  20055. Lock Messages Command
  20056. Messages locking
  20057. Lock Messages Command
  20058.  lock screen command
  20059. Lock Screen Command
  20060. Commands lock screen
  20061. Lock Screen Command
  20062. Lock Screen Command
  20063. Screen locking
  20064. Lock Screen Command
  20065.  lockMessages property
  20066. LockMessages Property
  20067. Properties lockMessages
  20068. LockMessages Property
  20069. Messages locking
  20070. LockMessages Property
  20071. Messages locking
  20072. LockMessages Property
  20073.  lockScreen property
  20074. LockScreen Property
  20075. Properties lockScreen
  20076. LockScreen Property
  20077. LockScreen Property
  20078.  lockText property
  20079. LockText Property
  20080. Properties lockText
  20081. LockText Property
  20082. LockText Property
  20083. LockText Property
  20084.  log2 function
  20085. Log2 Function
  20086. Functions log2
  20087. Log2 Function
  20088. Log2 Function
  20089. Log2 Function
  20090.  matchedCols function
  20091. MatchedCols Function
  20092. Functions matchedCols
  20093. MatchedCols Function
  20094. MatchedCols Function
  20095.  matchedCols function
  20096. MatchedRows Function
  20097. Functions matchedCols
  20098. MatchedRows Function
  20099. MatchedRows Function
  20100.  max function
  20101. Max Function
  20102. Functions max
  20103. Max Function
  20104. Max Function
  20105. Max Function
  20106.  Special containers
  20107. Me Special Container
  20108.  me container
  20109. Me Special Container
  20110. Containers me container
  20111. Me Special Container
  20112. Ordinals me
  20113. Me Special Container
  20114.  member chunk expression
  20115. Me Special Container
  20116. Me Special Container
  20117. Chunk expressions member
  20118. Me Special Container
  20119.  members property
  20120. Members Property
  20121. Properties members
  20122. Members Property
  20123. Properties menuItems
  20124. MenuItems Property
  20125.  menuItems property
  20126. MenuItems Property
  20127. MenuItems Property
  20128.  messages property
  20129. Messages Property
  20130. Properties messages
  20131. Messages Property
  20132. Messages Property
  20133. Messages Property
  20134. Messages Property
  20135. Messages Property
  20136.  messages property
  20137. Messages Property
  20138.  messages property
  20139. Messages Property
  20140. Video messages property
  20141. Messages Property
  20142. Audio messages property
  20143. Messages Property
  20144. Messages Property
  20145.  milliseconds function
  20146.  min function
  20147. Min Function
  20148. Functions min
  20149. Min Function
  20150. Min Function
  20151. Min Function
  20152.  mod function
  20153. Mod Function
  20154. Functions mod
  20155. Mod Function
  20156. Mod Function
  20157. Mod Function
  20158.  mouse function
  20159. Mouse Function
  20160. Functions mouse
  20161. Mouse Function
  20162. Mouse Function
  20163.  mouseClick function
  20164. MouseClick Function
  20165. Functions mouseClick
  20166. MouseClick Function
  20167. MouseClick Function
  20168.  mouseDown message
  20169. MouseDown Message
  20170. Messages mouseDown
  20171. MouseDown Message
  20172. MouseDown Message
  20173.  mouseEnter message
  20174. MouseEnter Message
  20175. Messages mouseEnter
  20176. MouseEnter Message
  20177. MouseEnter Message
  20178.  mouseH function
  20179. MouseH Function
  20180. Functions mouseH
  20181. MouseH Function
  20182. MouseH Function
  20183.  mouseLeave message
  20184. MouseLeave Message
  20185. Messages mouseLeave
  20186. MouseLeave Message
  20187. MouseLeave Message
  20188.  mouseLoc function
  20189. MouseLoc Function
  20190. Functions mouseLoc
  20191. MouseLoc Function
  20192. MouseLoc Function
  20193.  mouseStillDown message
  20194. MouseStillDown Message
  20195. Messages mouseStillDown
  20196. MouseStillDown Message
  20197. MouseStillDown Message
  20198. Messages mouseUp
  20199. MouseUp Message
  20200. MouseUp Message
  20201.  mouseUp message
  20202. MouseUp Message
  20203.  mouseV function
  20204. MouseV Function
  20205. Functions mouseV
  20206. MouseV Function
  20207. MouseV Function
  20208.  mouseWithin message
  20209. MouseWithin Message
  20210. Messages mouseWithin
  20211. MouseWithin Message
  20212. MouseWithin Message
  20213. MovieFile Property
  20214. Properties movieFile
  20215. MovieFile Property
  20216. Video movieFile property
  20217. MovieFile Property
  20218. MovieFile Property
  20219. MovieFile Property
  20220. Functions movieTypes
  20221. MovieTypes Function
  20222.  movieTypes function
  20223. MovieTypes Function
  20224. MovieTypes Function
  20225. MovieTypes Function
  20226. MovieTypes Function
  20227. MovieTypes Function
  20228. Properties multiFont
  20229. MultiFont Property
  20230.  multiFont property
  20231. MultiFont Property
  20232.  Text manipulation
  20233. MultiFont Property
  20234. MultiFont Property
  20235. Properties multiHilite
  20236. MultiHilite Property
  20237.  multiHilite property
  20238. MultiHilite Property
  20239. MultiHilite Property
  20240. MultiHilite Property
  20241.  multiply command
  20242. Multiply Command
  20243. Commands multiply
  20244. Multiply Command
  20245. Multiply Command
  20246.  name property
  20247. Name Property
  20248. Properties name
  20249. Name Property
  20250. Name Property
  20251. Name Property
  20252. Name Property
  20253.  abbreviated name
  20254. Name Property
  20255.  short name
  20256. Name Property
  20257.  long name
  20258. Name Property
  20259.  class name
  20260. Name Property
  20261.  name property
  20262. Name Property
  20263. Name Property
  20264. Name Property
  20265. Messages newBackground
  20266. NewBackground  Message
  20267. NewBackground  Message
  20268.  newBackground message
  20269. NewBackground  Message
  20270. Messages newCard
  20271. NewCard  Message
  20272. Creation newCard message
  20273. NewCard  Message
  20274.  newCard message
  20275. NewCard  Message
  20276. Messages newObject
  20277. NewObject Message
  20278. NewObject Message
  20279.  newObject message
  20280. NewObject Message
  20281. Messages newStack
  20282. NewStack  Message
  20283. NewStack  Message
  20284.  newStack message
  20285. NewStack  Message
  20286.  Repeat loops
  20287.  noEvents property
  20288. NoEvents Property
  20289. Properties noEvents
  20290. NoEvents Property
  20291. NoEvents Property
  20292. not operator
  20293. Not Operator
  20294. Operators not
  20295. Not Operator
  20296. Comparison operators not
  20297. Not Operator
  20298. Not Operator
  20299. Logical operators not
  20300. Not Operator
  20301.  number function
  20302. Number Function
  20303. Functions number
  20304. Number Function
  20305. Number Function
  20306. Number Function
  20307. Loops number function
  20308. Number Function
  20309. Properties number
  20310. Number Property
  20311.  number property
  20312. Number Property
  20313. Number Property
  20314. Number Property
  20315.  numToChar function
  20316. NumToChar Function
  20317. Functions numToChar
  20318. NumToChar Function
  20319. NumToChar Function
  20320.  offset function
  20321. Offset Function
  20322. Functions offset
  20323. Offset Function
  20324. on control statement
  20325. On Control Statement
  20326. Control statements on
  20327. On Control Statement
  20328. On Control Statement
  20329.  open file command
  20330. Open File Command
  20331. Commands open file
  20332. Open File Command
  20333. Open File Command
  20334.  open printing command
  20335. Open Printing Command
  20336. Commands open printing
  20337. Open Printing Command
  20338. Open Printing Command
  20339.  openBackground message
  20340. OpenBackground Message
  20341. Messages openBackground
  20342. OpenBackground Message
  20343.  openCard message
  20344. OpenCard Message
  20345. Messages openCard
  20346. OpenCard Message
  20347.  openCell message
  20348. OpenCell Message
  20349. Messages openCell
  20350. OpenCell Message
  20351. OpenCell Message
  20352.  openField message
  20353. OpenField Message
  20354. Messages openField
  20355. OpenField Message
  20356.  openStack message
  20357. OpenStack Message
  20358. Messages openStack
  20359. OpenStack Message
  20360.  optionKey function
  20361. OptionKey Function
  20362. Functions optionKey
  20363. OptionKey Function
  20364. OptionKey Function
  20365. Logical operators or
  20366. Or  Operator
  20367. or operator
  20368. Or  Operator
  20369. Operators or
  20370. Or  Operator
  20371. Comparison operators or
  20372. Or  Operator
  20373.  overLaid property
  20374. OverLaid  Property
  20375. OverLaid  Property
  20376. Properties overLaid
  20377. OverLaid  Property
  20378.  overLaid property
  20379. OverLaid  Property
  20380. Video overLaid property
  20381. OverLaid  Property
  20382. OverLaid  Property
  20383.  param function
  20384. Param Function
  20385. Functions param
  20386. Param Function
  20387. Param Function
  20388. Param Function
  20389.  paramCount function
  20390. ParamCount Function
  20391. Functions paramCount
  20392. ParamCount Function
  20393. ParamCount Function
  20394. ParamCount Function
  20395.  params function
  20396. Params Function
  20397. Functions params
  20398. Params Function
  20399. Params Function
  20400. Params Function
  20401. Pass Control Statement
  20402.  pass command
  20403. Pass Control Statement
  20404. Messages passing
  20405. Pass Control Statement
  20406. Paste  Command
  20407.  paste command
  20408. Paste  Command
  20409. Commands paste
  20410. Paste  Command
  20411. Paste  Command
  20412. Paste Card  Command
  20413.  paste card command
  20414. Paste Card  Command
  20415. Commands paste card
  20416. Paste Card  Command
  20417. Paste Card  Command
  20418.  pattern property
  20419. Pattern Property
  20420. Properties pattern
  20421. Pattern Property
  20422. Pattern Property
  20423. Commands pause
  20424. Pause  Command
  20425.  pause command
  20426. Pause  Command
  20427. Pause  Command
  20428. Animation pause command
  20429. Pause  Command
  20430. Pause  Command
  20431. Audio pause command
  20432. Pause  Command
  20433. Video pause command
  20434. Pause  Command
  20435.  pick command
  20436. Pick Command
  20437. Commands pick
  20438. Pick Command
  20439. Pick Command
  20440. Functions platform
  20441. Platform Function
  20442.  platform function
  20443. Platform Function
  20444. Commands play
  20445. Play Command
  20446.  play command
  20447. Play Command
  20448. Play Command
  20449. Play Command
  20450. Play Command
  20451. Animation play command
  20452. Play Command
  20453. Video play command
  20454. Play Command
  20455. Audio play command
  20456. Play Command
  20457. Commands play file
  20458. Play File Command
  20459.  play file command
  20460. Play File Command
  20461. Play File Command
  20462. Play File Command
  20463. Audio play file command
  20464. Play File Command
  20465.  nowait
  20466. Play File Command
  20467.  playCounter property
  20468. PlayCounter  Property
  20469. Properties playCounter
  20470. PlayCounter  Property
  20471. PlayCounter  Property
  20472. PlayCounter  Property
  20473. PlayCounter  Property
  20474. PlayCounter  Property
  20475. PlayCounter  Property
  20476. PlayCounter  Property
  20477.  playDirection property
  20478. PlayDirection  Property
  20479. Properties playDirection
  20480. PlayDirection  Property
  20481. PlayDirection  Property
  20482. PlayDirection  Property
  20483. PlayDirection  Property
  20484. PlayDirection  Property
  20485.  playDuration property
  20486. PlayDuration  Property
  20487. Properties playDuration
  20488. PlayDuration  Property
  20489. PlayDuration  Property
  20490. PlayDuration  Property
  20491. PlayDuration  Property
  20492. PlayDuration  Property
  20493. PlayDuration  Property
  20494. PlayDuration  Property
  20495.  playEffects property
  20496. PlayEffects  Property
  20497. Properties playEffects
  20498. PlayEffects  Property
  20499. PlayEffects  Property
  20500. PlayEffects  Property
  20501.  playForever property
  20502. PlayForever  Property
  20503. Properties playForever
  20504. PlayForever  Property
  20505. PlayForever  Property
  20506. PlayForever  Property
  20507. PlayForever  Property
  20508.  playForever property
  20509. PlayForever  Property
  20510. PlayForever  Property
  20511. PlayForever  Property
  20512. PlayForever  Property
  20513.  playList property
  20514. PlayList  Property
  20515. Properties playList
  20516. PlayList  Property
  20517. PlayList  Property
  20518. PlayList  Property
  20519.  playMode property
  20520. PlayMode  Property
  20521. Properties playMode
  20522. PlayMode  Property
  20523. PlayMode  Property
  20524. Video playMode property
  20525. PlayMode  Property
  20526.  playMuted property
  20527. PlayMuted  Property
  20528. Properties playMuted
  20529. PlayMuted  Property
  20530. PlayMuted  Property
  20531. PlayMuted  Property
  20532. Audio playMuted property
  20533. PlayMuted  Property
  20534. Video playMuted property
  20535. PlayMuted  Property
  20536.  playNumber property
  20537. PlayNumber  Property
  20538. Properties playNumber
  20539. PlayNumber  Property
  20540. PlayNumber  Property
  20541. PlayNumber  Property
  20542. PlayNumber  Property
  20543.  playNumber property
  20544. PlayNumber  Property
  20545. PlayNumber  Property
  20546. PlayNumber  Property
  20547. PlayNumber  Property
  20548.  playRate property
  20549. PlayRate  Property
  20550. Properties playRate
  20551. PlayRate  Property
  20552. PlayRate  Property
  20553. Video playRate property
  20554. PlayRate  Property
  20555. Messages playRepeated
  20556. PlayRepeated  Message
  20557.  playRepeated message
  20558. PlayRepeated  Message
  20559. PlayRepeated  Message
  20560. PlayRepeated  Message
  20561. PlayRepeated  Message
  20562. PlayRepeated  Message
  20563. PlayRepeated  Message
  20564. PlayRepeated  Message
  20565.  playStart property
  20566. PlayStart  Property
  20567. Properties playStart
  20568. PlayStart  Property
  20569. PlayStart  Property
  20570. PlayStart  Property
  20571. PlayStart  Property
  20572. PlayStart  Property
  20573. Audio playStart property
  20574. PlayStart  Property
  20575. Video playStart property
  20576. PlayStart  Property
  20577. Messages playStarted
  20578. PlayStarted  Message
  20579.  playStarted message
  20580. PlayStarted  Message
  20581. PlayStarted  Message
  20582. PlayStarted  Message
  20583. Messages playStopped
  20584. PlayStopped  Message
  20585.  playStopped message
  20586. PlayStopped  Message
  20587. PlayStopped  Message
  20588. PlayStopped  Message
  20589. PlayStopped  Message
  20590. PlayStopped  Message
  20591. PlayStopped  Message
  20592. PlayStopped  Message
  20593.  playStyle property
  20594. PlayStyle  Property
  20595. Properties playStyle
  20596. PlayStyle  Property
  20597. PlayStyle  Property
  20598. PlayStyle  Property
  20599. PlayStyle  Property
  20600.  playStyle property
  20601. PlayStyle  Property
  20602.  playStyle property
  20603. PlayStyle  Property
  20604.  playStyle property
  20605. PlayStyle  Property
  20606.  playStyle property
  20607. PlayStyle  Property
  20608.  playStyle property
  20609. PlayStyle  Property
  20610.  playStyle property
  20611. PlayStyle  Property
  20612. PlayStyle  Property
  20613. Audio playStyle property
  20614. PlayStyle  Property
  20615. Video playStyle property
  20616. PlayStyle  Property
  20617.  playVolume property
  20618. PlayVolume  Property
  20619. Properties playVolume
  20620. PlayVolume  Property
  20621. PlayVolume  Property
  20622. PlayVolume  Property
  20623. PlayVolume  Property
  20624. PlayVolume  Property
  20625.  polysides property
  20626. Polysides Property
  20627. Properties polysides
  20628. Polysides Property
  20629. Polysides Property
  20630.  pop card command
  20631. Pop Command
  20632. Commands pop card
  20633. Pop Command
  20634. Commands popup
  20635. Popup Command
  20636.  popup command
  20637. Popup Command
  20638. Popup Command
  20639. Commands popupMenu
  20640. PopupMenu Command
  20641.  popupMenu command
  20642. PopupMenu Command
  20643. PopupMenu Command
  20644. Commands prepare
  20645. Prepare  Command
  20646.  prepare command
  20647. Prepare  Command
  20648. Prepare  Command
  20649. Video prepare command
  20650. Prepare  Command
  20651.  print card command
  20652. Print Card Command
  20653. Commands print card
  20654. Print Card Command
  20655. Print Card Command
  20656. Properties properties
  20657. Properties Property
  20658.  properties property
  20659. Properties Property
  20660. Properties Property
  20661.  push command
  20662. Push Command
  20663. Commands push
  20664. Push Command
  20665.  put command
  20666. Put Command
  20667. Commands put
  20668. Put Command
  20669. Put Command
  20670. Quit  Command
  20671.  quit command
  20672. Quit  Command
  20673. Commands quit
  20674. Quit  Command
  20675. Quit  Command
  20676.  quit message
  20677. Quit Message
  20678. Messages quit
  20679. Quit Message
  20680.  random function
  20681. Random Function
  20682. Functions random
  20683. Random Function
  20684. Random Function
  20685. Random Function
  20686.  random function
  20687. Random Function
  20688. Random Function
  20689.  read from file command
  20690. Read From File Command
  20691. Commands read from file
  20692. Read From File Command
  20693. Read From File Command
  20694.  realize command
  20695. Realize Command
  20696. Commands realize
  20697. Realize Command
  20698. Palettes realize command
  20699. Realize Command
  20700.  rectangle property
  20701. Rectangle Property
  20702. Properties rectangle
  20703. Rectangle Property
  20704. Properties reference
  20705. Reference Property
  20706.  reference property
  20707. Reference Property
  20708. Reference Property
  20709. Commands release
  20710. Release  Command
  20711.  release command
  20712. Release  Command
  20713. Release  Command
  20714. Video release command
  20715. Release  Command
  20716.  release library command
  20717. Release Library Command
  20718. Commands release library
  20719. Release Library Command
  20720. Release Library Command
  20721.  releaseStack message
  20722. ReleaseStack Message
  20723. Messages releaseStack
  20724. ReleaseStack Message
  20725. ReleaseStack Message
  20726. Commands remove property
  20727. Remove Property Command
  20728.  remove property command
  20729. Remove Property Command
  20730. Remove Property Command
  20731.  repeat command
  20732. Repeat Control Statement
  20733. Commands repeat
  20734. Repeat Control Statement
  20735. Loops repeat command
  20736. Repeat Control Statement
  20737.  repeat forever command
  20738. Repeat Forever
  20739. Repeat Forever
  20740. Repeat Forever
  20741. Repeat Forever
  20742.  repeat forever command
  20743. Repeat Forever
  20744. Repeat Forever
  20745. Repeat Forever
  20746. Repeat Forever
  20747. Repeat Until
  20748. Repeat Until
  20749. Loops end repeat command
  20750. Repeat Until
  20751. Repeat Until
  20752. Repeat Until
  20753. Repeat Until
  20754. Loops end repeat command
  20755. Repeat Until
  20756. Repeat Until
  20757. Repeat While
  20758. Repeat While
  20759. Repeat While
  20760. Repeat While
  20761. Repeat While
  20762. Repeat While
  20763. Repeat While
  20764. Repeat While
  20765. Repeat While
  20766. Repeat While
  20767. Repeat With
  20768. Repeat With
  20769. Repeat With
  20770. Repeat With
  20771. Repeat With
  20772. Repeat With
  20773. Repeat With
  20774. Repeat With
  20775. Repeat With
  20776. Repeat With
  20777. Repeat With
  20778. Repeat With
  20779.  reset message command
  20780. Reset Message
  20781. Commands reset message
  20782. Reset Message
  20783. Reset Message
  20784.  reset paint command
  20785. Reset Paint
  20786. Commands reset paint
  20787. Reset Paint
  20788. Reset Paint
  20789.  result function
  20790. Result
  20791. Functions result
  20792. Result
  20793. Return Control Statement
  20794. Return Control Statement
  20795.  returnInField message
  20796. ReturnInField Message
  20797. Messages returnInField
  20798. ReturnInField Message
  20799. ReturnInField Message
  20800.  returnKey function
  20801. ReturnKey Message
  20802. Functions returnKey
  20803. ReturnKey Message
  20804. ReturnKey Message
  20805.  right property
  20806. Right Property
  20807. Properties right
  20808. Right Property
  20809.  rotation property
  20810. Rotation  Property
  20811. Properties rotation
  20812. Rotation  Property
  20813. Rotation  Property
  20814. Rotation  Property
  20815.  clockwise rotation
  20816. Rotation  Property
  20817. Rotation  Property
  20818.  round function
  20819. Round Function
  20820. Functions round
  20821. Round Function
  20822. Round Function
  20823. Row Tabular Chunk
  20824.  row chunk
  20825. Row Tabular Chunk
  20826. Chunk expressions row
  20827. Row Tabular Chunk
  20828. Properties rowDelim
  20829. RowDelim Property
  20830.  rowDelim property
  20831. RowDelim Property
  20832. RowDelim Property
  20833. RowDelim Property
  20834. Properties rowHeight
  20835. RowHeight Property
  20836.  rowHeight property
  20837. RowHeight Property
  20838. RowHeight Property
  20839. RowHeight Property
  20840. Properties rulerStyle
  20841. RulerStyle Property
  20842.  rulerStyle property
  20843. RulerStyle Property
  20844. RulerStyle Property
  20845.  save copy command
  20846. Commands save copy
  20847.  scaleToFit property
  20848. ScaleToFit Property
  20849. Properties scaleToFit
  20850. ScaleToFit Property
  20851. ScaleToFit Property
  20852.  scaling property
  20853. Scaling  Property
  20854. Properties scaling
  20855. Scaling  Property
  20856. Scaling  Property
  20857. Scaling  Property
  20858. Scaling  Property
  20859.  screenRect function
  20860. ScreenRect Function
  20861. Functions screenRect
  20862. ScreenRect Function
  20863. ScreenRect Function
  20864.  script property
  20865. Script Property
  20866. Properties script
  20867. Script Property
  20868.  scriptFont property
  20869. ScriptFont Property
  20870. Properties scriptFont
  20871. ScriptFont Property
  20872. ScriptFont Property
  20873.  scriptSize property
  20874. ScriptSize Property
  20875. Properties scriptSize
  20876. ScriptSize Property
  20877. ScriptSize Property
  20878.  scriptStyle property
  20879. ScriptStyle Property
  20880. Properties scriptStyle
  20881. ScriptStyle Property
  20882. ScriptStyle Property
  20883. Commands scroll
  20884. Scroll Command
  20885.  scroll command
  20886. Scroll Command
  20887. Animation scroll command
  20888. Scroll Command
  20889. Scroll Command
  20890. Scroll Command
  20891. Messages scroll
  20892. Scroll Message
  20893.  scroll message
  20894. Scroll Message
  20895. Scroll Message
  20896. Scroll Message
  20897. Properties scroll
  20898. Scroll Property
  20899.  scroll property
  20900. Scroll Property
  20901.  scrollBar property
  20902. ScrollBars Property
  20903. ScrollBars Property
  20904. ScrollBars Property
  20905. Properties scrollBar
  20906. ScrollBars Property
  20907. ScrollBars Property
  20908. ScrollBars Property
  20909. ScrollBars Property
  20910.  scrollFrame property
  20911. ScrollFrame Property
  20912. Properties scrollFrame
  20913. ScrollFrame Property
  20914. ScrollFrame Property
  20915. Properties scrolling
  20916. Scrolling Property
  20917.  scrolling property
  20918. Scrolling Property
  20919. Scrolling Property
  20920. Scrolling Property
  20921. Scrolling Property
  20922. Properties scrollLimit
  20923. ScrollLimit Property
  20924.  scrollLimit property
  20925. ScrollLimit Property
  20926. ScrollLimit Property
  20927. ScrollLimit Property
  20928.  scrollLine property
  20929. ScrollLine  Property
  20930. Properties scrollLine
  20931. ScrollLine  Property
  20932. ScrollLine  Property
  20933. ScrollLine  Property
  20934. ScrollPosition Property
  20935. ScrollPosition Property
  20936. ScrollPosition Property
  20937. ScrollPosition Property
  20938.  scrollPosition property
  20939. ScrollPosition Property
  20940.  seconds function
  20941. Seconds Function
  20942. Functions seconds
  20943. Seconds Function
  20944. Seconds Function
  20945. Seconds Function
  20946.  seek command
  20947. Seek  Command
  20948. Seek  Command
  20949. Seek  Command
  20950. Seek  Command
  20951. Commands seek
  20952. Seek  Command
  20953. Audio seek command
  20954. Seek  Command
  20955. Animation seek command
  20956. Seek  Command
  20957. Video seek command
  20958. Seek  Command
  20959.  select command
  20960. Select Command
  20961. Commands select
  20962. Select Command
  20963. Select Command
  20964. Selection select command
  20965. Select Command
  20966.  selectedChunk function
  20967. SelectedChunk Function
  20968. Functions selectedChunk
  20969. SelectedChunk Function
  20970. SelectedChunk Function
  20971. SelectedChunk Function
  20972.  selectedField function
  20973. SelectedField Function
  20974. Functions selectedField
  20975. SelectedField Function
  20976. SelectedField Function
  20977.  selectedLine function
  20978. SelectedLine Function
  20979. Functions selectedLine
  20980. SelectedLine Function
  20981. SelectedLine Function
  20982. SelectedLine Function
  20983. Functions selectedObject
  20984. SelectedObject Function
  20985.  SelectedObject function
  20986. SelectedObject Function
  20987. SelectedObject Function
  20988.  selectedText function
  20989. SelectedText Function
  20990. Functions selectedText
  20991. SelectedText Function
  20992. SelectedText Function
  20993.  selection function
  20994. Selection Function
  20995. Functions selection
  20996. Selection Function
  20997. Selection Function
  20998. Commands send
  20999. Send Farther Command
  21000.  send command
  21001. Send Farther Command
  21002. Send Farther Command
  21003.  set command
  21004. Set Command
  21005. Commands set
  21006. Set Command
  21007.  setRandomSeed command
  21008. SetRandomSeed  Command
  21009. Commands setRandomSeed
  21010. SetRandomSeed  Command
  21011. SetRandomSeed  Command
  21012.  setRandomSeed
  21013. SetRandomSeed  Command
  21014. Messages setUpMenus
  21015. SetUpMenus Message
  21016.  setUpMenus message
  21017. SetUpMenus Message
  21018. SetUpMenus Message
  21019.  sharedData property
  21020. SharedData  Property
  21021. Properties sharedData
  21022. SharedData  Property
  21023. SharedData  Property
  21024. SharedData  Property
  21025. SharedData  Property
  21026. SharedData  Property
  21027. SharedData  Property
  21028.  shiftKey function
  21029. ShiftKey Function
  21030. Functions shiftKey
  21031. ShiftKey Function
  21032. ShiftKey Function
  21033.  show command, objects
  21034. Show <object>  Command
  21035. Commands show, objects
  21036. Show <object>  Command
  21037. Show <object>  Command
  21038.  showLines property
  21039. ShowLines Property
  21040. Properties showLines
  21041. ShowLines Property
  21042.  showName property
  21043. ShowName  Property
  21044. Properties showName
  21045. ShowName  Property
  21046.  showPict property
  21047. ShowPict Property
  21048. Properties showPict
  21049. ShowPict Property
  21050. ShowPict Property
  21051.  sin function
  21052. Sin Function
  21053. Functions sin
  21054. Sin Function
  21055. Sin Function
  21056. Sin Function
  21057.  size function
  21058. Size Property
  21059. Functions size
  21060. Size Property
  21061.  sizeBox property
  21062. SizeBox Property
  21063. Properties sizeBox
  21064. SizeBox Property
  21065. SizeBox Property
  21066. Properties snapToGrid
  21067. SnapToGrid Property
  21068.  snapToGrid property
  21069. SnapToGrid Property
  21070. SnapToGrid Property
  21071. Commands sort
  21072. Sort Command
  21073.  sort command
  21074. Sort Command
  21075. Sort Command
  21076. Properties soundFile
  21077. SoundFile  Property
  21078. SoundFile  Property
  21079. SoundFile  Property
  21080. SoundFile  Property
  21081. Audio soundFile property
  21082. SoundFile  Property
  21083.  sqrt function
  21084. Sqrt Function
  21085. Functions Sqrt
  21086. Sqrt Function
  21087. Sqrt Function
  21088. Sqrt Function
  21089.  stackSpace function
  21090. StackSpace Function
  21091. Functions stackSpace
  21092. StackSpace Function
  21093. Commands start
  21094. Start Command
  21095.  start command
  21096. Start Command
  21097. Start Command
  21098. Properties startArrow
  21099. StartArrow Property
  21100.  startArrow property
  21101. StartArrow Property
  21102. StartArrow Property
  21103.  startPoint property
  21104. StartPoint  Property
  21105. Properties startPoint
  21106. StartPoint  Property
  21107. StartPoint  Property
  21108. StartPoint  Property
  21109.  startSize property
  21110. StartSize  Property
  21111. Properties startSize
  21112. StartSize  Property
  21113. StartSize  Property
  21114. StartSize  Property
  21115.  startUp message
  21116. StartUp Message
  21117. Messages startUp
  21118. StartUp Message
  21119. Commands stop
  21120. Stop  Command
  21121.  stop command
  21122. Stop  Command
  21123. Stop  Command
  21124. Stop  Command
  21125. Stop  Command
  21126. Animation stop command
  21127. Stop  Command
  21128. Stop  Command
  21129. Video stop command
  21130. Stop  Command
  21131. Audio stop command
  21132. Stop  Command
  21133.  style property
  21134. Style Property
  21135. Properties style
  21136. Style Property
  21137.  subtract command
  21138. Subtract Command
  21139. Commands subtract
  21140. Subtract Command
  21141. Subtract Command
  21142.  systemColors function
  21143. SystemColors Function
  21144. Functions systemColors
  21145. SystemColors Function
  21146. SystemColors Function
  21147.  systemVolume property
  21148. SystemVolume  Property
  21149. Properties systemVolume
  21150. SystemVolume  Property
  21151. SystemVolume  Property
  21152. SystemVolume  Property
  21153. Commands tabKey
  21154. TabKey Command
  21155.  tabKey command
  21156. TabKey Command
  21157. TabKey Command
  21158.  tabKey message
  21159. TabKey Message
  21160. Messages tabKey
  21161. TabKey Message
  21162. TabKey Message
  21163.  tan function
  21164. Tan Function
  21165. Functions tan
  21166. Tan Function
  21167. Tan Function
  21168. Tan Function
  21169. Target Special Container
  21170.  target container
  21171. Target Special Container
  21172. Target Special Container
  21173.  textAlign property
  21174. TextAlign Property
  21175. Properties textAlign
  21176. TextAlign Property
  21177. TextAlign Property
  21178.  textColor property
  21179. TextColor Property
  21180. Properties textColor
  21181. TextColor Property
  21182. TextColor Property
  21183. TextColor Property
  21184.  textFont property
  21185. TextFont Property
  21186. Properties textFont
  21187. TextFont Property
  21188. TextFont Property
  21189.  textHeight property
  21190. TextHeight Property
  21191. Properties textHeight
  21192. TextHeight Property
  21193. TextHeight Property
  21194.  textSize property
  21195. TextSize Property
  21196. Properties textSize
  21197. TextSize Property
  21198. TextSize Property
  21199.  textStyle property
  21200. TextStyle Property
  21201. Properties textStyle
  21202. TextStyle Property
  21203. TextStyle Property
  21204.  Special containers
  21205. This Special Container
  21206.  this container
  21207. This Special Container
  21208. This Special Container
  21209. Ordinals this
  21210. This Special Container
  21211.  ticks function
  21212. Ticks Function
  21213. Functions ticks
  21214. Ticks Function
  21215. Ticks Function
  21216. Time Function
  21217. Functions short time
  21218. Time Function
  21219. Functions time
  21220. Time Function
  21221. Functions long time
  21222. Time Function
  21223.  time function
  21224. Time Function
  21225.  long time function
  21226. Time Function
  21227.  short time function
  21228. Time Function
  21229. Time Function
  21230. Time Function
  21231. Time Function
  21232. Time Function
  21233. Time Function
  21234.  timerExpired message
  21235. TimerExpired Message
  21236. Messages timerExpired
  21237. TimerExpired Message
  21238.  titleBar property
  21239. TitleBar Property
  21240. Properties titleBar
  21241. TitleBar Property
  21242. TitleBar Property
  21243.  tool function
  21244. Tool Function
  21245. Functions tools
  21246. Tool Function
  21247. Tool Function
  21248.  top property
  21249. Top Property
  21250. Properties top
  21251. Top Property
  21252. Top Property
  21253. Sizing top property
  21254. Top Property
  21255.  topLeft property
  21256. TopLeft Property
  21257. Properties topLeft
  21258. TopLeft Property
  21259. TopLeft Property
  21260. Sizing topLeft property
  21261. TopLeft Property
  21262. Commands trace
  21263. Trace Command
  21264.  trace command
  21265. Trace Command
  21266. Trace Command
  21267. Commands transparentize
  21268. Transparentize Command
  21269.  transparentize command
  21270. Transparentize Command
  21271. Transparentize Command
  21272.  trunc function
  21273. Trunc Function
  21274. Functions trunc
  21275. Trunc Function
  21276. Trunc Function
  21277. Trunc Function
  21278.  type command
  21279. Type Command
  21280. Commands type
  21281. Type Command
  21282. Type Command
  21283. Palettes type command
  21284. Type Command
  21285. Uncheck MenuItem Command
  21286. Uncheck MenuItem Command
  21287. Uncheck MenuItem Command
  21288. Commands unhilite
  21289. Unhilite Command
  21290.  unhilite command
  21291. Unhilite Command
  21292. Unhilite Command
  21293.  unitRate property
  21294. UnitRate Property
  21295. Properties unitRate
  21296. UnitRate Property
  21297.  units property
  21298. Units Property
  21299. Properties units
  21300. Units Property
  21301.  unlock messages command
  21302. Unlock Messages Command
  21303. Commands unlock messages
  21304. Unlock Messages Command
  21305. Messages unlocking
  21306. Unlock Messages Command
  21307.  unlock screen command
  21308. Unlock Screen Command
  21309. Commands unlock screen
  21310. Unlock Screen Command
  21311. Unlock Screen Command
  21312. Commands untrace
  21313. Untrace Command
  21314.  untrace command
  21315. Untrace Command
  21316. Untrace Command
  21317.  useLegScaling property
  21318. UseLegScaling  Property
  21319. UseLegScaling  Property
  21320. Properties useLegScaling
  21321. UseLegScaling  Property
  21322.  useLegScaling property
  21323. UseLegScaling  Property
  21324. UseLegScaling  Property
  21325. UseLegScaling  Property
  21326.  useLegTiming property
  21327. UseLegTiming  Property
  21328. UseLegTiming  Property
  21329. Properties useLegTiming
  21330. UseLegTiming  Property
  21331.  useLegTiming property
  21332. UseLegTiming  Property
  21333. UseLegTiming  Property
  21334. UseLegTiming  Property
  21335.  value function
  21336. Value Function
  21337. Functions value
  21338. Value Function
  21339.  version function
  21340. Version Function
  21341. Functions version
  21342. Version Function
  21343.  long version function
  21344. Version Function
  21345. Functions long version
  21346. Version Function
  21347.  visible property
  21348. Visible Property
  21349. Properties visible
  21350. Visible Property
  21351. Visible Property
  21352. Functions visibleCols
  21353. VisibleCols Function
  21354.  visibleCols function
  21355. VisibleCols Function
  21356. VisibleCols Function
  21357. VisibleCols Function
  21358. Functions visibleRows
  21359. VisibleRows Function
  21360.  visibleRows function
  21361. VisibleRows Function
  21362. VisibleRows Function
  21363. VisibleRows Function
  21364.  visual effect command
  21365. Visual Effect  Command
  21366. Commands visual effect
  21367. Visual Effect  Command
  21368. Visual Effect  Command
  21369.  blinds visual effect
  21370. Visual Effect  Command
  21371.  dissolve visual effect
  21372. Visual Effect  Command
  21373.  iris visual effect
  21374. Visual Effect  Command
  21375.  zoom visual effect
  21376. Visual Effect  Command
  21377. Visual Effect  Command
  21378.  scroll visual effect
  21379. Visual Effect  Command
  21380.  wipe visual effect
  21381. Visual Effect  Command
  21382.  zip visual effect
  21383. Visual Effect  Command
  21384. Visual Effect  Command
  21385. Visual Effect  Command
  21386. Visual Effect  Command
  21387. Visual Effect  Command
  21388. Visual Effect  Command
  21389. Visual Effect  Command
  21390. visual effect values zip
  21391. Visual Effect  Command
  21392.  wait command
  21393. Wait Command
  21394. Commands wait
  21395. Wait Command
  21396. Wait Command
  21397.  wideMargins property
  21398. WideMargins Property
  21399. Properties wideMargins
  21400. WideMargins Property
  21401. WideMargins Property
  21402. WideMargins Property
  21403.  width property
  21404. Width Property
  21405. Properties width
  21406. Width Property
  21407. Sizing width property
  21408. Width Property
  21409.  windowColor property
  21410. WindowColor Property
  21411. Properties windowColor
  21412. WindowColor Property
  21413. WindowColor Property
  21414. WindowColor Property
  21415.  windowTitle property
  21416. WindowTitle Property
  21417. Properties windowTitle
  21418. WindowTitle Property
  21419. WindowTitle Property
  21420.  windowType property
  21421. WindowType Property
  21422. Properties windowType
  21423. WindowType Property
  21424. WindowType Property
  21425.  within operator
  21426. Within Operator
  21427. Operators within
  21428. Within Operator
  21429. Within Operator
  21430. Word Text Chunk
  21431.  word chunk
  21432. Word Text Chunk
  21433. Chunk expressions word
  21434. Word Text Chunk
  21435. Properties wordWrap
  21436. WordWrap Property
  21437.  wordWrap property
  21438. WordWrap Property
  21439. WordWrap Property
  21440. WordWrap Property
  21441. Write To File Command
  21442. Commands write to file
  21443. Write To File Command
  21444.  write to file command
  21445. Write To File Command
  21446. +INFO
  21447. search1data
  21448. MOCELL10
  21449. * (Multiplication) Operator
  21450. * (Multiplication) Operator
  21451. * (Multiplication) Operator
  21452.  (Line Continuation Character) 
  21453.  (Line Continuation Character) 
  21454.  (Line Continuation Character) 
  21455.  (Line Continuation Character) 
  21456.  (Line Continuation Character) 
  21457.  (Line Continuation Character) 
  21458. ControllerVisible  Property
  21459. ControllerVisible  Property
  21460. ControllerVisible  Property
  21461. ControllerVisible  Property
  21462. ControllerVisible  Property
  21463. ControllerVisible  Property
  21464. Create Background Command
  21465. Create Background Command
  21466. Create Background Command
  21467. Create Background Command
  21468. Create Background Command
  21469. Exit Repeat Control Statement
  21470. Exit Repeat Control Statement
  21471. Exit Repeat Control Statement
  21472. Exit Repeat Control Statement
  21473. Exit Repeat Control Statement
  21474. Exit Repeat Control Statement
  21475. Exit to Top Control Statement
  21476. Exit to Top Control Statement
  21477. Exit to Top Control Statement
  21478. Exit to Top Control Statement
  21479. Exit to Top Control Statement
  21480. Exit to Top Control Statement
  21481. Exit to Top Control Statement
  21482. Function Control Statement
  21483. Function Control Statement
  21484. Function Control Statement
  21485. Function Control Statement
  21486. Function Control Statement
  21487. Function Control Statement
  21488. Function Control Statement
  21489. Global Variables Property
  21490. Global Variables Property
  21491. Global Variables Property
  21492. Global Variables Property
  21493. Hide {screen element}  Command
  21494. Hide {screen element}  Command
  21495. Hide {screen element}  Command
  21496. Hide {screen element}  Command
  21497. Hide {screen element}  Command
  21498. operators
  21499. & Operator
  21500. & Operator
  21501. & Operator
  21502. concatenation
  21503. & Operator
  21504. operator
  21505. & Operator
  21506. symbol
  21507. & Operator
  21508. & Operator
  21509. multiply
  21510. operators
  21511. + (Plus) Operator
  21512. + (Plus) Operator
  21513. + (Plus) Operator
  21514. operators
  21515. + (Plus) Operator
  21516. - (Minus) Operator
  21517. minus
  21518. - (Minus) Operator
  21519. operators
  21520. - (Minus) Operator
  21521. subtract
  21522. - (Minus) Operator
  21523. / (Division) Operator
  21524. divide
  21525. / (Division) Operator
  21526. operators
  21527. / (Division) Operator
  21528. scripting
  21529. symbols
  21530. continuation
  21531. character
  21532. -(line
  21533. scripting
  21534. -- (Comment Symbol) 
  21535. symbols
  21536. -- (Comment Symbol) 
  21537. comment
  21538. -- (Comment Symbol) 
  21539. symbol
  21540. -- (Comment Symbol) 
  21541. -- (Comment Symbol) 
  21542. Abs Function
  21543. function
  21544. Abs Function
  21545. functions
  21546. Abs Function
  21547. calculations
  21548. Abs Function
  21549. properties
  21550. Acceleration Property
  21551. acceleration
  21552. Acceleration Property
  21553. property
  21554. Acceleration Property
  21555. animation
  21556. Acceleration Property
  21557. Acceleration Property
  21558. manipulation
  21559. Acceleration Property
  21560. Add Command
  21561. command
  21562. Add Command
  21563. commands
  21564. Add Command
  21565. calculations
  21566. Add Command
  21567. commands
  21568. Add Menu Command
  21569. Add Menu Command
  21570. Add Menu Command
  21571. command
  21572. Add Menu Command
  21573. manipulation
  21574. Add Menu Command
  21575. commands
  21576. Add MenuItem Command
  21577. Add MenuItem Command
  21578. menuItem
  21579. Add MenuItem Command
  21580. command
  21581. Add MenuItem Command
  21582. Add MenuItem Command
  21583. manipulation
  21584. Add MenuItem Command
  21585. commands
  21586. Add Property Command
  21587. Add Property Command
  21588. property
  21589. Add Property Command
  21590. command
  21591. Add Property Command
  21592. custom
  21593. Add Property Command
  21594. manipulation
  21595. Add Property Command
  21596. commands
  21597. Advance Command
  21598. advance
  21599. Advance Command
  21600. command
  21601. Advance Command
  21602. movie
  21603. Advance Command
  21604. manipulation
  21605. Advance Command
  21606. Advance Command
  21607. motion
  21608. Advance Command
  21609. Advance Command
  21610. video
  21611. Advance Command
  21612. animation
  21613. Advance Command
  21614. properties
  21615. AnchorPoint Property
  21616. anchorPoint
  21617. AnchorPoint Property
  21618. property
  21619. AnchorPoint Property
  21620. AnchorPoint Property
  21621. manipulation
  21622. AnchorPoint Property
  21623. animation
  21624. AnchorPoint Property
  21625. operators
  21626. And Operator
  21627. And Operator
  21628. operator
  21629. And Operator
  21630. And Operator
  21631. logical
  21632. And Operator
  21633. comparison
  21634. And Operator
  21635. animate
  21636. Animate Along  Command
  21637. along
  21638. Animate Along  Command
  21639. command
  21640. Animate Along  Command
  21641. commands
  21642. Animate Along  Command
  21643. Animate Along  Command
  21644. manipulation
  21645. Animate Along  Command
  21646. animation
  21647. Animate Along  Command
  21648. animate
  21649. Animate From Command
  21650. Animate From Command
  21651. command
  21652. Animate From Command
  21653. commands
  21654. Animate From Command
  21655. decelerate
  21656. Animate From Command
  21657. modifier
  21658. Animate From Command
  21659. accelerate
  21660. Animate From Command
  21661. natural
  21662. Animate From Command
  21663. animation
  21664. Animate From Command
  21665. annuity
  21666. Annuity Function
  21667. function
  21668. Annuity Function
  21669. functions
  21670. Annuity Function
  21671. calculations
  21672. Annuity Function
  21673. answer
  21674. Answer Command
  21675. command
  21676. Answer Command
  21677. commands
  21678. Answer Command
  21679. dialog
  21680. Answer Command
  21681. Answer Command
  21682. creation
  21683. Answer Command
  21684. keystroke
  21685. ArrowKey Command
  21686. tracking
  21687. ArrowKey Command
  21688. arrowKey
  21689. ArrowKey Command
  21690. command
  21691. ArrowKey Command
  21692. commands
  21693. ArrowKey Command
  21694. arrowKey
  21695. ArrowKey Message
  21696. message
  21697. ArrowKey Message
  21698. messages
  21699. ArrowKey Message
  21700. keystroke
  21701. ArrowKey Message
  21702. tracking
  21703. ArrowKey Message
  21704. Ask Command
  21705. command
  21706. Ask Command
  21707. commands
  21708. Ask Command
  21709. dialog
  21710. Ask Command
  21711. Ask Command
  21712. creation
  21713. Ask Command
  21714. dialog
  21715. Ask File Command
  21716. Ask File Command
  21717. creation
  21718. Ask File Command
  21719. Ask File Command
  21720. Ask File Command
  21721. command
  21722. Ask File Command
  21723. manipulation
  21724. Ask File Command
  21725. commands
  21726. Ask File Command
  21727. saving
  21728. Ask File Command
  21729. Ask Password Command
  21730. password
  21731. Ask Password Command
  21732. command
  21733. Ask Password Command
  21734. dialog
  21735. Ask Password Command
  21736. Ask Password Command
  21737. creation
  21738. Ask Password Command
  21739. protection
  21740. Ask Password Command
  21741. commands
  21742. Ask Password Command
  21743. Atan Function
  21744. function
  21745. Atan Function
  21746. functions
  21747. Atan Function
  21748. calculations
  21749. Atan Function
  21750. properties
  21751. AutoFormat Property
  21752. autoFormat
  21753. AutoFormat Property
  21754. property
  21755. AutoFormat Property
  21756. formatting
  21757. AutoFormat Property
  21758. autoHilite
  21759. AutoHilite Property
  21760. property
  21761. AutoHilite Property
  21762. properties
  21763. AutoHilite Property
  21764. highlighting
  21765. AutoHilite Property
  21766. properties
  21767. AutoResize Property
  21768. autoResize
  21769. AutoResize Property
  21770. property
  21771. AutoResize Property
  21772. formatting
  21773. AutoResize Property
  21774. sizing
  21775. AutoResize Property
  21776. bitmap
  21777. AutoResize Property
  21778. manipulation
  21779. AutoResize Property
  21780. command
  21781. AutoResize Property
  21782. movie
  21783. AutoResize Property
  21784. video
  21785. AutoResize Property
  21786. autoSave
  21787. AutoSave Property
  21788. property
  21789. AutoSave Property
  21790. properties
  21791. AutoSave Property
  21792. saving
  21793. AutoSave Property
  21794. autoTab
  21795. AutoTab Property
  21796. property
  21797. AutoTab Property
  21798. properties
  21799. AutoTab Property
  21800. average
  21801. Average Function
  21802. function
  21803. Average Function
  21804. functions
  21805. Average Function
  21806. calculations
  21807. Average Function
  21808. backColor
  21809. BackColor  Property
  21810. property
  21811. BackColor  Property
  21812. graphics
  21813. BackColor  Property
  21814. manipulation
  21815. BackColor  Property
  21816. color
  21817. BackColor  Property
  21818. properties
  21819. BackColor  Property
  21820. backup
  21821. Backup  Command
  21822. command
  21823. Backup  Command
  21824. commands
  21825. Backup  Command
  21826. movie
  21827. Backup  Command
  21828. manipulation
  21829. Backup  Command
  21830. Backup  Command
  21831. backward
  21832. Backup  Command
  21833. playing
  21834. Backup  Command
  21835. movies
  21836. Backup  Command
  21837. animation
  21838. Backup  Command
  21839. video
  21840. Backup  Command
  21841. Beep Command
  21842. command
  21843. Beep Command
  21844. commands
  21845. Beep Command
  21846. sound
  21847. Beep Command
  21848. manipulation
  21849. Beep Command
  21850. bkgndSize
  21851. BkgndSize Property
  21852. property
  21853. BkgndSize Property
  21854. properties
  21855. BkgndSize Property
  21856. sizing
  21857. BkgndSize Property
  21858. blindTyping
  21859. BlindTyping Property
  21860. property
  21861. BlindTyping Property
  21862. properties
  21863. BlindTyping Property
  21864. message
  21865. BlindTyping Property
  21866. BlindTyping Property
  21867. blocking
  21868. Blocking  Property
  21869. property
  21870. Blocking  Property
  21871. playStyle
  21872. Blocking  Property
  21873. properties
  21874. Blocking  Property
  21875. video
  21876. Blocking  Property
  21877. audio
  21878. Blocking  Property
  21879. animation
  21880. Blocking  Property
  21881. bottom
  21882. Bottom Property
  21883. property
  21884. Bottom Property
  21885. properties
  21886. Bottom Property
  21887. sizing
  21888. Bottom Property
  21889. bottomRight
  21890. BottomRight Property
  21891. property
  21892. BottomRight Property
  21893. sizing
  21894. BottomRight Property
  21895. command
  21896. BottomRight Property
  21897. properties
  21898. BottomRight Property
  21899. commands
  21900. Breakpoint Command
  21901. breakpoint
  21902. Breakpoint Command
  21903. command
  21904. Breakpoint Command
  21905. debugger
  21906. Breakpoint Command
  21907. commands
  21908. Bring Closer Command
  21909. bring
  21910. Bring Closer Command
  21911. command
  21912. Bring Closer Command
  21913. object
  21914. Bring Closer Command
  21915. layer
  21916. Bring Closer Command
  21917. manipulation
  21918. Bring Closer Command
  21919. brush
  21920. Brush Property
  21921. property
  21922. Brush Property
  21923. properties
  21924. Brush Property
  21925. graphics
  21926. Brush Property
  21927. manipulation
  21928. Brush Property
  21929. busyCursor
  21930. BusyCursor Property
  21931. property
  21932. BusyCursor Property
  21933. properties
  21934. BusyCursor Property
  21935. cursor
  21936. BusyCursor Property
  21937. manipulation
  21938. BusyCursor Property
  21939. bufferSize
  21940. BufferSize  Property
  21941. property
  21942. BufferSize  Property
  21943. properties
  21944. BufferSize  Property
  21945. sound
  21946. BufferSize  Property
  21947. manipulation
  21948. BufferSize  Property
  21949. audio
  21950. BufferSize  Property
  21951. cantDelete
  21952. CantDelete Property
  21953. property
  21954. CantDelete Property
  21955. properties
  21956. CantDelete Property
  21957. protection
  21958. CantDelete Property
  21959. cantModify
  21960. CantModify Property
  21961. property
  21962. CantModify Property
  21963. properties
  21964. CantModify Property
  21965. protection
  21966. CantModify Property
  21967. cantUnderstand
  21968. CantUnderstand Message
  21969. message
  21970. CantUnderstand Message
  21971. messages
  21972. CantUnderstand Message
  21973. Cell Tabular Chunk
  21974. chunk
  21975. Cell Tabular Chunk
  21976. tabular
  21977. Cell Tabular Chunk
  21978. expressions
  21979. Cell Tabular Chunk
  21980. centered
  21981. Centered Property
  21982. property
  21983. Centered Property
  21984. properties
  21985. Centered Property
  21986. graphics
  21987. Centered Property
  21988. manipulation
  21989. Centered Property
  21990. centerPoint
  21991. CenterPoint  Property
  21992. property
  21993. CenterPoint  Property
  21994. properties
  21995. CenterPoint  Property
  21996. CenterPoint  Property
  21997. manipulation
  21998. CenterPoint  Property
  21999. animation
  22000. CenterPoint  Property
  22001. centeredWindow
  22002. CenteredWindow Property
  22003. property
  22004. CenteredWindow Property
  22005. properties
  22006. CenteredWindow Property
  22007. display
  22008. CenteredWindow Property
  22009. manipulation
  22010. CenteredWindow Property
  22011. character
  22012. Character Text Chunk
  22013. chunk
  22014. Character Text Chunk
  22015. Character Text Chunk
  22016. expressions
  22017. Character Text Chunk
  22018. charToNum
  22019. CharToNum Function
  22020. function
  22021. CharToNum Function
  22022. functions
  22023. CharToNum Function
  22024. formatting
  22025. CharToNum Function
  22026. conversion
  22027. CharToNum Function
  22028. aSCII
  22029. CharToNum Function
  22030. values
  22031. CharToNum Function
  22032. determining
  22033. CharToNum Function
  22034. using
  22035. CharToNum Function
  22036. commands
  22037. Check MenuItem Command
  22038. check
  22039. Check MenuItem Command
  22040. command
  22041. Check MenuItem Command
  22042. Check MenuItem Command
  22043. manipulation
  22044. Check MenuItem Command
  22045. choose
  22046. Choose Command
  22047. command
  22048. Choose Command
  22049. commands
  22050. Choose Command
  22051. graphics
  22052. Choose Command
  22053. manipulation
  22054. Choose Command
  22055. properties
  22056. Class Name Property
  22057. class
  22058. Class Name Property
  22059. Class Name Property
  22060. property
  22061. Class Name Property
  22062. object
  22063. Class Name Property
  22064. reference
  22065. Class Name Property
  22066. function
  22067. Class Name Property
  22068. editing
  22069. Clear  Command
  22070. commands
  22071. Clear  Command
  22072. clear
  22073. Clear  Command
  22074. command
  22075. Clear  Command
  22076. Clear  Command
  22077. click
  22078. Click At Command
  22079. command
  22080. Click At Command
  22081. commands
  22082. Click At Command
  22083. mouse
  22084. Click At Command
  22085. tracking
  22086. Click At Command
  22087. clickH
  22088. ClickH Function
  22089. function
  22090. ClickH Function
  22091. functions
  22092. ClickH Function
  22093. mouse
  22094. ClickH Function
  22095. tracking
  22096. ClickH Function
  22097. clickLoc
  22098. ClickLoc Function
  22099. function
  22100. ClickLoc Function
  22101. functions
  22102. ClickLoc Function
  22103. mouse
  22104. ClickLoc Function
  22105. tracking
  22106. ClickLoc Function
  22107. clickV
  22108. ClickV Function
  22109. function
  22110. ClickV Function
  22111. functions
  22112. ClickV Function
  22113. mouse
  22114. ClickV Function
  22115. tracking
  22116. ClickV Function
  22117. closeBackground
  22118. CloseBackground Message
  22119. message
  22120. CloseBackground Message
  22121. messages
  22122. CloseBackground Message
  22123. closeCard
  22124. CloseCard Message
  22125. message
  22126. CloseCard Message
  22127. messages
  22128. CloseCard Message
  22129. messages
  22130. CloseCell Message
  22131. closeCell
  22132. CloseCell Message
  22133. message
  22134. CloseCell Message
  22135. closeField
  22136. CloseField Message
  22137. message
  22138. CloseField Message
  22139. messages
  22140. CloseField Message
  22141. close
  22142. Close File Command
  22143. Close File Command
  22144. command
  22145. Close File Command
  22146. commands
  22147. Close File Command
  22148. manipulation
  22149. Close File Command
  22150. close
  22151. Close Printing Command
  22152. printing
  22153. Close Printing Command
  22154. command
  22155. Close Printing Command
  22156. commands
  22157. Close Printing Command
  22158. closeStack
  22159. CloseStack Message
  22160. message
  22161. CloseStack Message
  22162. messages
  22163. CloseStack Message
  22164. properties
  22165. ColDelim Property
  22166. colDelim
  22167. ColDelim Property
  22168. property
  22169. ColDelim Property
  22170. dataSheet
  22171. ColDelim Property
  22172. manipulation
  22173. ColDelim Property
  22174. pickList
  22175. ColDelim Property
  22176. properties
  22177. ColNames Property
  22178. colNames
  22179. ColNames Property
  22180. property
  22181. ColNames Property
  22182. dataSheet
  22183. ColNames Property
  22184. manipulation
  22185. ColNames Property
  22186. pickList
  22187. ColNames Property
  22188. resetting
  22189. ColNames Property
  22190. column
  22191. ColNames Property
  22192. labels
  22193. ColNames Property
  22194. colorDepth
  22195. ColorDepth Property
  22196. property
  22197. ColorDepth Property
  22198. properties
  22199. ColorDepth Property
  22200. color
  22201. ColorDepth Property
  22202. manipulation
  22203. ColorDepth Property
  22204. properties
  22205. ColResize Property
  22206. colResize
  22207. ColResize Property
  22208. property
  22209. ColResize Property
  22210. protection
  22211. ColResize Property
  22212. sizing
  22213. ColResize Property
  22214. column
  22215. Column Tabular Chunk
  22216. chunk
  22217. Column Tabular Chunk
  22218. tabular
  22219. Column Tabular Chunk
  22220. expressions
  22221. Column Tabular Chunk
  22222. properties
  22223. ColWidth Property
  22224. colWidth
  22225. ColWidth Property
  22226. property
  22227. ColWidth Property
  22228. dataSheet
  22229. ColWidth Property
  22230. manipulation
  22231. ColWidth Property
  22232. pickList
  22233. ColWidth Property
  22234. commandKey
  22235. CommandKey Function
  22236. function
  22237. CommandKey Function
  22238. functions
  22239. CommandKey Function
  22240. keystroke
  22241. CommandKey Function
  22242. tracking
  22243. CommandKey Function
  22244. commands
  22245. Compact Stack Command
  22246. compact
  22247. Compact Stack Command
  22248. stack
  22249. Compact Stack Command
  22250. command
  22251. Compact Stack Command
  22252. compound
  22253. Compound Function
  22254. function
  22255. Compound Function
  22256. functions
  22257. Compound Function
  22258. calculations
  22259. Compound Function
  22260. mathematical
  22261. Compound Function
  22262. contains
  22263. Contains Operator
  22264. operator
  22265. Contains Operator
  22266. operators
  22267. Contains Operator
  22268. contiguous
  22269. Contiguous  Property
  22270. property
  22271. Contiguous  Property
  22272. properties
  22273. Contiguous  Property
  22274. Contiguous  Property
  22275. manipulation
  22276. Contiguous  Property
  22277. animation
  22278. Contiguous  Property
  22279. controllerVisible
  22280. property
  22281. properties
  22282. movie
  22283. manipulation
  22284. video
  22285. controlPoint
  22286. ControlPoint  Property
  22287. property
  22288. ControlPoint  Property
  22289. properties
  22290. ControlPoint  Property
  22291. ControlPoint  Property
  22292. manipulation
  22293. ControlPoint  Property
  22294. animation
  22295. ControlPoint  Property
  22296. editing
  22297. Copy  Command
  22298. commands
  22299. Copy  Command
  22300. Copy  Command
  22301. command
  22302. Copy  Command
  22303. Copy  Command
  22304. editing
  22305. Copy Card  Command
  22306. commands
  22307. Copy Card  Command
  22308. Copy Card  Command
  22309. Copy Card  Command
  22310. command
  22311. Copy Card  Command
  22312. Copy Card  Command
  22313. Cos Function
  22314. function
  22315. Cos Function
  22316. functions
  22317. Cos Function
  22318. mathematical
  22319. Cos Function
  22320. calculations
  22321. Cos Function
  22322. commands
  22323. Create Command
  22324. create
  22325. Create Command
  22326. command
  22327. Create Command
  22328. creation
  22329. Create Command
  22330. create
  22331. background
  22332. command
  22333. commands
  22334. editing
  22335. Create Card Command
  22336. commands
  22337. Create Card Command
  22338. create
  22339. Create Card Command
  22340. Create Card Command
  22341. command
  22342. Create Card Command
  22343. Create Card Command
  22344. commands
  22345. Create Menu Command
  22346. create
  22347. Create Menu Command
  22348. Create Menu Command
  22349. command
  22350. Create Menu Command
  22351. creation
  22352. Create Menu Command
  22353. manipulation
  22354. Create Menu Command
  22355. editing
  22356. Create Stack Command
  22357. commands
  22358. Create Stack Command
  22359. create
  22360. Create Stack Command
  22361. stack
  22362. Create Stack Command
  22363. command
  22364. Create Stack Command
  22365. Create Stack Command
  22366. cursor
  22367. Cursor Property
  22368. property
  22369. Cursor Property
  22370. properties
  22371. Cursor Property
  22372. manipulation
  22373. Cursor Property
  22374. curveType
  22375. CurveType  Property
  22376. property
  22377. CurveType  Property
  22378. properties
  22379. CurveType  Property
  22380. CurveType  Property
  22381. manipulation
  22382. CurveType  Property
  22383. animation
  22384. CurveType  Property
  22385. bezier
  22386. CurveType  Property
  22387. circular
  22388. CurveType  Property
  22389. straight
  22390. CurveType  Property
  22391. editing
  22392. Cut Command
  22393. commands
  22394. Cut Command
  22395. Cut Command
  22396. command
  22397. Cut Command
  22398. Cut Command
  22399. properties
  22400. DataScroll Property
  22401. dataScroll
  22402. DataScroll Property
  22403. property
  22404. DataScroll Property
  22405. dataSheet
  22406. DataScroll Property
  22407. manipulation
  22408. DataScroll Property
  22409. pickList
  22410. DataScroll Property
  22411. Date Function
  22412. function
  22413. Date Function
  22414. functions
  22415. Date Function
  22416. abbreviated
  22417. Date Function
  22418. Date Function
  22419. short
  22420. Date Function
  22421. manipulation
  22422. Date Function
  22423. commands
  22424. Dehilite Command
  22425. dehilite
  22426. Dehilite Command
  22427. command
  22428. Dehilite Command
  22429. highlighting
  22430. Dehilite Command
  22431. editing
  22432. Delete Card  Command
  22433. commands
  22434. Delete Card  Command
  22435. delete
  22436. Delete Card  Command
  22437. Delete Card  Command
  22438. command
  22439. Delete Card  Command
  22440. deletion
  22441. Delete Card  Command
  22442. Delete Card  Command
  22443. noprompt
  22444. Delete Card  Command
  22445. option
  22446. Delete Card  Command
  22447. commands
  22448. Delete <chunk>  Command
  22449. delete
  22450. Delete <chunk>  Command
  22451. chunk
  22452. Delete <chunk>  Command
  22453. command
  22454. Delete <chunk>  Command
  22455. deletion
  22456. Delete <chunk>  Command
  22457. Delete Menu Command
  22458. manipulation
  22459. Delete Menu Command
  22460. delete
  22461. Delete Menu Command
  22462. command
  22463. Delete Menu Command
  22464. commands
  22465. Delete Menu Command
  22466. deletion
  22467. Delete Menu Command
  22468. commands
  22469. Delete <object> Command
  22470. delete
  22471. Delete <object> Command
  22472. object
  22473. Delete <object> Command
  22474. command
  22475. Delete <object> Command
  22476. deletion
  22477. Delete <object> Command
  22478. commands
  22479. Delete {row/col} Command
  22480. delete
  22481. Delete {row/col} Command
  22482. row/col
  22483. Delete {row/col} Command
  22484. command
  22485. Delete {row/col} Command
  22486. deletion
  22487. Delete {row/col} Command
  22488. deleteBackground
  22489. DeleteBackground Message
  22490. message
  22491. DeleteBackground Message
  22492. messages
  22493. DeleteBackground Message
  22494. deletion
  22495. DeleteBackground Message
  22496. deleteCard
  22497. DeleteCard Message
  22498. message
  22499. DeleteCard Message
  22500. messages
  22501. DeleteCard Message
  22502. deletion
  22503. DeleteCard Message
  22504. deleteObject
  22505. DeleteObject Message
  22506. message
  22507. DeleteObject Message
  22508. messages
  22509. DeleteObject Message
  22510. deletion
  22511. DeleteObject Message
  22512. commands
  22513. Disable Command
  22514. disable
  22515. Disable Command
  22516. command
  22517. Disable Command
  22518. Disable Command
  22519. manipulation
  22520. Disable Command
  22521. commands
  22522. Disable MenuItem Command
  22523. disable
  22524. Disable MenuItem Command
  22525. menuItem
  22526. Disable MenuItem Command
  22527. command
  22528. Disable MenuItem Command
  22529. Disable MenuItem Command
  22530. manipulation
  22531. Disable MenuItem Command
  22532. diskSpace
  22533. DiskSpace Function
  22534. function
  22535. DiskSpace Function
  22536. functions
  22537. DiskSpace Function
  22538. DiskSpace Function
  22539. space
  22540. DiskSpace Function
  22541. commands
  22542. Dismiss Command
  22543. dismiss
  22544. Dismiss Command
  22545. command
  22546. Dismiss Command
  22547. dialog
  22548. Dismiss Command
  22549. Dismiss Command
  22550. creation
  22551. Dismiss Command
  22552. Div Operator
  22553. operator
  22554. Div Operator
  22555. operators
  22556. Div Operator
  22557. calculations
  22558. Div Operator
  22559. divide
  22560. Divide Command
  22561. command
  22562. Divide Command
  22563. commands
  22564. Divide Command
  22565. calculations
  22566. Divide Command
  22567. Do Command
  22568. command
  22569. Do Command
  22570. commands
  22571. Do Command
  22572. DoMenu Message
  22573. manipulation
  22574. DoMenu Message
  22575. doMenu
  22576. DoMenu Message
  22577. message
  22578. DoMenu Message
  22579. messages
  22580. DoMenu Message
  22581. dontPrint
  22582. DontPrint Property
  22583. property
  22584. DontPrint Property
  22585. properties
  22586. DontPrint Property
  22587. printing
  22588. DontPrint Property
  22589. protection
  22590. DontPrint Property
  22591. mouse
  22592. DoubleClick Message
  22593. tracking
  22594. DoubleClick Message
  22595. doubleClick
  22596. DoubleClick Message
  22597. message
  22598. DoubleClick Message
  22599. messages
  22600. DoubleClick Message
  22601. Drag  Command
  22602. command
  22603. Drag  Command
  22604. commands
  22605. Drag  Command
  22606. paint
  22607. Drag  Command
  22608. tools
  22609. Drag  Command
  22610. dropMessages
  22611. DropMessages  Property
  22612. property
  22613. DropMessages  Property
  22614. properties
  22615. DropMessages  Property
  22616. movie
  22617. DropMessages  Property
  22618. manipulation
  22619. DropMessages  Property
  22620. sound
  22621. DropMessages  Property
  22622. timer
  22623. DropMessages  Property
  22624. DropMessages  Property
  22625. audio
  22626. DropMessages  Property
  22627. video
  22628. DropMessages  Property
  22629. animation
  22630. DropMessages  Property
  22631. duration
  22632. Duration  Property
  22633. property
  22634. Duration  Property
  22635. properties
  22636. Duration  Property
  22637. movie
  22638. Duration  Property
  22639. manipulation
  22640. Duration  Property
  22641. animation
  22642. Duration  Property
  22643. Duration  Property
  22644. video
  22645. Duration  Property
  22646. audio
  22647. Duration  Property
  22648. editBkgnd
  22649. EditBkgnd Property
  22650. property
  22651. EditBkgnd Property
  22652. properties
  22653. EditBkgnd Property
  22654. Edit Script Command
  22655. script
  22656. Edit Script Command
  22657. command
  22658. Edit Script Command
  22659. commands
  22660. Edit Script Command
  22661. formatting
  22662. Edit Script Command
  22663. commands
  22664. Enable Command
  22665. enable
  22666. Enable Command
  22667. command
  22668. Enable Command
  22669. Enable Command
  22670. manipulation
  22671. Enable Command
  22672. properties
  22673. Enable Property
  22674. enable
  22675. Enable Property
  22676. property
  22677. Enable Property
  22678. dataSheet
  22679. Enable Property
  22680. manipulation
  22681. Enable Property
  22682. pickList
  22683. Enable Property
  22684. commands
  22685. Enable MenuItem Command
  22686. enable
  22687. Enable MenuItem Command
  22688. menuitem
  22689. Enable MenuItem Command
  22690. command
  22691. Enable MenuItem Command
  22692. Enable MenuItem Command
  22693. manipulation
  22694. Enable MenuItem Command
  22695. End Control Statement
  22696. control
  22697. End Control Statement
  22698. statement
  22699. End Control Statement
  22700. statements
  22701. End Control Statement
  22702. handler
  22703. End Control Statement
  22704. loops
  22705. End Control Statement
  22706. End Control Statement
  22707. endArrow
  22708. EndArrow Property
  22709. property
  22710. EndArrow Property
  22711. properties
  22712. EndArrow Property
  22713. shape
  22714. EndArrow Property
  22715. manipulation
  22716. EndArrow Property
  22717. endPlay
  22718. EndPlay  Command
  22719. property
  22720. EndPlay  Command
  22721. commands
  22722. EndPlay  Command
  22723. audio
  22724. EndPlay  Command
  22725. command
  22726. EndPlay  Command
  22727. endPoint
  22728. EndPoint  Property
  22729. property
  22730. EndPoint  Property
  22731. properties
  22732. EndPoint  Property
  22733. animation
  22734. EndPoint  Property
  22735. EndPoint  Property
  22736. manipulation
  22737. EndPoint  Property
  22738. endPoints
  22739. EndPoints  Property
  22740. property
  22741. EndPoints  Property
  22742. properties
  22743. EndPoints  Property
  22744. shape
  22745. EndPoints  Property
  22746. manipulation
  22747. EndPoints  Property
  22748. endSize
  22749. EndSize Property
  22750. property
  22751. EndSize Property
  22752. properties
  22753. EndSize Property
  22754. animation
  22755. EndSize Property
  22756. EndSize Property
  22757. manipulation
  22758. EndSize Property
  22759. enterInField
  22760. EnterInField Message
  22761. message
  22762. EnterInField Message
  22763. messages
  22764. EnterInField Message
  22765. keystroke
  22766. EnterInField Message
  22767. tracking
  22768. EnterInField Message
  22769. enterKey
  22770. EnterKey Message
  22771. function
  22772. EnterKey Message
  22773. functions
  22774. EnterKey Message
  22775. keystroke
  22776. EnterKey Message
  22777. tracking
  22778. EnterKey Message
  22779. message
  22780. EnterKey Message
  22781. entries
  22782. Entries Property
  22783. property
  22784. Entries Property
  22785. properties
  22786. Entries Property
  22787. palettes
  22788. Entries Property
  22789. entry
  22790. Entry ChunkChunk
  22791. chunk
  22792. Entry Text Chunk
  22793. expression
  22794. Entry Text Chunk
  22795. expressions
  22796. Entry Text Chunk
  22797. palettes
  22798. Entry ChunkChunk
  22799. existence
  22800. Existence  Function
  22801. function
  22802. Existence  Function
  22803. functions
  22804. Existence  Function
  22805. object
  22806. Existence  Function
  22807. reference
  22808. Existence  Function
  22809. exists
  22810. Existence  Function
  22811. Existence  Function
  22812. Existence  Function
  22813. Exit Control Statement
  22814. control
  22815. Exit Control Statement
  22816. statement
  22817. Exit Control Statement
  22818. handler
  22819. Exit Control Statement
  22820. statements
  22821. Exit Control Statement
  22822. repeat
  22823. control
  22824. statement
  22825. statements
  22826. handler
  22827. handler
  22828. control
  22829. statement
  22830. statements
  22831. Exp Function
  22832. function
  22833. Exp Function
  22834. functions
  22835. Exp Function
  22836. calculations
  22837. Exp Function
  22838. mathematical
  22839. Exp Function
  22840. Exp1 Function
  22841. function
  22842. Exp1 Function
  22843. functions
  22844. Exp1 Function
  22845. mathematical
  22846. Exp1 Function
  22847. calculations
  22848. Exp1 Function
  22849. Exp2 Function
  22850. function
  22851. Exp2 Function
  22852. functions
  22853. Exp2 Function
  22854. mathematical
  22855. Exp2 Function
  22856. calculations
  22857. Exp2 Function
  22858. filled
  22859. Filled Property
  22860. property
  22861. Filled Property
  22862. properties
  22863. Filled Property
  22864. graphics
  22865. Filled Property
  22866. manipulation
  22867. Filled Property
  22868. command
  22869. Filled Property
  22870. flipInterval
  22871. FlipInterval Property
  22872. property
  22873. FlipInterval Property
  22874. properties
  22875. FlipInterval Property
  22876. FlipInterval Property
  22877. manipulation
  22878. FlipInterval Property
  22879. animation
  22880. FlipInterval Property
  22881. graphics
  22882. ForeColor  Property
  22883. manipulation
  22884. ForeColor  Property
  22885. foreColor
  22886. ForeColor  Property
  22887. property
  22888. ForeColor  Property
  22889. bitmap
  22890. ForeColor  Property
  22891. color
  22892. ForeColor  Property
  22893. properties
  22894. ForeColor  Property
  22895. inkColor
  22896. ForeColor  Property
  22897. shape
  22898. ForeColor  Property
  22899. freeSize
  22900. FreeSize Property
  22901. property
  22902. FreeSize Property
  22903. properties
  22904. FreeSize Property
  22905. FreeSize Property
  22906. space
  22907. FreeSize Property
  22908. fullScreen
  22909. FullScreen Property
  22910. property
  22911. FullScreen Property
  22912. properties
  22913. FullScreen Property
  22914. large
  22915. FullScreen Property
  22916. FullScreen Property
  22917. display
  22918. FullScreen Property
  22919. control
  22920. FullScreen Property
  22921. control
  22922. statements
  22923. function
  22924. statement
  22925. handler
  22926. functions
  22927. handlers
  22928. functionKey
  22929. FunctionKey Message
  22930. message
  22931. FunctionKey Message
  22932. messages
  22933. FunctionKey Message
  22934. keystroke
  22935. FunctionKey Message
  22936. tracking
  22937. FunctionKey Message
  22938. Get Command
  22939. command
  22940. Get Command
  22941. commands
  22942. Get Command
  22943. Get Command
  22944. manipulation
  22945. Get Command
  22946. global
  22947. Global Control Statement
  22948. control
  22949. Global Control Statement
  22950. statement
  22951. Global Control Statement
  22952. statements
  22953. Global Control Statement
  22954. variables
  22955. Global Control Statement
  22956. properties
  22957. global
  22958. variables
  22959. property
  22960. Go Command
  22961. command
  22962. Go Command
  22963. commands
  22964. Go Command
  22965. navigation
  22966. Go Command
  22967. gridSize
  22968. GridSize Property
  22969. property
  22970. GridSize Property
  22971. properties
  22972. GridSize Property
  22973. graphics
  22974. GridSize Property
  22975. manipulation
  22976. GridSize Property
  22977. heapSpace
  22978. HeapSpace Function
  22979. function
  22980. HeapSpace Function
  22981. functions
  22982. HeapSpace Function
  22983. memory
  22984. HeapSpace Function
  22985. height
  22986. Height Property
  22987. property
  22988. Height Property
  22989. properties
  22990. Height Property
  22991. Hide <object> Command
  22992. command
  22993. Hide <object> Command
  22994. objects
  22995. Hide <object> Command
  22996. commands
  22997. Hide <object> Command
  22998. command
  22999. screen
  23000. elements
  23001. commands
  23002. hilite
  23003. Hilite Command
  23004. command
  23005. Hilite Command
  23006. commands
  23007. Hilite Command
  23008. highlighting
  23009. Hilite Command
  23010. selection
  23011. Hilite Command
  23012. hilite
  23013. Hilite Property
  23014. property
  23015. Hilite Property
  23016. properties
  23017. Hilite Property
  23018. highlighting
  23019. Hilite Property
  23020. properties
  23021. HiliteColor Property
  23022. hiliteColor
  23023. HiliteColor Property
  23024. property
  23025. HiliteColor Property
  23026. highlighting
  23027. HiliteColor Property
  23028. color
  23029. HiliteColor Property
  23030. manipulation
  23031. HiliteColor Property
  23032. shape
  23033. HiliteColor Property
  23034. functions
  23035. HilitedRows Function
  23036. hilitedRows
  23037. HilitedRows Function
  23038. function
  23039. HilitedRows Function
  23040. pickList
  23041. HilitedRows Function
  23042. manipulation
  23043. HilitedRows Function
  23044. highlighting
  23045. HilitedRows Function
  23046. hypertext
  23047. HyperText Message
  23048. message
  23049. HyperText Message
  23050. messages
  23051. HyperText Message
  23052. Icon Property
  23053. property
  23054. Icon Property
  23055. properties
  23056. Icon Property
  23057. graphics
  23058. Icon Property
  23059. manipulation
  23060. Icon Property
  23061. ID Property
  23062. property
  23063. ID Property
  23064. properties
  23065. ID Property
  23066. unique
  23067. ID Property
  23068. ID Property
  23069. Idle Message
  23070. message
  23071. Idle Message
  23072. messages
  23073. Idle Message
  23074. If Control Statement
  23075. control
  23076. If Control Statement
  23077. statement
  23078. If Control Statement
  23079. statements
  23080. If Control Statement
  23081. handler
  23082. If Control Statement
  23083. commands
  23084. Import  Command
  23085. import
  23086. Import  Command
  23087. command
  23088. Import  Command
  23089. graphics
  23090. Import  Command
  23091. manipulation
  23092. Import  Command
  23093. sound
  23094. Import  Command
  23095. pickList
  23096. Import  Command
  23097. dataSheet
  23098. Import  Command
  23099. field
  23100. Import  Command
  23101. Import  Command
  23102. importing
  23103. Import  Command
  23104. audio
  23105. Import  Command
  23106. properties
  23107. Info Property
  23108. Info Property
  23109. graphics
  23110. InkColor Property
  23111. manipulation
  23112. InkColor Property
  23113. inkColor
  23114. InkColor Property
  23115. property
  23116. InkColor Property
  23117. color
  23118. InkColor Property
  23119. properties
  23120. InkColor Property
  23121. opColor
  23122. InkColor Property
  23123. properties
  23124. InkEffect  Property
  23125. inkEffects
  23126. InkEffect  Property
  23127. bitmap
  23128. InkEffect  Property
  23129. manipulation
  23130. InkEffect  Property
  23131. property
  23132. InkEffect  Property
  23133. color
  23134. InkEffect  Property
  23135. insert
  23136. Insert Leg Command
  23137. Insert Leg Command
  23138. command
  23139. Insert Leg Command
  23140. commands
  23141. Insert Leg Command
  23142. Insert Leg Command
  23143. manipulation
  23144. Insert Leg Command
  23145. animation
  23146. Insert Leg Command
  23147. insert
  23148. Insert {row/col} Command
  23149. command
  23150. Insert {row/col} Command
  23151. commands
  23152. Insert {row/col} Command
  23153. Insert {row/col} Command
  23154. manipulation
  23155. Insert {row/col} Command
  23156. dataSheet
  23157. Insert {row/col} Command
  23158. pickList
  23159. Insert {row/col} Command
  23160. Is Operator
  23161. operator
  23162. Is Operator
  23163. operators
  23164. Is Operator
  23165. comparison
  23166. Is Operator
  23167. Is [Not] In Operator
  23168. Is [Not] In Operator
  23169. operator
  23170. Is [Not] In Operator
  23171. operators
  23172. Is [Not] In Operator
  23173. comparison
  23174. Is [Not] In Operator
  23175. operators
  23176. Is Not Operator
  23177. Is Not Operator
  23178. Is Not Operator
  23179. operator
  23180. Is Not Operator
  23181. comparison
  23182. Is Not Operator
  23183. operators
  23184. Is [Not] Within
  23185. Is [Not] Within
  23186. within
  23187. Is [Not] Within
  23188. Is [Not] Within
  23189. operator
  23190. Is [Not] Within
  23191. comparison
  23192. Is [Not] Within
  23193. properties
  23194. IsPlaying  Property
  23195. isPlaying
  23196. IsPlaying  Property
  23197. sound
  23198. IsPlaying  Property
  23199. manipulation
  23200. IsPlaying  Property
  23201. property
  23202. IsPlaying  Property
  23203. video
  23204. IsPlaying  Property
  23205. audio
  23206. IsPlaying  Property
  23207. movie
  23208. IsPlaying  Property
  23209. IsPlaying  Property
  23210. animation
  23211. IsPlaying  Property
  23212. It Special Container
  23213. container
  23214. It Special Container
  23215. containers
  23216. It Special Container
  23217. Item Text Chunk
  23218. Item Text Chunk
  23219. chunk
  23220. Item Text Chunk
  23221. expressions
  23222. Item Text Chunk
  23223. keyPressed
  23224. KeyPressed Message
  23225. message
  23226. KeyPressed Message
  23227. messages
  23228. KeyPressed Message
  23229. keystroke
  23230. KeyPressed Message
  23231. tracking
  23232. KeyPressed Message
  23233. Left Property
  23234. property
  23235. Left Property
  23236. properties
  23237. Left Property
  23238. length
  23239. Length Function
  23240. property
  23241. Length Function
  23242. properties
  23243. Length Function
  23244. validation
  23245. Length Function
  23246. function
  23247. Length Function
  23248. library
  23249. Library Command
  23250. command
  23251. Library Command
  23252. commands
  23253. Library Command
  23254. stack
  23255. Library Command
  23256. manipulation
  23257. Library Command
  23258. functions
  23259. Libraries Function
  23260. libraries
  23261. Libraries Function
  23262. function
  23263. Libraries Function
  23264. shared
  23265. Libraries Function
  23266. Libraries Function
  23267. library
  23268. Libraries Function
  23269. stack
  23270. Libraries Function
  23271. manipulation
  23272. Libraries Function
  23273. libraryStack
  23274. LibraryStack Message
  23275. message
  23276. LibraryStack Message
  23277. messages
  23278. LibraryStack Message
  23279. library
  23280. LibraryStack Message
  23281. stack
  23282. LibraryStack Message
  23283. manipulation
  23284. LibraryStack Message
  23285. chunk
  23286. Line Text Chunk
  23287. expressions
  23288. Line Text Chunk
  23289. Line Text Chunk
  23290. Line Text Chunk
  23291. linePattern
  23292. LinePattern  Property
  23293. property
  23294. LinePattern  Property
  23295. properties
  23296. LinePattern  Property
  23297. graphics
  23298. LinePattern  Property
  23299. manipulation
  23300. LinePattern  Property
  23301. lineSize
  23302. LineSize  Property
  23303. property
  23304. LineSize  Property
  23305. properties
  23306. LineSize  Property
  23307. graphics
  23308. LineSize  Property
  23309. manipulation
  23310. LineSize  Property
  23311. color
  23312. LineSize  Property
  23313. shape
  23314. LineSize  Property
  23315. object
  23316. List Function
  23317. reference
  23318. List Function
  23319. List Function
  23320. function
  23321. List Function
  23322. functions
  23323. List Function
  23324. Ln Function
  23325. function
  23326. Ln Function
  23327. functions
  23328. Ln Function
  23329. mathematical
  23330. Ln Function
  23331. calculations
  23332. Ln Function
  23333. Ln1 Function
  23334. function
  23335. Ln1 Function
  23336. functions
  23337. Ln1 Function
  23338. mathematical
  23339. Ln1 Function
  23340. calculations
  23341. Ln1 Function
  23342. properties
  23343. Local Variables Property
  23344. local
  23345. Local Variables Property
  23346. variables
  23347. Local Variables Property
  23348. property
  23349. Local Variables Property
  23350. location
  23351. Location (Loc) Property
  23352. property
  23353. Location (Loc) Property
  23354. properties
  23355. Location (Loc) Property
  23356. Location (Loc) Property
  23357. position
  23358. Location (Loc) Property
  23359. Lock Messages Command
  23360. messages
  23361. Lock Messages Command
  23362. command
  23363. Lock Messages Command
  23364. commands
  23365. Lock Messages Command
  23366. locking
  23367. Lock Messages Command
  23368. Lock Screen Command
  23369. screen
  23370. Lock Screen Command
  23371. command
  23372. Lock Screen Command
  23373. commands
  23374. Lock Screen Command
  23375. display
  23376. Lock Screen Command
  23377. control
  23378. Lock Screen Command
  23379. locking
  23380. Lock Screen Command
  23381. lockMessages
  23382. LockMessages Property
  23383. property
  23384. LockMessages Property
  23385. properties
  23386. LockMessages Property
  23387. messages
  23388. LockMessages Property
  23389. locking
  23390. LockMessages Property
  23391. lockScreen
  23392. LockScreen Property
  23393. property
  23394. LockScreen Property
  23395. properties
  23396. LockScreen Property
  23397. display
  23398. LockScreen Property
  23399. control
  23400. LockScreen Property
  23401. lockText
  23402. LockText Property
  23403. property
  23404. LockText Property
  23405. properties
  23406. LockText Property
  23407. field
  23408. LockText Property
  23409. protection
  23410. LockText Property
  23411. dataSheet
  23412. LockText Property
  23413. Log2 Function
  23414. function
  23415. Log2 Function
  23416. functions
  23417. Log2 Function
  23418. mathematical
  23419. Log2 Function
  23420. calculations
  23421. Log2 Function
  23422. ,INFO
  23423. search2data
  23424. MOCELL10
  23425. MessageDropTime  Property
  23426. MessageDropTime  Property
  23427. MessageDropTime  Property
  23428. MessageDropTime  Property
  23429. MessageDropTime  Property
  23430. MessageDropTime  Property
  23431. MessageDropTime  Property
  23432. MessageDropTime  Property
  23433. MessageDropTime  Property
  23434. MessageDropTime  Property
  23435. MessageDropTime  Property
  23436. Milliseconds (Msecs) Function
  23437. Milliseconds (Msecs) Function
  23438. Milliseconds (Msecs) Function
  23439. Milliseconds (Msecs) Function
  23440. Milliseconds (Msecs) Function
  23441. Milliseconds (Msecs) Function
  23442. Next Repeat Control Statement
  23443. Next Repeat Control Statement
  23444. Next Repeat Control Statement
  23445. Next Repeat Control Statement
  23446. Next Repeat Control Statement
  23447. Next Repeat Control Statement
  23448. Next Repeat Control Statement
  23449. Next Repeat Control Statement
  23450. Open [<doc> with] <app> Commandtion> Command
  23451. Open [<document> with] <application> Command
  23452. Open [<document> with] <application> Command
  23453. Open [<document> with] <application> Command
  23454. Open [<document> with] <application> Command
  23455. Open [<document> with] <application> Command
  23456. Open [<document> with] <application> Command
  23457. Open [<document> with] <application> Command
  23458. Open [<document> with] <application> Command
  23459. Open [<document> with] <application> Command
  23460. Open [<doc> with] <app> Command
  23461. Open [<doc> with] <app> Command
  23462. Open [<doc> with] <app> Command
  23463. Open [<doc> with] <app> Command
  23464. Open [<doc> with] <app> Command
  23465. Open [<doc> with] <app> Command
  23466. Open [<doc> with] <app> Command
  23467. Open [<doc> with] <app> Command
  23468. Open [<doc> with] <app> Command
  23469. Open [<doc> with] <app> Command
  23470. ReverseOnReplay  Property
  23471. ReverseOnReplay  Property
  23472. ReverseOnReplay  Property
  23473. ReverseOnReplay  Property
  23474. ReverseOnReplay  Property
  23475. ReverseOnReplay  Property
  23476. ReverseOnReplay  Property
  23477. ReverseOnReplay  Property
  23478. Save [a] Copy as <filename>  Command
  23479. Save [a] Copy as <filename>  Command
  23480. Save [a] Copy as <filename>  Command
  23481. Save [a] Copy as <filename>  Command
  23482. Show {screen elements}  Command
  23483. Show {screen elements}  Command
  23484. Show {screen elements}  Command
  23485. Show {screen elements}  Command
  23486. Show {screen elements}  Command
  23487. Show {screen elements}  Command
  23488. Show {screen elements}  Command
  23489. matchedCols
  23490. MatchedCols Function
  23491. function
  23492. MatchedCols Function
  23493. functions
  23494. MatchedCols Function
  23495. dataSheet
  23496. MatchedCols Function
  23497. manipulation
  23498. MatchedCols Function
  23499. matchedCols
  23500. MatchedRows Function
  23501. function
  23502. MatchedRows Function
  23503. functions
  23504. MatchedRows Function
  23505. dataSheet
  23506. MatchedRows Function
  23507. manipulation
  23508. MatchedRows Function
  23509. Max Function
  23510. function
  23511. Max Function
  23512. functions
  23513. Max Function
  23514. mathematical
  23515. Max Function
  23516. calculations
  23517. Max Function
  23518. special
  23519. Me Special Container
  23520. containers
  23521. Me Special Container
  23522. Me Special Container
  23523. container
  23524. Me Special Container
  23525. ordinals
  23526. Me Special Container
  23527. member
  23528. Me Special Container
  23529. chunk
  23530. Me Special Container
  23531. expression
  23532. Me Special Container
  23533. groups
  23534. Me Special Container
  23535. expressions
  23536. Me Special Container
  23537. members
  23538. Members Property
  23539. property
  23540. Members Property
  23541. properties
  23542. Members Property
  23543. properties
  23544. MenuItems Property
  23545. menuItems
  23546. MenuItems Property
  23547. property
  23548. MenuItems Property
  23549. MenuItems Property
  23550. manipulation
  23551. MenuItems Property
  23552. messageDropTime
  23553. property
  23554. properties
  23555. movie
  23556. manipulation
  23557. timer
  23558. sound
  23559. video
  23560. audio
  23561. animation
  23562. messages
  23563. Messages Property
  23564. property
  23565. Messages Property
  23566. properties
  23567. Messages Property
  23568. movie
  23569. Messages Property
  23570. manipulation
  23571. Messages Property
  23572. sound
  23573. Messages Property
  23574. Messages Property
  23575. timer
  23576. Messages Property
  23577. video
  23578. Messages Property
  23579. audio
  23580. Messages Property
  23581. animation
  23582. Messages Property
  23583. milliseconds
  23584. function
  23585. functions
  23586. msecs
  23587. calculations
  23588. Min Function
  23589. function
  23590. Min Function
  23591. functions
  23592. Min Function
  23593. calculations
  23594. Min Function
  23595. mathematical
  23596. Min Function
  23597. Mod Function
  23598. function
  23599. Mod Function
  23600. functions
  23601. Mod Function
  23602. mathematical
  23603. Mod Function
  23604. calculations
  23605. Mod Function
  23606. mouse
  23607. Mouse Function
  23608. function
  23609. Mouse Function
  23610. functions
  23611. Mouse Function
  23612. tracking
  23613. Mouse Function
  23614. mouseClick
  23615. MouseClick Function
  23616. function
  23617. MouseClick Function
  23618. functions
  23619. MouseClick Function
  23620. mouse
  23621. MouseClick Function
  23622. tracking
  23623. MouseClick Function
  23624. mouseDown
  23625. MouseDown Message
  23626. message
  23627. MouseDown Message
  23628. messages
  23629. MouseDown Message
  23630. mouse
  23631. MouseDown Message
  23632. tracking
  23633. MouseDown Message
  23634. mouseEnter
  23635. MouseEnter Message
  23636. message
  23637. MouseEnter Message
  23638. messages
  23639. MouseEnter Message
  23640. mouse
  23641. MouseEnter Message
  23642. tracking
  23643. MouseEnter Message
  23644. mouseH
  23645. MouseH Function
  23646. function
  23647. MouseH Function
  23648. functions
  23649. MouseH Function
  23650. mouse
  23651. MouseH Function
  23652. tracking
  23653. MouseH Function
  23654. mouseLeave
  23655. MouseLeave Message
  23656. message
  23657. MouseLeave Message
  23658. messages
  23659. MouseLeave Message
  23660. mouse
  23661. MouseLeave Message
  23662. tracking
  23663. MouseLeave Message
  23664. mouseLoc
  23665. MouseLoc Function
  23666. function
  23667. MouseLoc Function
  23668. functions
  23669. MouseLoc Function
  23670. mouse
  23671. MouseLoc Function
  23672. tracking
  23673. MouseLoc Function
  23674. mouseStillDown
  23675. MouseStillDown Message
  23676. message
  23677. MouseStillDown Message
  23678. messages
  23679. MouseStillDown Message
  23680. mouse
  23681. MouseStillDown Message
  23682. tracking
  23683. MouseStillDown Message
  23684. messages
  23685. MouseUp Message
  23686. mouseUp
  23687. MouseUp Message
  23688. mouse
  23689. MouseUp Message
  23690. tracking
  23691. MouseUp Message
  23692. message
  23693. MouseUp Message
  23694. mouseV
  23695. MouseV Function
  23696. function
  23697. MouseV Function
  23698. functions
  23699. MouseV Function
  23700. mouse
  23701. MouseV Function
  23702. tracking
  23703. MouseV Function
  23704. mouseWithin
  23705. MouseWithin Message
  23706. message
  23707. MouseWithin Message
  23708. messages
  23709. MouseWithin Message
  23710. mouse
  23711. MouseWithin Message
  23712. tracking
  23713. MouseWithin Message
  23714. movieFile
  23715. MovieFile Property
  23716. property
  23717. MovieFile Property
  23718. linking
  23719. MovieFile Property
  23720. movie
  23721. MovieFile Property
  23722. files
  23723. MovieFile Property
  23724. properties
  23725. MovieFile Property
  23726. video
  23727. MovieFile Property
  23728. manipulation
  23729. MovieFile Property
  23730. movies
  23731. MovieFile Property
  23732. functions
  23733. MovieTypes Function
  23734. movieTypes
  23735. MovieTypes Function
  23736. function
  23737. MovieTypes Function
  23738. quickTime
  23739. MovieTypes Function
  23740. supported
  23741. MovieTypes Function
  23742. movie
  23743. MovieTypes Function
  23744. format
  23745. MovieTypes Function
  23746. movies
  23747. MovieTypes Function
  23748. formats
  23749. MovieTypes Function
  23750. video
  23751. MovieTypes Function
  23752. manipulation
  23753. MovieTypes Function
  23754. properties
  23755. MultiFont Property
  23756. multiFont
  23757. MultiFont Property
  23758. property
  23759. MultiFont Property
  23760. MultiFont Property
  23761. manipulation
  23762. MultiFont Property
  23763. formatting
  23764. MultiFont Property
  23765. properties
  23766. MultiHilite Property
  23767. multiHilite
  23768. MultiHilite Property
  23769. property
  23770. MultiHilite Property
  23771. highlighting
  23772. MultiHilite Property
  23773. pickList
  23774. MultiHilite Property
  23775. manipulation
  23776. MultiHilite Property
  23777. multiply
  23778. Multiply Command
  23779. command
  23780. Multiply Command
  23781. commands
  23782. Multiply Command
  23783. calculations
  23784. Multiply Command
  23785. Name Property
  23786. property
  23787. Name Property
  23788. properties
  23789. Name Property
  23790. object
  23791. Name Property
  23792. reference
  23793. Name Property
  23794. dataSheet
  23795. Name Property
  23796. manipulation
  23797. Name Property
  23798. pickList
  23799. Name Property
  23800. abbreviated
  23801. Name Property
  23802. short
  23803. Name Property
  23804. Name Property
  23805. class
  23806. Name Property
  23807. Name Property
  23808. messages
  23809. NewBackground  Message
  23810. newBackground
  23811. NewBackground  Message
  23812. creation
  23813. NewBackground  Message
  23814. message
  23815. NewBackground  Message
  23816. messages
  23817. NewCard  Message
  23818. newCard
  23819. NewCard  Message
  23820. creation
  23821. NewCard  Message
  23822. message
  23823. NewCard  Message
  23824. messages
  23825. NewObject Message
  23826. newObject
  23827. NewObject Message
  23828. creation
  23829. NewObject Message
  23830. message
  23831. NewObject Message
  23832. messages
  23833. NewStack  Message
  23834. newStack
  23835. NewStack  Message
  23836. creation
  23837. NewStack  Message
  23838. message
  23839. NewStack  Message
  23840. repeat
  23841. control
  23842. statement
  23843. statements
  23844. handler
  23845. command
  23846. loops
  23847. noEvents
  23848. NoEvents Property
  23849. property
  23850. NoEvents Property
  23851. properties
  23852. NoEvents Property
  23853. shape
  23854. NoEvents Property
  23855. manipulation
  23856. NoEvents Property
  23857. Not Operator
  23858. operator
  23859. Not Operator
  23860. operators
  23861. Not Operator
  23862. comparison
  23863. Not Operator
  23864. highlighting
  23865. Not Operator
  23866. logical
  23867. Not Operator
  23868. number
  23869. Number Function
  23870. function
  23871. Number Function
  23872. functions
  23873. Number Function
  23874. object
  23875. Number Function
  23876. reference
  23877. Number Function
  23878. chunk
  23879. Number Function
  23880. expressions
  23881. Number Function
  23882. loops
  23883. Number Function
  23884. properties
  23885. Number Property
  23886. number
  23887. Number Property
  23888. property
  23889. Number Property
  23890. object
  23891. Number Property
  23892. reference
  23893. Number Property
  23894. layer
  23895. Number Property
  23896. manipulation
  23897. Number Property
  23898. numToChar
  23899. NumToChar Function
  23900. function
  23901. NumToChar Function
  23902. functions
  23903. NumToChar Function
  23904. aSCII
  23905. NumToChar Function
  23906. values
  23907. NumToChar Function
  23908. determining
  23909. NumToChar Function
  23910. using
  23911. NumToChar Function
  23912. offset
  23913. Offset Function
  23914. function
  23915. Offset Function
  23916. functions
  23917. Offset Function
  23918. On Control Statement
  23919. control
  23920. On Control Statement
  23921. statement
  23922. On Control Statement
  23923. statements
  23924. On Control Statement
  23925. handler
  23926. On Control Statement
  23927. document
  23928. application
  23929. command
  23930. commands
  23931. manipulation
  23932. opening
  23933. documents
  23934. document
  23935. application
  23936. command
  23937. commands
  23938. manipulation
  23939. opening
  23940. documents
  23941. Open File Command
  23942. Open File Command
  23943. command
  23944. Open File Command
  23945. commands
  23946. Open File Command
  23947. manipulation
  23948. Open File Command
  23949. Open Printing Command
  23950. printing
  23951. Open Printing Command
  23952. command
  23953. Open Printing Command
  23954. commands
  23955. Open Printing Command
  23956. openBackground
  23957. OpenBackground Message
  23958. message
  23959. OpenBackground Message
  23960. messages
  23961. OpenBackground Message
  23962. openCard
  23963. OpenCard Message
  23964. message
  23965. OpenCard Message
  23966. messages
  23967. OpenCard Message
  23968. openCell
  23969. OpenCell Message
  23970. message
  23971. OpenCell Message
  23972. messages
  23973. OpenCell Message
  23974. dataSheet
  23975. OpenCell Message
  23976. manipulation
  23977. OpenCell Message
  23978. openField
  23979. OpenField Message
  23980. message
  23981. OpenField Message
  23982. messages
  23983. OpenField Message
  23984. openStack
  23985. OpenStack Message
  23986. message
  23987. OpenStack Message
  23988. messages
  23989. OpenStack Message
  23990. optionKey
  23991. OptionKey Function
  23992. function
  23993. OptionKey Function
  23994. functions
  23995. OptionKey Function
  23996. keystroke
  23997. OptionKey Function
  23998. tracking
  23999. OptionKey Function
  24000. logical
  24001. Or  Operator
  24002. operators
  24003. Or  Operator
  24004. Or  Operator
  24005. operator
  24006. Or  Operator
  24007. comparison
  24008. Or  Operator
  24009. overLaid
  24010. OverLaid  Property
  24011. property
  24012. OverLaid  Property
  24013. playStyle
  24014. OverLaid  Property
  24015. properties
  24016. OverLaid  Property
  24017. video
  24018. OverLaid  Property
  24019. movie
  24020. OverLaid  Property
  24021. manipulation
  24022. OverLaid  Property
  24023. param
  24024. Param Function
  24025. function
  24026. Param Function
  24027. functions
  24028. Param Function
  24029. mathematical
  24030. Param Function
  24031. calculations
  24032. Param Function
  24033. paramCount
  24034. ParamCount Function
  24035. function
  24036. ParamCount Function
  24037. functions
  24038. ParamCount Function
  24039. mathematical
  24040. ParamCount Function
  24041. calculations
  24042. ParamCount Function
  24043. params
  24044. Params Function
  24045. function
  24046. Params Function
  24047. functions
  24048. Params Function
  24049. calculations
  24050. Params Function
  24051. mathematical
  24052. Params Function
  24053. control
  24054. Pass Control Statement
  24055. statements
  24056. Pass Control Statement
  24057. Pass Control Statement
  24058. command
  24059. Pass Control Statement
  24060. messages
  24061. Pass Control Statement
  24062. passing
  24063. Pass Control Statement
  24064. editing
  24065. Paste  Command
  24066. commands
  24067. Paste  Command
  24068. paste
  24069. Paste  Command
  24070. command
  24071. Paste  Command
  24072. Paste  Command
  24073. editing
  24074. Paste Card  Command
  24075. commands
  24076. Paste Card  Command
  24077. paste
  24078. Paste Card  Command
  24079. Paste Card  Command
  24080. command
  24081. Paste Card  Command
  24082. Paste Card  Command
  24083. pattern
  24084. Pattern Property
  24085. property
  24086. Pattern Property
  24087. properties
  24088. Pattern Property
  24089. graphics
  24090. Pattern Property
  24091. manipulation
  24092. Pattern Property
  24093. commands
  24094. Pause  Command
  24095. pause
  24096. Pause  Command
  24097. command
  24098. Pause  Command
  24099. movie
  24100. Pause  Command
  24101. manipulation
  24102. Pause  Command
  24103. animation
  24104. Pause  Command
  24105. Pause  Command
  24106. audio
  24107. Pause  Command
  24108. video
  24109. Pause  Command
  24110. Pick Command
  24111. command
  24112. Pick Command
  24113. commands
  24114. Pick Command
  24115. dialog
  24116. Pick Command
  24117. Pick Command
  24118. creation
  24119. Pick Command
  24120. functions
  24121. Platform Function
  24122. platform
  24123. Platform Function
  24124. function
  24125. Platform Function
  24126. commands
  24127. Play Command
  24128. Play Command
  24129. command
  24130. Play Command
  24131. movie
  24132. Play Command
  24133. manipulation
  24134. Play Command
  24135. Play Command
  24136. sound
  24137. Play Command
  24138. animation
  24139. Play Command
  24140. video
  24141. Play Command
  24142. audio
  24143. Play Command
  24144. commands
  24145. Play File Command
  24146. Play File Command
  24147. Play File Command
  24148. command
  24149. Play File Command
  24150. sound
  24151. Play File Command
  24152. manipulation
  24153. Play File Command
  24154. blocking
  24155. Play File Command
  24156. option
  24157. Play File Command
  24158. audio
  24159. Play File Command
  24160. nowait
  24161. Play File Command
  24162. playCounter
  24163. PlayCounter  Property
  24164. property
  24165. PlayCounter  Property
  24166. properties
  24167. PlayCounter  Property
  24168. movie
  24169. PlayCounter  Property
  24170. manipulation
  24171. PlayCounter  Property
  24172. PlayCounter  Property
  24173. sound
  24174. PlayCounter  Property
  24175. animation
  24176. PlayCounter  Property
  24177. video
  24178. PlayCounter  Property
  24179. audio
  24180. PlayCounter  Property
  24181. playDirection
  24182. PlayDirection  Property
  24183. property
  24184. PlayDirection  Property
  24185. properties
  24186. PlayDirection  Property
  24187. PlayDirection  Property
  24188. manipulation
  24189. PlayDirection  Property
  24190. movie
  24191. PlayDirection  Property
  24192. animation
  24193. PlayDirection  Property
  24194. video
  24195. PlayDirection  Property
  24196. playDuration
  24197. PlayDuration  Property
  24198. property
  24199. PlayDuration  Property
  24200. properties
  24201. PlayDuration  Property
  24202. movie
  24203. PlayDuration  Property
  24204. manipulation
  24205. PlayDuration  Property
  24206. sound
  24207. PlayDuration  Property
  24208. PlayDuration  Property
  24209. audio
  24210. PlayDuration  Property
  24211. video
  24212. PlayDuration  Property
  24213. animation
  24214. PlayDuration  Property
  24215. playEffects
  24216. PlayEffects  Property
  24217. property
  24218. PlayEffects  Property
  24219. properties
  24220. PlayEffects  Property
  24221. sound
  24222. PlayEffects  Property
  24223. manipulation
  24224. PlayEffects  Property
  24225. audio
  24226. PlayEffects  Property
  24227. playForever
  24228. PlayForever  Property
  24229. property
  24230. PlayForever  Property
  24231. properties
  24232. PlayForever  Property
  24233. movie
  24234. PlayForever  Property
  24235. manipulation
  24236. PlayForever  Property
  24237. sound
  24238. PlayForever  Property
  24239. PlayForever  Property
  24240. animation
  24241. PlayForever  Property
  24242. video
  24243. PlayForever  Property
  24244. audio
  24245. PlayForever  Property
  24246. playList
  24247. PlayList  Property
  24248. property
  24249. PlayList  Property
  24250. properties
  24251. PlayList  Property
  24252. PlayList  Property
  24253. manipulation
  24254. PlayList  Property
  24255. animation
  24256. PlayList  Property
  24257. playMode
  24258. PlayMode  Property
  24259. property
  24260. PlayMode  Property
  24261. properties
  24262. PlayMode  Property
  24263. movie
  24264. PlayMode  Property
  24265. manipulation
  24266. PlayMode  Property
  24267. video
  24268. PlayMode  Property
  24269. playMuted
  24270. PlayMuted  Property
  24271. property
  24272. PlayMuted  Property
  24273. properties
  24274. PlayMuted  Property
  24275. movie
  24276. PlayMuted  Property
  24277. manipulation
  24278. PlayMuted  Property
  24279. sound
  24280. PlayMuted  Property
  24281. audio
  24282. PlayMuted  Property
  24283. video
  24284. PlayMuted  Property
  24285. playNumber
  24286. PlayNumber  Property
  24287. property
  24288. PlayNumber  Property
  24289. properties
  24290. PlayNumber  Property
  24291. sound
  24292. PlayNumber  Property
  24293. manipulation
  24294. PlayNumber  Property
  24295. PlayNumber  Property
  24296. movie
  24297. PlayNumber  Property
  24298. animation
  24299. PlayNumber  Property
  24300. audio
  24301. PlayNumber  Property
  24302. video
  24303. PlayNumber  Property
  24304. playRate
  24305. PlayRate  Property
  24306. property
  24307. PlayRate  Property
  24308. properties
  24309. PlayRate  Property
  24310. movie
  24311. PlayRate  Property
  24312. manipulation
  24313. PlayRate  Property
  24314. video
  24315. PlayRate  Property
  24316. messages
  24317. PlayRepeated  Message
  24318. playRepeated
  24319. PlayRepeated  Message
  24320. message
  24321. PlayRepeated  Message
  24322. movie
  24323. PlayRepeated  Message
  24324. manipulation
  24325. PlayRepeated  Message
  24326. PlayRepeated  Message
  24327. sound
  24328. PlayRepeated  Message
  24329. animation
  24330. PlayRepeated  Message
  24331. video
  24332. PlayRepeated  Message
  24333. audio
  24334. PlayRepeated  Message
  24335. playStart
  24336. PlayStart  Property
  24337. property
  24338. PlayStart  Property
  24339. properties
  24340. PlayStart  Property
  24341. movie
  24342. PlayStart  Property
  24343. manipulation
  24344. PlayStart  Property
  24345. PlayStart  Property
  24346. sound
  24347. PlayStart  Property
  24348. animation
  24349. PlayStart  Property
  24350. audio
  24351. PlayStart  Property
  24352. video
  24353. PlayStart  Property
  24354. messages
  24355. PlayStarted  Message
  24356. playStarted
  24357. PlayStarted  Message
  24358. message
  24359. PlayStarted  Message
  24360. movie
  24361. PlayStarted  Message
  24362. manipulation
  24363. PlayStarted  Message
  24364. video
  24365. PlayStarted  Message
  24366. messages
  24367. PlayStopped  Message
  24368. playStopped
  24369. PlayStopped  Message
  24370. message
  24371. PlayStopped  Message
  24372. movie
  24373. PlayStopped  Message
  24374. manipulation
  24375. PlayStopped  Message
  24376. PlayStopped  Message
  24377. sound
  24378. PlayStopped  Message
  24379. audio
  24380. PlayStopped  Message
  24381. animation
  24382. PlayStopped  Message
  24383. video
  24384. PlayStopped  Message
  24385. playStyle
  24386. PlayStyle  Property
  24387. property
  24388. PlayStyle  Property
  24389. properties
  24390. PlayStyle  Property
  24391. PlayStyle  Property
  24392. manipulation
  24393. PlayStyle  Property
  24394. sound
  24395. PlayStyle  Property
  24396. movie
  24397. PlayStyle  Property
  24398. animation
  24399. PlayStyle  Property
  24400. audio
  24401. PlayStyle  Property
  24402. video
  24403. PlayStyle  Property
  24404. playVolume
  24405. PlayVolume  Property
  24406. property
  24407. PlayVolume  Property
  24408. properties
  24409. PlayVolume  Property
  24410. movie
  24411. PlayVolume  Property
  24412. manipulation
  24413. PlayVolume  Property
  24414. sound
  24415. PlayVolume  Property
  24416. video
  24417. PlayVolume  Property
  24418. audio
  24419. PlayVolume  Property
  24420. polysides
  24421. Polysides Property
  24422. property
  24423. Polysides Property
  24424. properties
  24425. Polysides Property
  24426. graphics
  24427. Polysides Property
  24428. manipulation
  24429. Polysides Property
  24430. Pop Command
  24431. Pop Command
  24432. command
  24433. Pop Command
  24434. commands
  24435. Pop Command
  24436. commands
  24437. Popup Command
  24438. popup
  24439. Popup Command
  24440. command
  24441. Popup Command
  24442. dialog
  24443. Popup Command
  24444. Popup Command
  24445. creation
  24446. Popup Command
  24447. commands
  24448. PopupMenu Command
  24449. popupMenu
  24450. PopupMenu Command
  24451. command
  24452. PopupMenu Command
  24453. PopupMenu Command
  24454. manipulation
  24455. PopupMenu Command
  24456. commands
  24457. Prepare  Command
  24458. prepare
  24459. Prepare  Command
  24460. command
  24461. Prepare  Command
  24462. movie
  24463. Prepare  Command
  24464. manipulation
  24465. Prepare  Command
  24466. video
  24467. Prepare  Command
  24468. print
  24469. Print Card Command
  24470. Print Card Command
  24471. command
  24472. Print Card Command
  24473. commands
  24474. Print Card Command
  24475. printing
  24476. Print Card Command
  24477. properties
  24478. Properties Property
  24479. property
  24480. Properties Property
  24481. custom
  24482. Properties Property
  24483. manipulation
  24484. Properties Property
  24485. Push Command
  24486. command
  24487. Push Command
  24488. commands
  24489. Push Command
  24490. Put Command
  24491. command
  24492. Put Command
  24493. commands
  24494. Put Command
  24495. Put Command
  24496. manipulation
  24497. Put Command
  24498. editing
  24499. Quit  Command
  24500. commands
  24501. Quit  Command
  24502. Quit  Command
  24503. command
  24504. Quit  Command
  24505. Quit  Command
  24506. Quit Message
  24507. message
  24508. Quit Message
  24509. messages
  24510. Quit Message
  24511. random
  24512. Random Function
  24513. function
  24514. Random Function
  24515. functions
  24516. Random Function
  24517. mathematical
  24518. Random Function
  24519. calculations
  24520. Random Function
  24521. upperlimit
  24522. Random Function
  24523. option
  24524. Random Function
  24525. Read From File Command
  24526. Read From File Command
  24527. Read From File Command
  24528. command
  24529. Read From File Command
  24530. commands
  24531. Read From File Command
  24532. manipulation
  24533. Read From File Command
  24534. realize
  24535. Realize Command
  24536. command
  24537. Realize Command
  24538. commands
  24539. Realize Command
  24540. palettes
  24541. Realize Command
  24542. rectangle
  24543. Rectangle Property
  24544. property
  24545. Rectangle Property
  24546. properties
  24547. Rectangle Property
  24548. properties
  24549. Reference Property
  24550. reference
  24551. Reference Property
  24552. property
  24553. Reference Property
  24554. object
  24555. Reference Property
  24556. commands
  24557. Release  Command
  24558. release
  24559. Release  Command
  24560. command
  24561. Release  Command
  24562. movie
  24563. Release  Command
  24564. manipulation
  24565. Release  Command
  24566. video
  24567. Release  Command
  24568. release
  24569. Release Library Command
  24570. library
  24571. Release Library Command
  24572. command
  24573. Release Library Command
  24574. commands
  24575. Release Library Command
  24576. stack
  24577. Release Library Command
  24578. manipulation
  24579. Release Library Command
  24580. releaseStack
  24581. ReleaseStack Message
  24582. message
  24583. ReleaseStack Message
  24584. messages
  24585. ReleaseStack Message
  24586. library
  24587. ReleaseStack Message
  24588. stack
  24589. ReleaseStack Message
  24590. manipulation
  24591. ReleaseStack Message
  24592. commands
  24593. Remove Property Command
  24594. remove
  24595. Remove Property Command
  24596. property
  24597. Remove Property Command
  24598. command
  24599. Remove Property Command
  24600. custom
  24601. Remove Property Command
  24602. manipulation
  24603. Remove Property Command
  24604. repeat
  24605. Repeat Control Statement
  24606. command
  24607. Repeat Control Statement
  24608. commands
  24609. Repeat Control Statement
  24610. loops
  24611. Repeat Control Statement
  24612. repeat
  24613. Repeat Forever
  24614. forever
  24615. Repeat Forever
  24616. command
  24617. Repeat Forever
  24618. loops
  24619. Repeat Forever
  24620. loops
  24621. Repeat Until
  24622. repeat
  24623. Repeat Until
  24624. until
  24625. Repeat Until
  24626. command
  24627. Repeat Until
  24628. Repeat Until
  24629. repeat
  24630. Repeat While
  24631. command
  24632. Repeat While
  24633. while
  24634. Repeat While
  24635. loops
  24636. Repeat While
  24637. repeat
  24638. Repeat With
  24639. command
  24640. Repeat With
  24641. Repeat With
  24642. loops
  24643. Repeat With
  24644. decremental
  24645. Repeat With
  24646. repeating
  24647. Repeat With
  24648. incremental
  24649. Repeat With
  24650. reset
  24651. Reset Message
  24652. message
  24653. Reset Message
  24654. command
  24655. Reset Message
  24656. commands
  24657. Reset Message
  24658. Reset Message
  24659. reset
  24660. Reset Paint
  24661. paint
  24662. Reset Paint
  24663. command
  24664. Reset Paint
  24665. commands
  24666. Reset Paint
  24667. graphics
  24668. Reset Paint
  24669. manipulation
  24670. Reset Paint
  24671. result
  24672. Result
  24673. function
  24674. Result
  24675. functions
  24676. Result
  24677. control
  24678. Return Control Statement
  24679. statements
  24680. Return Control Statement
  24681. return
  24682. Return Control Statement
  24683. statement
  24684. Return Control Statement
  24685. returnInField
  24686. ReturnInField Message
  24687. message
  24688. ReturnInField Message
  24689. messages
  24690. ReturnInField Message
  24691. keystroke
  24692. ReturnInField Message
  24693. tracking
  24694. ReturnInField Message
  24695. returnKey
  24696. ReturnKey Message
  24697. function
  24698. ReturnKey Message
  24699. functions
  24700. ReturnKey Message
  24701. keystroke
  24702. ReturnKey Message
  24703. tracking
  24704. ReturnKey Message
  24705. message
  24706. ReturnKey Message
  24707. reverseOnReplay
  24708. property
  24709. properties
  24710. movie
  24711. manipulation
  24712. video
  24713. animation
  24714. right
  24715. Right Property
  24716. property
  24717. Right Property
  24718. properties
  24719. Right Property
  24720. rotation
  24721. Rotation  Property
  24722. property
  24723. Rotation  Property
  24724. properties
  24725. Rotation  Property
  24726. Rotation  Property
  24727. manipulation
  24728. Rotation  Property
  24729. animation
  24730. Rotation  Property
  24731. clockwise
  24732. Rotation  Property
  24733. counterclockwise
  24734. Rotation  Property
  24735. round
  24736. Round Function
  24737. function
  24738. Round Function
  24739. functions
  24740. Round Function
  24741. calculations
  24742. Round Function
  24743. tabular
  24744. Row Tabular Chunk
  24745. chunk
  24746. Row Tabular Chunk
  24747. expressions
  24748. Row Tabular Chunk
  24749. Row Tabular Chunk
  24750. properties
  24751. RowDelim Property
  24752. rowDelim
  24753. RowDelim Property
  24754. property
  24755. RowDelim Property
  24756. dataSheet
  24757. RowDelim Property
  24758. manipulation
  24759. RowDelim Property
  24760. pickList
  24761. RowDelim Property
  24762. properties
  24763. RowHeight Property
  24764. rowHeight
  24765. RowHeight Property
  24766. property
  24767. RowHeight Property
  24768. dataSheet
  24769. RowHeight Property
  24770. manipulation
  24771. RowHeight Property
  24772. pickList
  24773. RowHeight Property
  24774. properties
  24775. RulerStyle Property
  24776. rulerStyle
  24777. RulerStyle Property
  24778. property
  24779. RulerStyle Property
  24780. graphics
  24781. RulerStyle Property
  24782. manipulation
  24783. RulerStyle Property
  24784. command
  24785. commands
  24786. scaleToFit
  24787. ScaleToFit Property
  24788. property
  24789. ScaleToFit Property
  24790. properties
  24791. ScaleToFit Property
  24792. bitmap
  24793. ScaleToFit Property
  24794. manipulation
  24795. ScaleToFit Property
  24796. scaling
  24797. Scaling  Property
  24798. property
  24799. Scaling  Property
  24800. properties
  24801. Scaling  Property
  24802. animation
  24803. Scaling  Property
  24804. Scaling  Property
  24805. manipulation
  24806. Scaling  Property
  24807. screenRect
  24808. ScreenRect Function
  24809. function
  24810. ScreenRect Function
  24811. functions
  24812. ScreenRect Function
  24813. display
  24814. ScreenRect Function
  24815. control
  24816. ScreenRect Function
  24817. script
  24818. Script Property
  24819. property
  24820. Script Property
  24821. properties
  24822. Script Property
  24823. scriptFont
  24824. ScriptFont Property
  24825. property
  24826. ScriptFont Property
  24827. properties
  24828. ScriptFont Property
  24829. formatting
  24830. ScriptFont Property
  24831. scriptSize
  24832. ScriptSize Property
  24833. property
  24834. ScriptSize Property
  24835. properties
  24836. ScriptSize Property
  24837. formatting
  24838. ScriptSize Property
  24839. scriptStyle
  24840. ScriptStyle Property
  24841. property
  24842. ScriptStyle Property
  24843. properties
  24844. ScriptStyle Property
  24845. formatting
  24846. ScriptStyle Property
  24847. commands
  24848. Scroll Command
  24849. scroll
  24850. Scroll Command
  24851. command
  24852. Scroll Command
  24853. animation
  24854. Scroll Command
  24855. dataSheet
  24856. Scroll Command
  24857. manipulation
  24858. Scroll Command
  24859. pickList
  24860. Scroll Command
  24861. messages
  24862. Scroll Message
  24863. scroll
  24864. Scroll Message
  24865. message
  24866. Scroll Message
  24867. dataSheet
  24868. Scroll Message
  24869. manipulation
  24870. Scroll Message
  24871. pickList
  24872. Scroll Message
  24873. properties
  24874. Scroll Property
  24875. scroll
  24876. Scroll Property
  24877. property
  24878. Scroll Property
  24879. scrollBar
  24880. ScrollBars Property
  24881. property
  24882. ScrollBars Property
  24883. properties
  24884. ScrollBars Property
  24885. horizontal
  24886. ScrollBars Property
  24887. vertical
  24888. ScrollBars Property
  24889. display
  24890. ScrollBars Property
  24891. control
  24892. ScrollBars Property
  24893. scrollFrame
  24894. ScrollFrame Property
  24895. property
  24896. ScrollFrame Property
  24897. properties
  24898. ScrollFrame Property
  24899. display
  24900. ScrollFrame Property
  24901. control
  24902. ScrollFrame Property
  24903. properties
  24904. Scrolling Property
  24905. scrolling
  24906. Scrolling Property
  24907. property
  24908. Scrolling Property
  24909. dataSheet
  24910. Scrolling Property
  24911. manipulation
  24912. Scrolling Property
  24913. field
  24914. Scrolling Property
  24915. pickList
  24916. Scrolling Property
  24917. properties
  24918. ScrollLimit Property
  24919. scrollLimit
  24920. ScrollLimit Property
  24921. property
  24922. ScrollLimit Property
  24923. dataSheet
  24924. ScrollLimit Property
  24925. manipulation
  24926. ScrollLimit Property
  24927. pickList
  24928. ScrollLimit Property
  24929. scrollLine
  24930. ScrollLine  Property
  24931. property
  24932. ScrollLine  Property
  24933. properties
  24934. ScrollLine  Property
  24935. dataSheet
  24936. ScrollLine  Property
  24937. manipulation
  24938. ScrollLine  Property
  24939. pickList
  24940. ScrollLine  Property
  24941. field
  24942. ScrollPosition Property
  24943. manipulation
  24944. ScrollPosition Property
  24945. scrollPosition
  24946. ScrollPosition Property
  24947. property
  24948. ScrollPosition Property
  24949. pickList
  24950. ScrollPosition Property
  24951. dataSheet
  24952. ScrollPosition Property
  24953. properties
  24954. ScrollPosition Property
  24955. seconds
  24956. Seconds Function
  24957. function
  24958. Seconds Function
  24959. functions
  24960. Seconds Function
  24961. Seconds Function
  24962. manipulation
  24963. Seconds Function
  24964. Seconds Function
  24965. Seek  Command
  24966. command
  24967. Seek  Command
  24968. sound
  24969. Seek  Command
  24970. manipulation
  24971. Seek  Command
  24972. movie
  24973. Seek  Command
  24974. Seek  Command
  24975. commands
  24976. Seek  Command
  24977. audio
  24978. Seek  Command
  24979. animation
  24980. Seek  Command
  24981. video
  24982. Seek  Command
  24983. select
  24984. Select Command
  24985. command
  24986. Select Command
  24987. commands
  24988. Select Command
  24989. chunk
  24990. Select Command
  24991. expressions
  24992. Select Command
  24993. selection
  24994. Select Command
  24995. selectedChunk
  24996. SelectedChunk Function
  24997. function
  24998. SelectedChunk Function
  24999. functions
  25000. SelectedChunk Function
  25001. selection
  25002. SelectedChunk Function
  25003. chunk
  25004. SelectedChunk Function
  25005. expressions
  25006. SelectedChunk Function
  25007. selectedField
  25008. SelectedField Function
  25009. function
  25010. SelectedField Function
  25011. functions
  25012. SelectedField Function
  25013. selection
  25014. SelectedField Function
  25015. selectedLine
  25016. SelectedLine Function
  25017. function
  25018. SelectedLine Function
  25019. functions
  25020. SelectedLine Function
  25021. selection
  25022. SelectedLine Function
  25023. chunk
  25024. SelectedLine Function
  25025. expressions
  25026. SelectedLine Function
  25027. functions
  25028. SelectedObject Function
  25029. selectedObject
  25030. SelectedObject Function
  25031. function
  25032. SelectedObject Function
  25033. selection
  25034. SelectedObject Function
  25035. selectedText
  25036. SelectedText Function
  25037. function
  25038. SelectedText Function
  25039. functions
  25040. SelectedText Function
  25041. selection
  25042. SelectedText Function
  25043. selection
  25044. Selection Function
  25045. function
  25046. Selection Function
  25047. functions
  25048. Selection Function
  25049. commands
  25050. Send Farther Command
  25051. Send Farther Command
  25052. command
  25053. Send Farther Command
  25054. object
  25055. Send Farther Command
  25056. layer
  25057. Send Farther Command
  25058. manipulation
  25059. Send Farther Command
  25060. Set Command
  25061. command
  25062. Set Command
  25063. commands
  25064. Set Command
  25065. setRandomSeed
  25066. SetRandomSeed  Command
  25067. command
  25068. SetRandomSeed  Command
  25069. commands
  25070. SetRandomSeed  Command
  25071. calculations
  25072. SetRandomSeed  Command
  25073. messages
  25074. SetUpMenus Message
  25075. setUpMenus
  25076. SetUpMenus Message
  25077. message
  25078. SetUpMenus Message
  25079. SetUpMenus Message
  25080. manipulation
  25081. SetUpMenus Message
  25082. sharedData
  25083. SharedData  Property
  25084. property
  25085. SharedData  Property
  25086. properties
  25087. SharedData  Property
  25088. bitmap
  25089. SharedData  Property
  25090. manipulation
  25091. SharedData  Property
  25092. field
  25093. SharedData  Property
  25094. dataSheet
  25095. SharedData  Property
  25096. pickList
  25097. SharedData  Property
  25098. background
  25099. SharedData  Property
  25100. objects
  25101. SharedData  Property
  25102. shiftKey
  25103. ShiftKey Function
  25104. function
  25105. ShiftKey Function
  25106. functions
  25107. ShiftKey Function
  25108. keystroke
  25109. ShiftKey Function
  25110. tracking
  25111. ShiftKey Function
  25112. Show <object>  Command
  25113. command
  25114. Show <object>  Command
  25115. objects
  25116. Show <object>  Command
  25117. commands
  25118. Show <object>  Command
  25119. graphics
  25120. Show <object>  Command
  25121. manipulation
  25122. Show <object>  Command
  25123. command
  25124. screen
  25125. elements
  25126. commands
  25127. graphics
  25128. manipulation
  25129. showLines
  25130. ShowLines Property
  25131. property
  25132. ShowLines Property
  25133. properties
  25134. ShowLines Property
  25135. showName
  25136. ShowName  Property
  25137. property
  25138. ShowName  Property
  25139. properties
  25140. ShowName  Property
  25141. showPict
  25142. ShowPict Property
  25143. property
  25144. ShowPict Property
  25145. properties
  25146. ShowPict Property
  25147. graphics
  25148. ShowPict Property
  25149. manipulation
  25150. ShowPict Property
  25151. Sin Function
  25152. function
  25153. Sin Function
  25154. functions
  25155. Sin Function
  25156. mathematical
  25157. Sin Function
  25158. calculations
  25159. Sin Function
  25160. Size Property
  25161. function
  25162. Size Property
  25163. functions
  25164. Size Property
  25165. sizeBox
  25166. SizeBox Property
  25167. property
  25168. SizeBox Property
  25169. properties
  25170. SizeBox Property
  25171. display
  25172. SizeBox Property
  25173. control
  25174. SizeBox Property
  25175. properties
  25176. SnapToGrid Property
  25177. snapToGrid
  25178. SnapToGrid Property
  25179. property
  25180. SnapToGrid Property
  25181. graphics
  25182. SnapToGrid Property
  25183. manipulation
  25184. SnapToGrid Property
  25185. commands
  25186. Sort Command
  25187. Sort Command
  25188. command
  25189. Sort Command
  25190. dataSheet
  25191. Sort Command
  25192. manipulation
  25193. Sort Command
  25194. properties
  25195. SoundFile  Property
  25196. soundFile
  25197. SoundFile  Property
  25198. property
  25199. SoundFile  Property
  25200. linking
  25201. SoundFile  Property
  25202. sound
  25203. SoundFile  Property
  25204. files
  25205. SoundFile  Property
  25206. manipulation
  25207. SoundFile  Property
  25208. sounds
  25209. SoundFile  Property
  25210. audio
  25211. SoundFile  Property
  25212. Sqrt Function
  25213. function
  25214. Sqrt Function
  25215. functions
  25216. Sqrt Function
  25217. mathematical
  25218. Sqrt Function
  25219. calculations
  25220. Sqrt Function
  25221. stackSpace
  25222. StackSpace Function
  25223. function
  25224. StackSpace Function
  25225. functions
  25226. StackSpace Function
  25227. commands
  25228. Start Command
  25229. start
  25230. Start Command
  25231. command
  25232. Start Command
  25233. timer
  25234. Start Command
  25235. manipulation
  25236. Start Command
  25237. properties
  25238. StartArrow Property
  25239. startArrow
  25240. StartArrow Property
  25241. property
  25242. StartArrow Property
  25243. shape
  25244. StartArrow Property
  25245. manipulation
  25246. StartArrow Property
  25247. startPoint
  25248. StartPoint  Property
  25249. property
  25250. StartPoint  Property
  25251. properties
  25252. StartPoint  Property
  25253. animation
  25254. StartPoint  Property
  25255. StartPoint  Property
  25256. manipulation
  25257. StartPoint  Property
  25258. startSize
  25259. StartSize  Property
  25260. property
  25261. StartSize  Property
  25262. properties
  25263. StartSize  Property
  25264. animation
  25265. StartSize  Property
  25266. StartSize  Property
  25267. manipulation
  25268. StartSize  Property
  25269. startUp
  25270. StartUp Message
  25271. message
  25272. StartUp Message
  25273. messages
  25274. StartUp Message
  25275. commands
  25276. Stop  Command
  25277. Stop  Command
  25278. command
  25279. Stop  Command
  25280. timer
  25281. Stop  Command
  25282. manipulation
  25283. Stop  Command
  25284. movie
  25285. Stop  Command
  25286. Stop  Command
  25287. animation
  25288. Stop  Command
  25289. sound
  25290. Stop  Command
  25291. video
  25292. Stop  Command
  25293. audio
  25294. Stop  Command
  25295. style
  25296. Style Property
  25297. property
  25298. Style Property
  25299. properties
  25300. Style Property
  25301. subtract
  25302. Subtract Command
  25303. command
  25304. Subtract Command
  25305. commands
  25306. Subtract Command
  25307. calculations
  25308. Subtract Command
  25309. systemColors
  25310. SystemColors Function
  25311. function
  25312. SystemColors Function
  25313. functions
  25314. SystemColors Function
  25315. display
  25316. SystemColors Function
  25317. control
  25318. SystemColors Function
  25319. systemVolume
  25320. SystemVolume  Property
  25321. property
  25322. SystemVolume  Property
  25323. properties
  25324. SystemVolume  Property
  25325. audio
  25326. SystemVolume  Property
  25327. sound
  25328. SystemVolume  Property
  25329. manipulation
  25330. SystemVolume  Property
  25331. commands
  25332. TabKey Command
  25333. tabKey
  25334. TabKey Command
  25335. command
  25336. TabKey Command
  25337. keystroke
  25338. TabKey Command
  25339. tracking
  25340. TabKey Command
  25341. tabKey
  25342. TabKey Message
  25343. message
  25344. TabKey Message
  25345. messages
  25346. TabKey Message
  25347. keystroke
  25348. TabKey Message
  25349. tracking
  25350. TabKey Message
  25351. Tan Function
  25352. function
  25353. Tan Function
  25354. functions
  25355. Tan Function
  25356. calculations
  25357. Tan Function
  25358. mathematical
  25359. Tan Function
  25360. containers
  25361. Target Special Container
  25362. target
  25363. Target Special Container
  25364. container
  25365. Target Special Container
  25366. object
  25367. Target Special Container
  25368. reference
  25369. Target Special Container
  25370. textAlign
  25371. TextAlign Property
  25372. property
  25373. TextAlign Property
  25374. properties
  25375. TextAlign Property
  25376. formatting
  25377. TextAlign Property
  25378. textColor
  25379. TextColor Property
  25380. property
  25381. TextColor Property
  25382. properties
  25383. TextColor Property
  25384. formatting
  25385. TextColor Property
  25386. color
  25387. TextColor Property
  25388. manipulation
  25389. TextColor Property
  25390. textFont
  25391. TextFont Property
  25392. property
  25393. TextFont Property
  25394. properties
  25395. TextFont Property
  25396. formatting
  25397. TextFont Property
  25398. textHeight
  25399. TextHeight Property
  25400. property
  25401. TextHeight Property
  25402. properties
  25403. TextHeight Property
  25404. formatting
  25405. TextHeight Property
  25406. textSize
  25407. TextSize Property
  25408. property
  25409. TextSize Property
  25410. properties
  25411. TextSize Property
  25412. formatting
  25413. TextSize Property
  25414. textStyle
  25415. TextStyle Property
  25416. property
  25417. TextStyle Property
  25418. properties
  25419. TextStyle Property
  25420. formatting
  25421. TextStyle Property
  25422. special
  25423. This Special Container
  25424. containers
  25425. This Special Container
  25426. This Special Container
  25427. container
  25428. This Special Container
  25429. ordinals
  25430. This Special Container
  25431. ticks
  25432. Ticks Function
  25433. function
  25434. Ticks Function
  25435. functions
  25436. Ticks Function
  25437. Ticks Function
  25438. manipulation
  25439. Ticks Function
  25440. functions
  25441. Time Function
  25442. abbreviated
  25443. Time Function
  25444. Time Function
  25445. short
  25446. Time Function
  25447. Time Function
  25448. function
  25449. Time Function
  25450. manipulation
  25451. Time Function
  25452. timerExpired
  25453. TimerExpired Message
  25454. message
  25455. TimerExpired Message
  25456. messages
  25457. TimerExpired Message
  25458. titleBar
  25459. TitleBar Property
  25460. property
  25461. TitleBar Property
  25462. properties
  25463. TitleBar Property
  25464. display
  25465. TitleBar Property
  25466. control
  25467. TitleBar Property
  25468. Tool Function
  25469. function
  25470. Tool Function
  25471. functions
  25472. Tool Function
  25473. tools
  25474. Tool Function
  25475. graphics
  25476. Tool Function
  25477. manipulation
  25478. Tool Function
  25479. Top Property
  25480. property
  25481. Top Property
  25482. properties
  25483. Top Property
  25484. display
  25485. Top Property
  25486. control
  25487. Top Property
  25488. sizing
  25489. Top Property
  25490. topLeft
  25491. TopLeft Property
  25492. property
  25493. TopLeft Property
  25494. properties
  25495. TopLeft Property
  25496. display
  25497. TopLeft Property
  25498. control
  25499. TopLeft Property
  25500. sizing
  25501. TopLeft Property
  25502. commands
  25503. Trace Command
  25504. trace
  25505. Trace Command
  25506. command
  25507. Trace Command
  25508. debugger
  25509. Trace Command
  25510. commands
  25511. Transparentize Command
  25512. transparentize
  25513. Transparentize Command
  25514. command
  25515. Transparentize Command
  25516. painting
  25517. Transparentize Command
  25518. trunc
  25519. Trunc Function
  25520. function
  25521. Trunc Function
  25522. functions
  25523. Trunc Function
  25524. calculations
  25525. Trunc Function
  25526. mathematical
  25527. Trunc Function
  25528. Type Command
  25529. command
  25530. Type Command
  25531. commands
  25532. Type Command
  25533. keystroke
  25534. Type Command
  25535. tracking
  25536. Type Command
  25537. palettes
  25538. Type Command
  25539. Uncheck MenuItem Command
  25540. manipulation
  25541. Uncheck MenuItem Command
  25542. uncheck
  25543. Uncheck MenuItem Command
  25544. menuItem
  25545. Uncheck MenuItem Command
  25546. command
  25547. Uncheck MenuItem Command
  25548. commands
  25549. Uncheck MenuItem Command
  25550. commands
  25551. Unhilite Command
  25552. unhilite
  25553. Unhilite Command
  25554. command
  25555. Unhilite Command
  25556. highlighting
  25557. Unhilite Command
  25558. unitRate
  25559. UnitRate Property
  25560. property
  25561. UnitRate Property
  25562. properties
  25563. UnitRate Property
  25564. units
  25565. Units Property
  25566. property
  25567. Units Property
  25568. properties
  25569. Units Property
  25570. unlock
  25571. Unlock Messages Command
  25572. messages
  25573. Unlock Messages Command
  25574. command
  25575. Unlock Messages Command
  25576. commands
  25577. Unlock Messages Command
  25578. unlocking
  25579. Unlock Messages Command
  25580. unlock
  25581. Unlock Screen Command
  25582. screen
  25583. Unlock Screen Command
  25584. command
  25585. Unlock Screen Command
  25586. commands
  25587. Unlock Screen Command
  25588. display
  25589. Unlock Screen Command
  25590. control
  25591. Unlock Screen Command
  25592. commands
  25593. Untrace Command
  25594. untrace
  25595. Untrace Command
  25596. command
  25597. Untrace Command
  25598. debugger
  25599. Untrace Command
  25600. useLegScaling
  25601. UseLegScaling  Property
  25602. property
  25603. UseLegScaling  Property
  25604. playStyle
  25605. UseLegScaling  Property
  25606. properties
  25607. UseLegScaling  Property
  25608. animation
  25609. UseLegScaling  Property
  25610. UseLegScaling  Property
  25611. manipulation
  25612. UseLegScaling  Property
  25613. useLegTiming
  25614. UseLegTiming  Property
  25615. property
  25616. UseLegTiming  Property
  25617. playStyle
  25618. UseLegTiming  Property
  25619. properties
  25620. UseLegTiming  Property
  25621. animation
  25622. UseLegTiming  Property
  25623. UseLegTiming  Property
  25624. manipulation
  25625. UseLegTiming  Property
  25626. value
  25627. Value Function
  25628. function
  25629. Value Function
  25630. functions
  25631. Value Function
  25632. version
  25633. Version Function
  25634. function
  25635. Version Function
  25636. functions
  25637. Version Function
  25638. Version Function
  25639. visible
  25640. Visible Property
  25641. property
  25642. Visible Property
  25643. properties
  25644. Visible Property
  25645. graphics
  25646. Visible Property
  25647. manipulation
  25648. Visible Property
  25649. functions
  25650. VisibleCols Function
  25651. visibleCols
  25652. VisibleCols Function
  25653. function
  25654. VisibleCols Function
  25655. pickList
  25656. VisibleCols Function
  25657. manipulation
  25658. VisibleCols Function
  25659. dataSheet
  25660. VisibleCols Function
  25661. functions
  25662. VisibleRows Function
  25663. visibleRows
  25664. VisibleRows Function
  25665. function
  25666. VisibleRows Function
  25667. dataSheet
  25668. VisibleRows Function
  25669. manipulation
  25670. VisibleRows Function
  25671. pickList
  25672. VisibleRows Function
  25673. visual
  25674. Visual Effect  Command
  25675. effect
  25676. Visual Effect  Command
  25677. command
  25678. Visual Effect  Command
  25679. commands
  25680. Visual Effect  Command
  25681. navigation
  25682. Visual Effect  Command
  25683. blinds
  25684. Visual Effect  Command
  25685. dissolve
  25686. Visual Effect  Command
  25687. Visual Effect  Command
  25688. Visual Effect  Command
  25689. pixelDissolve
  25690. Visual Effect  Command
  25691. scroll
  25692. Visual Effect  Command
  25693. Visual Effect  Command
  25694. Visual Effect  Command
  25695. values
  25696. Visual Effect  Command
  25697. Wait Command
  25698. command
  25699. Wait Command
  25700. commands
  25701. Wait Command
  25702. Wait Command
  25703. manipulation
  25704. Wait Command
  25705. wideMargins
  25706. WideMargins Property
  25707. property
  25708. WideMargins Property
  25709. properties
  25710. WideMargins Property
  25711. dataSheet
  25712. WideMargins Property
  25713. manipulation
  25714. WideMargins Property
  25715. pickList
  25716. WideMargins Property
  25717. width
  25718. Width Property
  25719. property
  25720. Width Property
  25721. properties
  25722. Width Property
  25723. sizing
  25724. Width Property
  25725. windowColor
  25726. WindowColor Property
  25727. property
  25728. WindowColor Property
  25729. properties
  25730. WindowColor Property
  25731. display
  25732. WindowColor Property
  25733. control
  25734. WindowColor Property
  25735. color
  25736. WindowColor Property
  25737. manipulation
  25738. WindowColor Property
  25739. windowTitle
  25740. WindowTitle Property
  25741. property
  25742. WindowTitle Property
  25743. properties
  25744. WindowTitle Property
  25745. display
  25746. WindowTitle Property
  25747. control
  25748. WindowTitle Property
  25749. windowType
  25750. WindowType Property
  25751. property
  25752. WindowType Property
  25753. properties
  25754. WindowType Property
  25755. display
  25756. WindowType Property
  25757. control
  25758. WindowType Property
  25759. within
  25760. Within Operator
  25761. operator
  25762. Within Operator
  25763. operators
  25764. Within Operator
  25765. comparison
  25766. Within Operator
  25767. Word Text Chunk
  25768. chunk
  25769. Word Text Chunk
  25770. expressions
  25771. Word Text Chunk
  25772. Word Text Chunk
  25773. properties
  25774. WordWrap Property
  25775. wordWrap
  25776. WordWrap Property
  25777. property
  25778. WordWrap Property
  25779. dataSheet
  25780. WordWrap Property
  25781. manipulation
  25782. WordWrap Property
  25783. pickList
  25784. WordWrap Property
  25785. Write To File Command
  25786. manipulation
  25787. Write To File Command
  25788. write
  25789. Write To File Command
  25790. Write To File Command
  25791. command
  25792. Write To File Command
  25793. commands
  25794. Write To File Command
  25795. -INFO
  25796. alphabetdata
  25797. MOCELL10
  25798. .INFO
  25799. resultsdata
  25800. MOCELL10
  25801. Item Text Chunk
  25802. Character Text Chunk
  25803. And Operator
  25804. & Operator
  25805. Line Text Chunk
  25806. Import  Command
  25807. MultiFont Property
  25808. Word Text Chunk
  25809. 1INFO
  25810. searchSCRP
  25811. on mouseUp
  25812.   --set the cursor to watch
  25813.   put empty into cd dsht results of cd data
  25814.   -- searchFailed = true means we're out of here; searchStrings is the whole string the user typed in
  25815.   put false into searchFailed
  25816.   put cd fld searchstring of cd find into searchStrings
  25817.   --put cd fld string into searchStrings
  25818.   repeat with i = 1 to number of words of searchStrings
  25819.     if (the mouseloc) is within the rect of cd button "
  25820. " of cd find and (the mouse) is down then
  25821.       repeat while the mouse is down
  25822.         set the hilite of cd button "
  25823. " of cd find to true
  25824.       end repeat 
  25825.       set the hilite of cd button "
  25826. " of cd find to false
  25827.       put true into searchFailed
  25828.       exit repeat
  25829.     end if
  25830.     if (the mouseloc) is within the rect of cd button "
  25831. " of cd find and (the mouse) is down then
  25832.       repeat while the mouse is down
  25833.         set the hilite of cd button "
  25834. " of cd find to true
  25835.       end repeat 
  25836.       set the hilite of cd button "
  25837. " of cd find to false
  25838.       dismiss
  25839.       exit repeat
  25840.     end if
  25841.     put "" into foundList
  25842.     -- get the next word
  25843.     put word i of searchStrings into substr
  25844.     -- use the first char as index into the dsht with location info
  25845.     put the first char of substr into firstChar
  25846.     put matchedRows of cd dsht alphabet of cd data where "col 1 = " & quote & firstChar & quote into match
  25847.     if number of items of match <> 1 then
  25848.       put true into searchFailed
  25849.       exit repeat
  25850.     end if
  25851.     put item 1 of match into alphaRow
  25852.     -- the row numbers in cd dsht alphabet tells us where in the two dshts
  25853.     -- the words with the first char start; we search linearly from that line.
  25854.     -- at the end of the two-dsht loop, foundList will contain a comma-delimited,
  25855.     -- no-duplicate list of found card names
  25856.     repeat with dshtNum = 1 to 2
  25857.       if (the mouseloc) is within the rect of cd button "
  25858. " of cd find and (the mouse) is down then
  25859.         repeat while the mouse is down
  25860.           set the hilite of cd button "
  25861. " of cd find to true
  25862.         end repeat 
  25863.         set the hilite of cd button "
  25864. " of cd find to false
  25865.         put true into searchFailed
  25866.         exit repeat
  25867.       end if
  25868.       put cell alphaRow,dshtNum+1 of cd dsht alphabet of cd data into rowNum
  25869.       if rowNum <> "" then
  25870.         put rowNum into nowRow
  25871.         put false into done
  25872.         repeat while done = false
  25873.           if (the mouseloc) is within the rect of cd button "
  25874. " of cd find and (the mouse) is down then
  25875.             repeat while the mouse is down
  25876.               set the hilite of cd button "
  25877. " of cd find to true
  25878.             end repeat 
  25879.             set the hilite of cd button "
  25880. " of cd find to false
  25881.             put true into searchFailed
  25882.             exit repeat
  25883.           end if
  25884.           if nowRow > the number of rows of cd dsht (search & dshtNum) of cd data then
  25885.             put true into done
  25886.           else if the first char of (cell nowRow,1 of cd dsht (search & dshtNum) of cd data) <> firstChar then
  25887.             put true into done
  25888.           else if substr = cell nowRow,1 of cd dsht (search & dshtNum) of cd data then
  25889.             put cell nowRow,2 of cd dsht (search & dshtNum) of cd data into foundWord
  25890.             if foundList = "" then
  25891.               put foundWord into foundList
  25892.             else if foundWord is not in foundList then
  25893.               put foundList & "," & foundWord into foundList
  25894.             end if
  25895.           end if
  25896.           add 1 to nowRow
  25897.         end repeat
  25898.         set the visible of cd pnt "working2" of cd find to not (the visible of cd pnt "working2" of cd find)
  25899.       end if
  25900.       if searchFailed = true then
  25901.         exit repeat
  25902.       end if
  25903.     end repeat
  25904.     if the number of items of foundList = 0 or searchFailed = true then
  25905.       put true into searchFailed
  25906.       exit repeat
  25907.     else
  25908.       -- enter the number of items as well so that out of all foundLists
  25909.       -- for the words in searchString, we can use the smallest one to get
  25910.       -- the intersection of the foundLists
  25911.       put the number of items of foundList into cell i,1 of cd dsht results of cd data
  25912.       put foundList into cell i,2 of cd dsht results of cd data
  25913.     end if
  25914.   end repeat
  25915.   if searchFailed = true then put empty into cd dsht results of cd data
  25916.   if the number of rows of cd dsht results of cd data > 0 then
  25917.     sort cd dsht results of cd data by col 1 as number
  25918.     put "" into finalList
  25919.     -- use the smallest list, and check to make sure each of its items is in the other foundLists
  25920.     repeat with i = 1 to the number of items of (cell 1,2 of cd dsht results of cd data)
  25921.       if (the mouseloc) is within the rect of cd button "
  25922. " of cd find and (the mouse) is down then
  25923.         repeat while the mouse is down
  25924.           set the hilite of cd button "
  25925. " of cd find to true
  25926.         end repeat 
  25927.         set the hilite of cd button "
  25928. " of cd find to false
  25929.         exit repeat
  25930.       end if
  25931.       put item i of (cell 1,2 of cd dsht results of cd data) into baseItem
  25932.       put true into ok
  25933.       repeat with j = 2 to the number of rows of cd dsht results of cd data
  25934.         if baseItem is not in cell j,2 of cd dsht results of cd data then
  25935.           put false into ok
  25936.         end if
  25937.       end repeat
  25938.       if ok = true then
  25939.         if finalList = "" then
  25940.           put baseItem into finalList
  25941.         else
  25942.           put finalList & return & baseItem into finalList
  25943.         end if
  25944.       end if     
  25945.     end repeat
  25946.     put finalList into cd dsht results of cd data
  25947.     if the number of rows of cd dsht results of cd data > 0 then
  25948.       sort cd dsht results of cd data by col 1
  25949.     end if
  25950.   end if
  25951.   --set the cursor to normal
  25952. end mouseUp
  25953.